Social Media API Video Download
Pricing
$3.00/month + usage
Go to Apify Store
Example —
Social Media API Video Download
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)
- ✅ TikTok
- ✅ X/Twitter
- ✅ Vimeo
- ✅ Twitch
- ✅ SoundCloud
- ✅ IMDb
How it works
- download: send ID/URL and format. Returns a
processingId. - getVideo: query by
processingIduntilstatus=completed, then readdownloads.
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
- Video:
Actor input
| Field | Type | Required | Description |
|---|---|---|---|
action | string | yes | "download" or "getVideo" |
videoId | string | when action=download | YouTube ID/URL or full URL for other networks |
format | string | when action=download | One of 144,240,360,480,720,1080,1440,4k,mp3,wav,ogg,webm |
processingId | string | when action=getVideo | ID returned by download |
Example — download request (JSON)
{"action": "download","videoId": "https://www.tiktok.com/@user/video/1234567890","format": "1080"}
