Twitter Video Audio Downloader avatar

Twitter Video Audio Downloader

Under maintenance

Pricing

$3.00/month + usage

Go to Apify Store
Twitter Video Audio Downloader

Twitter Video Audio Downloader

Under maintenance

A fast, reliable API to extract and download video & audio content from Twitter (X) posts by URL — built for developers, data teams, and AI Agents who need clean, structured media data without dealing with scraping complexity.

Pricing

$3.00/month + usage

Rating

0.0

(0)

Developer

APISmith

APISmith

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

🎥 Twitter Video & Audio Downloader API

A fast, reliable API to extract and download video & audio content from Twitter (X) posts by URL — built for developers, data teams, and AI Agents who need clean, structured media data without dealing with scraping complexity.


🚀 Overview

Twitter Video & Audio Downloader API allows you to input one or multiple Twitter (X) post URLs and instantly retrieve:

  • Direct video download links
  • Rich tweet metadata
  • Complete author profile information
  • Engagement metrics (likes, retweets, replies, bookmarks)

No browser automation, no fragile scripts — just a production-ready API designed for scale and automation.

This API is especially suitable for:

  • Backend services
  • Data pipelines
  • AI Agent workflows
  • Media analysis and archiving systems

📦 What You Can Get From This API

With a single request, you can obtain:

  • 🎬 Direct video URL (ready for download or processing)
  • 📝 Tweet content & title
  • ⏱️ Video duration & creation time
  • 📊 Engagement metrics:
    • Likes
    • Retweets
    • Replies
    • Quotes
    • Bookmarks
  • 👤 Author details:
    • Nickname & screen name
    • Bio description
    • Avatar
    • Followers / following / media count
  • 🧠 Clean, structured JSON output for easy parsing

💡 Typical Use Cases

👨‍💻 Developers & Data Teams

  • Build Twitter media download tools
  • Archive video content for research or compliance
  • Enrich social media datasets with engagement metrics

🤖 AI Agent Developers

  • Feed Twitter video content into LLM pipelines
  • Power AI content analysis, summarization, or moderation
  • Automate monitoring of specific Twitter accounts via URLs

📈 Marketing & Growth Teams

  • Track high-performing Twitter videos
  • Analyze creator engagement patterns
  • Collect assets for competitive analysis

🗂️ Content & Media Platforms

  • Curate Twitter videos for internal dashboards
  • Store media for offline processing or editing

💰 Cost of Usage

💳 Simple & Transparent Pricing

  • 🆓 3 days free trial
  • 💵 $3.00 / month

No hidden fees. Cancel anytime.


📥 Input Parameters

(1) Input Format Description

FieldTypeRequiredDescription
videoUrlsArray of string✅ YesA list of Twitter (X) post URLs containing videos

(2) Input Example

{
"videoUrls": [
"https://x.com/tokyoislandfes/status/1973372369621361107",
"https://x.com/cryptorover/status/2017937809311400099?s=20"
]
}

📤 Output Parameters

(1) Output Format Description

FieldTypeDescription
urlstringOriginal Twitter post URL
titlestringTweet text content
videoUrlstringDirect downloadable video URL
createTimenumberTweet creation timestamp (Unix)
durationnumberVideo duration in seconds
bookmarkCountnumberNumber of bookmarks
favoriteCountnumberNumber of likes
retweetCountnumberNumber of retweets
replyCountnumberNumber of replies
quoteCountnumberNumber of quotes
nicknamestringAuthor display name
screenNamestringAuthor username
authorDescstringAuthor bio
avatarUristringAuthor avatar image URL
authorFollowersCountnumberFollowers count
authorFriendsCountnumberFollowing count
authorMediaCountnumberMedia posts count
authorStatusesCountnumberTotal tweets count
errMsgstringError message (empty if successful)
timestampstringAPI response timestamp (ISO 8601)

(2) Output Example

[
{
"url": "https://x.com/cryptorover/status/2017937809311400099?s=20",
"title": "BULLISH: Michael Saylor says “If Bitcoin goes to $1, we’ll buy all the Bitcoin.” https://t.co/9nR30545e5",
"videoUrl": "https://video.twimg.com/amplify_video/2017937756798824449/vid/avc1/884x498/nLdRj_vu_P2YiNWl.mp4?tag=21",
"createTime": 1769948839,
"bookmarkCount": 93,
"favoriteCount": 2367,
"quoteCount": 48,
"replyCount": 347,
"retweetCount": 217,
"duration": 14.432,
"nickname": "Crypto Rover",
"screenName": "cryptorover",
"authorDesc": "#Bitcoin Crypto YouTuber (200K+ SUBS) | TG: cryptoroveryt | Cryptocurrency investments are high risk, volatile, and can be dangerous. All tweets are NFA.",
"avatarUri": "https://pbs.twimg.com/profile_images/1891433835675475969/J-TloTb6_normal.png",
"authorFavouritesCount": 29726,
"authorFollowersCount": 1522783,
"authorFriendsCount": 543,
"authorListedCount": 4893,
"authorMediaCount": 38006,
"authorStatusesCount": 62662,
"errMsg": "",
"timestamp": "2026-02-02T08:34:52.975Z"
}
]

⭐ Why This API Is Different

Built for Reliability
No browser simulation. No brittle scraping logic. Stable results even at scale.

🤖 AI-Agent Friendly by Design
Clean JSON, predictable fields, and rich metadata — perfect for autonomous agents and workflows.

Deeply Understands X Data Structures
Our team has long-term experience dealing with Twitter / X media extraction, including edge cases most tools miss.

Focus on One Thing, Do It Well
We only support URL-based video extraction, which means:

  • Faster responses
  • Higher success rate
  • Lower failure complexity

📄 Clear Documentation, Zero Guesswork
What you see is exactly what you get — no undocumented fields.


⚠️ Notes

  • This API only supports Twitter (X) post URLs
  • It does not support keyword search or timelines
  • Private, deleted, or restricted tweets may not be accessible
  • Video URLs are provided for downloading or processing, not re-hosting

🛠️ Support

Need help or have questions?

📧 Email: support@apismith.online

We usually respond within 24 hours.


Happy building! 🚀