Twitter/X Video Downloader avatar
Twitter/X Video Downloader

Pricing

$9.99/month + usage

Go to Store
Twitter/X Video Downloader

Twitter/X Video Downloader

Developed by

EasyApi

EasyApi

Maintained by Community

Easily download high-quality videos from Twitter/X. With batch downloading capabilities and high-speed scraping, you can effortlessly enhance your video collection! 🐦

0.0 (0)

Pricing

$9.99/month + usage

4

Total users

31

Monthly users

7

Runs succeeded

>99%

Last modified

7 months ago

🐦 Twitter/X Video Downloader

Easily download videos from Twitter/X with our Twitter/X Video Downloader! This Apify actor allows you to input multiple Twitter links and retrieve download links for various video resolutions in bulk.

🌟 Key Features

  • Batch Video Downloading: Input multiple Twitter links to download videos quickly.
  • High-Speed Scraping: Enjoy fast retrieval of video content without delays.

🛠️ Data Fields Returned

The downloader retrieves a comprehensive set of fields for each video, including:

  • url: Twitter/X URL for the video.
  • result:
    • url: Direct link to the Twitter/X post.
    • source: Source of the content (e.g., "x").
    • author: Username of the video creator.
    • title: Title or description of the video.
    • thumbnail: URL for the video thumbnail image (if available).
    • medias: An array of media objects containing:
      • url: Direct link to the downloadable video.
      • duration: Length of the video in seconds.
      • quality: Quality of the video (e.g., "494x494k").
      • extension: File extension (e.g., "mp4").
      • type: Type of media (e.g., "video").
    • type: Type of content (e.g., "single" for individual videos).
    • error: Indicates if there was an error during retrieval (boolean).

🚀 Why Choose Our Downloader?

  • Convenient and Fast: Quickly download multiple videos with high-speed performance.
  • User-Friendly Interface: Designed to be intuitive, making it easy for anyone to use.
  • Quality Assurance: Ensure you receive high-quality video files suitable for various uses.

Input

A full explanation of an input example in JSON.

{
"links": [
"https://x.com/elonmusk/status/1837626546074325240",
"https://x.com/Teslaconomics/status/1837630231064330298"
]
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"url": "https://x.com/elonmusk/status/1837626546074325240",
"result": {
"url": "https://x.com/elonmusk/status/1837626546074325240",
"source": "x",
"author": "elonmusk",
"title": "Awesome 🔥🔥\n",
"thumbnail": "https://pbs.twimg.com/amplify_video_thumb/1837580554134261760/img/rN42BwDXAQvcDHgI.jpg",
"medias": [
{
"url": "https://video.twimg.com/amplify_video/1837580554134261760/vid/avc1/494x494/iP9ROwfMkW7iJhsL.mp4?tag=16",
"duration": 25.133,
"quality": "494x494k",
"extension": "mp4",
"type": "video"
}
],
"type": "single",
"error": false
},
...
]