
Youtube to MP3 Downloader
3 days trial then $15.00/month - No credit card required now

Youtube to MP3 Downloader
3 days trial then $15.00/month - No credit card required now
Convert and download YouTube videos to high-quality MP3 audio files effortlessly with this actor
Actor Metrics
21 monthly users
5.0 / 5 (1)
13 bookmarks
99% runs succeeded
Created in Jun 2023
Modified 22 days ago
You can access the Youtube to MP3 Downloader programmatically from your own applications by using the Apify API. You can also 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 "apifyProxyGroups": [
11 "RESIDENTIAL"
12 ],
13 "apifyProxyCountry": "US"
14 }
15}' |
16apify 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: