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

3

Monthly users

3

Runs succeeded

>99%

Last modified

21 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! πŸš€