X/Twitter Video Downloader avatar
X/Twitter Video Downloader

Pricing

Pay per usage

Go to Apify Store
X/Twitter Video Downloader

X/Twitter Video Downloader

Introducing the X/Twitter Video Downloader, a fast and simple actor for saving videos from X (Twitter) posts. Efficiently downloads high-quality video files. For reliable, high-volume downloading and to avoid rate limits, using residential proxies is highly recommended.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

6 days ago

Last modified

Share

Apify Actor for downloading videos from X (formerly Twitter) by providing URLs.

What does this actor do?

This actor downloads videos from X/Twitter when you provide the video URLs. It extracts metadata and stores the videos in the key-value store with direct download links (API URLs) inside the dataset.

Features

  • Download videos from provided X/Twitter URLs
  • Extract video metadata
  • Store videos in key-value store
  • Provide download URLs in dataset

Input

ParameterTypeRequiredDescription
urlsstringRequiredX/Twitter video URL(s). Can provide multiple URLs one per line, comma-separated, or as JSON array.

Output

The actor outputs metadata for each processed video to the dataset, including a download URL for the stored video.

{
"video_id": "VIDEO_ID",
"title": "Video Title",
"author": "Channel Name",
"url": "https://twitter.com/user/status/VIDEO_ID",
"download_url": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/VIDEO_KEY?raw=1",
"collected_at": "2025-11-07T12:00:00"
}

Usage

Download a single video

{
"urls": "https://twitter.com/user/status/1234567890"
}

Download multiple videos

https://twitter.com/user/status/1234567890
https://x.com/user/status/0987654321

Resources