Social Video Downloader
A lightweight Social Video Downloader API built on Cloudflare Workers. Extract direct video download URLs and metadata from major social media platforms including TikTok, Twitter/X, Instagram, YouTube, and Facebook. Simply pass a video URL and get back the direct download link. Also supports metadata-only mode to get video info without the download URL. ## Features - YouTube, TikTok, Instagram,…
Social Video Downloader endpoints
| Method | Endpoint | Description |
|---|---|---|
| download | ||
| GET |
downloadVideo /download |
Fetches the public page of the given social media video URL and extracts the direct video download link. |
| info | ||
| GET |
getVideoInfo /info |
Returns video metadata (title, thumbnail, author, duration) without the download URL. |
| platforms | ||
| GET |
listPlatforms /platforms |
Returns all supported social media platforms with example URL patterns. |
| Other endpoints | ||
| GET |
getApiInfo / |
Returns API name, version, available endpoints, and rate limit info. |
Social Video Downloader pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5.99 / month | — |
|
| ULTRA | $14.99 / month | — |
|
| MEGA | $49.99 / month | — |
|