Youtube Downloader avatar
Youtube Downloader

Pricing

$30.00/month + usage

Go to Store
Youtube Downloader

Youtube Downloader

Developed by

Boztek LTD

Boztek LTD

Maintained by Community

Youtube downloader actor

5.0 (1)

Pricing

$30.00/month + usage

0

Total users

6

Monthly users

2

Runs succeeded

91%

Last modified

2 days ago

Youtube Video Downloader

Overview

Youtube video/audio downloader actor.

Bugs, Fixes, Updates, and Changelog

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

Features

  • Download videos from YouTube by specifying the URL.
  • Supports video download with selected quality or format using yt-dlp.

Input Parameters

Fields:

  • 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, defaults to the nearest lower quality.
  • downloadType (Optional, String): Type of the downloads for all links in startUrls.
  • proxy (Required, Proxy Object): Proxy configuration. Either your own proxy servers or Apify Proxy can be used.

Example Input

{
"downloadType": "video",
"proxyConfiguration": {
"useApifyProxy": false
},
"quality": "1080p",
"startUrls": [
"https://www.youtube.com/watch?v=6mOcqdVWnTY",
"https://www.youtube.com/shorts/bOUOSn9MULw",
"https://www.youtube.com/watch?v=HdHs2ftS07g",
"https://www.youtube.com/watch?v=o42emcCV37E",
"https://www.youtube.com/watch?v=tVDi4csDFCc"
]
}

Exported Data

Each item in the dataset has the following structure:

{
"sourceUrl": "https://www.youtube.com/watch?v=6mOcqdVWnTY",
"downloadUrl": "https://api.apify.com/v2/key-value-stores/ytmmT2zrzGa1rZAzc/records/6mOcqdVWnTY_1080p.mp4?signature=Vjgy1nQshwGnpxQXTTvI",
"format": "VIDEO",
"resolution": "1080p",
"status": "SUCCESS"
}

Contact

You can reach out API version of this actor from our website. For custom integrations or support, visit https://www.boztekno.com or contact us at "info@boztekno.com".