Youtube Downloader avatar
Youtube Downloader

Pricing

$30.00/month + usage

Go to Store
Youtube Downloader

Youtube Downloader

Developed by

Boztek Technology

Boztek Technology

Maintained by Community

Youtube downloader actor

5.0 (1)

Pricing

$30.00/month + usage

0

Total users

6

Monthly users

6

Runs succeeded

89%

Last modified

a month 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

1{
2    "downloadType": "video",
3    "proxyConfiguration": {
4        "useApifyProxy": false
5    },
6    "quality": "1080p",
7    "startUrls": [
8        "https://www.youtube.com/watch?v=6mOcqdVWnTY",
9        "https://www.youtube.com/shorts/bOUOSn9MULw",
10        "https://www.youtube.com/watch?v=HdHs2ftS07g",
11        "https://www.youtube.com/watch?v=o42emcCV37E",
12        "https://www.youtube.com/watch?v=tVDi4csDFCc"
13    ]
14}

Exported Data

Each item in the dataset has the following structure:

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

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".