Youtube Media Downloader avatar
Youtube Media Downloader

Under maintenance

Pricing

$30.00/month + usage

Go to Store
Youtube Media Downloader

Youtube Media Downloader

Under maintenance

Developed by

Camp8 fr0

Camp8 fr0

Maintained by Community

Download YouTube Videos and Audio

0.0 (0)

Pricing

$30.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

5 days ago

📺 YouTube Media Downloader

This Apify Actor lets you extract direct video and audio download links from any valid YouTube video URL. It’s designed for automation, scraping workflows, or media archiving.


🚀 Features

  • ✅ Validates YouTube video URLs automatically
  • ✅ Fetches direct video and audio URLs
  • ✅ Handles API errors and rate limits gracefully
  • ✅ Outputs only videoUrl, audioUrl, and title in a clean JSON structure

📥 Input

Provide a JSON input like this:

{
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
}

📤 Example Output

Example output format:

{
"videoUrl": "https://redirector.googlevideo.com/videoplayback?...",
"audioUrl": "https://rr2---sn-uxax4vopj5qx-q0n6.googlevideo.com/videoplayback?...",
"title": "Rick Astley - Never Gonna Give You Up (Official Video) (4K Remaster)"
}

Happy scraping! 🚀