VOOZH about

URL: https://apify.com/scrapers-hub/twitter-x-video-post-scraper/api/python

⇱ Twitter (X.com) Video Post Scraper API in Python Β· Apify


πŸ‘ Twitter (X.com) Video Post Scraper avatar

Twitter (X.com) Video Post Scraper

Pricing

from $2.99 / 1,000 results

Go to Apify Store

Twitter (X.com) Video Post Scraper

πŸš€ twitter-x-video-post-scraper extracts Twitter (X.com) video post data fastβ€”captions, links, media details & metadata. πŸ“ˆ Perfect for social analytics, content research & brand monitoring. πŸ“Š Automate insights, save time!

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Scrapers Hub

Scrapers Hub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

You might also like

Twitter / X Scraper

rupom888/twitter-scraper

Twitter (X.com) Video Post Scraper

codenest/twitter-x-com-video-post-scraper

🎬 Download Twitter/X videos in multiple resolutions with full metadata at affordable price! Perfect for content creators πŸŽ₯, marketers πŸ“ˆ, journalists πŸ“° & researchers πŸ”¬who need to archive, repurpose, or analyse video content with professional quality output. ✨Twitter (X.com) Video Post Scraper.

X.com / Twitter video downloader

pocesar/download-twitter-video

Download X.com (formerly Twitter) videos in bulk

92

1.0

X / Twitter Email Scraper

scrapapi/x-twitter-email-scraper

Twitter / X Posts Scraper

scrapepilotapi/Twitter-X-Posts-Scraper

Twitter / X Posts Scraper extracts posts from X (Twitter). It collects post text, usernames, profile URLs, likes, reposts, replies, timestamps, and media details. Ideal for trend tracking, social media monitoring, sentiment analysis, and research.

You can access the Twitter (X.com) Video Post Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={"post_urls":["https://x.com/iamsrk/status/1662506616317693952"]}
9
10# Run the Actor and wait for it to finish
11run = client.actor("scrapers-hub/twitter-x-video-post-scraper").call(run_input=run_input)
12
13# Fetch and print Actor results from the run's dataset (if there are any)
14print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
15for item in client.dataset(run["defaultDatasetId"]).iterate_items():
16print(item)
17
18# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

Twitter (X.com) Video Post Scraper API in Python

The Apify API client for Python is the official library that allows you to use Twitter (X.com) Video Post Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Twitter (X.com) Video Post Scraper API in JavaScript

Twitter (X.com) Video Post Scraper API through CLI

Twitter (X.com) Video Post Scraper OpenAPI definition

Twitter (X.com) Video Post Scraper API