Youtube Video Downloader avatar
Youtube Video Downloader
Try for free

3 days trial then $30.00/month - No credit card required now

View all Actors
Youtube Video Downloader

Youtube Video Downloader

epctex/youtube-video-downloader
Try for free

3 days trial then $30.00/month - No credit card required now

Effortlessly download YouTube videos of your preferred quality with our user-friendly Video Downloader. Try it now!

Actor - Youtube Video Downloader

Youtube Video Downloader

Since Youtube doesn't provide a good and free API to download the videos, this actor should help you to download videos from Youtube.com

The Youtube Video Downloader supports the following features:

  • Download Video - If you want to get videos on a certain URL, just type the URL.

Bugs, fixes, updates, and changelog

This scraper is under active development. If you have any feature requests you can create an issue from here.

Input Parameters

The input of this scraper should be JSON containing the list of pages on Youtube that should be visited. Required fields are:

  • startUrls: (Optional) (Array) List of Youtube video URLs you want to download.

  • quality: (Optional) (String) The desired video resolution. If the exact quality isn't available, it will default to the nearest lower quality option.

  • proxy: (Required) (Proxy Object) Proxy configuration.

This solution requires the use of Proxy servers, either your own proxy servers or you can use Apify Proxy.

Compute Unit Consumption

The actor is optimized to run blazing fast and scrape as many items as possible. Therefore, it forefronts all the detailed requests. If the actor doesn't block very often it'll scrape 100 videos in 5 minutes with ~0.08-0.10 compute units.

Youtube Video Downloader Input example

1{
2  "startUrls":[
3    "https://www.youtube.com/watch?v=XqZsoesa55w&ab_channel=PinkfongBabyShark-Kids%27Songs%26Stories",
4    "https://www.youtube.com/watch?v=PsNyag6JGv4&ab_channel=RedBull",
5    "https://www.youtube.com/watch?v=ctEksNz7tqg&ab_channel=RedBull"
6  ],
7  "proxy":{
8    "useApifyProxy":true
9  }
10}

During the Run

During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified. When items are loaded from the page, you should see a message about this event with a loaded item count and total item count for each page.

If you provide incorrect input to the actor, it will immediately stop with a failure state and output an explanation of what is wrong.

Youtube Video Downloader Export

During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.

You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API reference to learn more about getting results from this Youtube Video Downloader actor.

Scraped Youtube Video Downloader Properties

The structure of each item in Youtube Video Downloader looks like this:

Item Detail

1{
2    "sourceUrl": "https://www.youtube.com/watch?v=ADs8tvU2xDc&ab_channel=RedBull",
3    "downloadUrl": "https://api.apify.com/v2/key-value-stores/fpmCnEkWlRujDgf2d/records/ADs8tvU2xDc.mp4"
4}

Contact

Please visit us through epctex.com to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in epctex.com. In need of support? devops@epctex.com is at your service.

Developer
Maintained by Community
Actor metrics
  • 9 monthly users
  • 62.9% runs succeeded
  • 0.1 days response time
  • Created in Sep 2023
  • Modified about 15 hours ago