Twitter/X Video Downloader
1 day trial then $9.99/month - No credit card required now
Twitter/X Video Downloader
1 day trial then $9.99/month - No credit card required now
Easily download high-quality videos from Twitter/X. With batch downloading capabilities and high-speed scraping, you can effortlessly enhance your video collection! 🐦
🐦 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.
1{ 2 "links": [ 3 "https://x.com/elonmusk/status/1837626546074325240", 4 "https://x.com/Teslaconomics/status/1837630231064330298" 5 ] 6}
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.
1[ 2 { 3 "url": "https://x.com/elonmusk/status/1837626546074325240", 4 "result": { 5 "url": "https://x.com/elonmusk/status/1837626546074325240", 6 "source": "x", 7 "author": "elonmusk", 8 "title": "Awesome 🔥🔥\n", 9 "thumbnail": "https://pbs.twimg.com/amplify_video_thumb/1837580554134261760/img/rN42BwDXAQvcDHgI.jpg", 10 "medias": [ 11 { 12 "url": "https://video.twimg.com/amplify_video/1837580554134261760/vid/avc1/494x494/iP9ROwfMkW7iJhsL.mp4?tag=16", 13 "duration": 25.133, 14 "quality": "494x494k", 15 "extension": "mp4", 16 "type": "video" 17 } 18 ], 19 "type": "single", 20 "error": false 21 }, 22 ... 23]
- 2 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Sep 2024
- Modified about 2 months ago