Twitter/X Video Downloader

Twitter/X Video Downloader

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

SOCIAL_MEDIAVIDEOSINTEGRATIONSApify

🐦 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 šŸ”„šŸ”„
",
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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!