Youtube to MP3 Downloader
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsYoutube to MP3 Downloader
Convert and download YouTube videos to high-quality MP3 audio files effortlessly with this actor
You can access the Youtube to MP3 Downloader programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "youtubeUrls": [
3 {
4 "url": "https://www.youtube.com/watch?v=jhFDyDgMVUI"
5 }
6 ],
7 "maxRequestRetries": 25,
8 "proxyConfiguration": {
9 "useApifyProxy": true
10 }
11}' |
12apify call web.harvester/youtube-downloader --silent --output-dataset
Youtube to MP3 Downloader API through CLI
The Apify CLI is the official tool that allows you to use Youtube to MP3 Downloader locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: