YouTube API Video/Short Downloader
Pricing
$5.00/month + usage
Go to Apify Store
YouTube API Video/Short Downloader
Download YouTube videos/audio in high quality. 720p HD, 1080p FullHD, 4k,
0.0 (0)
Pricing
$5.00/month + usage
0
1
1
Last modified
13 days ago
YouTube Downloader API — Apify Actor
Start a YouTube download (video or audio). Poll processing status until final links are ready.
How it works
download: send a YouTube ID or URL and a format. Returns aprocessing id.getVideo: query byprocessingId. Whenstatus=completed, read thedownloadsarray.
No extra auth beyond your Apify token for Executions API calls.
Input
| Field | Type | Required | Notes |
|---|---|---|---|
action | string | yes | "download" or "getVideo" |
videoId | string | when action=download | YouTube ID or full URL (watch?v=…, youtu.be/…, shorts/…) |
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 |
Examples the actor accepts:
https://www.youtube.com/watch?v=XZK9aQiAN1Yhttps://youtu.be/XZK9aQiAN1Yhttps://www.youtube.com/shorts/XZK9aQiAN1YXZK9aQiAN1Y
Output
Success (download)
{"success": true,"id": "cxbmlzn0zzU5s6pkBnK2asR","title": "Matte Black Sheepey Twin Turbo Audi R8 hits Downtown","thumbnail": "https://i.ytimg.com/vi/XZK9aQiAN1Y/hqdefault.jpg"}
