Social Media API Video Download avatar
Social Media API Video Download

Pricing

$3.00/month + usage

Go to Apify Store
Social Media API Video Download

Social Media API Video Download

Developed by

MrWhite

MrWhite

Maintained by Community

Download high-quality videos from any social network. Videos in HD, Full HD, and even 4K, up to 1 hour long. Support Social Networks: Youtube, Facebook, Instagram, SoundCloud, Vimeo, TikTok, X/Twitter, Twitch, and IMDB

0.0 (0)

Pricing

$3.00/month + usage

0

3

3

Last modified

19 hours ago

Download videos and audio from major social networks in two steps: start processing and poll until final links are ready.

✅ Supported platforms

  • ✅ YouTube (includes Shorts)
  • ✅ Facebook
  • ✅ Instagram
  • ✅ TikTok
  • ✅ X/Twitter
  • ✅ Vimeo
  • ✅ Twitch
  • ✅ SoundCloud
  • ✅ IMDb

How it works

  1. download: send ID/URL and format. Returns a processingId.
  2. getVideo: query by processingId until status=completed, then read downloads.

YouTube accepts ID (11 chars) or URL.
Other networks require the full URL.


Quality and formats

  • Quality: HD, Full HD, up to 4K, clips up to 1 hour.
  • Supported formats
    • Video: 144, 240, 360, 480, 720, 1080, 1440, 4k, webm
    • Audio: mp3, wav, ogg

Actor input

FieldTypeRequiredDescription
actionstringyes"download" or "getVideo"
videoIdstringwhen action=downloadYouTube ID/URL or full URL for other networks
formatstringwhen action=downloadOne of 144,240,360,480,720,1080,1440,4k,mp3,wav,ogg,webm
processingIdstringwhen action=getVideoID returned by download

Example — download request (JSON)

{
"action": "download",
"videoId": "https://www.tiktok.com/@user/video/1234567890",
"format": "1080"
}