๐ŸŽถ Youtube Audio Downloader (Video/Shorts) avatar

๐ŸŽถ Youtube Audio Downloader (Video/Shorts)

Pricing

$5.25/month + usage

Go to Apify Store
๐ŸŽถ Youtube Audio Downloader (Video/Shorts)

๐ŸŽถ Youtube Audio Downloader (Video/Shorts)

โœ…Get Audio specific LANGUAGE by selecting language.โœ… Handles {video or shorts} and {urls or share link} .โœ… select English, Arabic, Hindi etc... โœ… Extracts audio download URLs and metadata from YouTube videos, reliable processing. Supports automatic retries to ensure consistent results delivered.

Pricing

$5.25/month + usage

Rating

5.0

(1)

Developer

Alpha Scraper

Alpha Scraper

Maintained by Community

Actor stats

1

Bookmarked

8

Total users

0

Monthly active users

a month ago

Last modified

Share

๐ŸŽง Youtube Audio Downloader (Video/Shorts) โ€” Apify Actor

Extract high-quality audio download links and essential video metadata from one or multiple YouTube videos โ€” with optional language selection and reliable output structure.

This actor is designed for speed, stability, and simplicity. Just provide video URLs, choose your preferred audio language, and get clean, ready-to-use results.

Select a language ๐ŸŒ and run the process โ–ถ๏ธ to get the audio link ๐Ÿ”Š, ready to download โฌ‡๏ธ or play โ–ถ๏ธ.


๐Ÿš€ What This Actor Provides

For each YouTube video URL, this actor returns:

  • ๐Ÿ“„ Basic video information
  • ๐ŸŽถ All available audio-only download links
  • ๐ŸŒ A separately selected audio link based on your chosen language
  • ๐Ÿ–ผ๏ธ High-quality thumbnail
  • โฑ๏ธ Video duration in readable format

All outputs are structured and ready for automation, storage, or direct use.


Features

  • โœ… Extracts video metadata (title, description, duration).
  • โœ… Finds and exposes a direct audio download URL (best available audio quality).
  • โœ… Selects the highest-resolution thumbnail available.
  • โœ… Supports residential proxy configuration via environment variables.
  • โœ… Includes retry logic with exponential backoff for transient failures.
  • โœ… Pushes structured results into the Actor dataset.
  • โœ… Handles shorts urls or share link โœ…

๐Ÿ“ค Output Data Overview

Each processed video generates one output record.

๐Ÿ”น Output Fields Explained

FieldDescription
urlOriginal YouTube video URL
titleVideo title
descriptionVideo description (if available)
durationVideo length in MM:SS or HH:MM:SS
thumbnail_urlHighest-quality available thumbnail
selected_downloadable_audio_linkBest audio link matching your selected language
downloadable_audio_linksList of all audio-only formats available
error (optional)Error message if processing failed

Each audio link contains:

FieldMeaning
format_idInternal format identifier
extAudio file extension (mp3, m4a, webm, etc.)
formatHuman-readable format description
bitrateAudio quality (kbps)
languageAudio language code (if available)
urlDirect downloadable audio link

๐ŸŒŸ Features & Highlights

  • ๐ŸŽง Audio-only links (no video noise)
  • ๐ŸŒ Language-based audio selection
  • ๐Ÿ“ฆ Batch processing (multiple URLs)
  • ๐Ÿ” Automatic retry for failed videos
  • ๐Ÿ“Š Clean, structured dataset output
  • โšก Optimized for fast and stable results

๐ŸŽฏ Benefits & Advantages

โœ… Saves time โ€” no manual extraction โœ… Supports Shorts, normal videos & shared links โœ… Perfect for automation pipelines โœ… Beginner-friendly inputs โœ… Professional-grade structured output

Ideal for:

  • Content creators
  • Audio processing pipelines
  • Research & analysis
  • Archiving & backups

๐Ÿงพ Input Example

{
"audioLanguage": "English",
"startUrls": [
{ "url": "https://www.youtube.com/watch?v=SSX8jTwcpII" },
{ "url": "https://youtu.be/IWDUPZuktK4" },
{ "url": "https://www.youtube.com/shorts/AbCdEfGh123" },
{ "url": "https://youtube.com/shorts/XyZ987LmnoQ" }
]
}

๐Ÿ“„ Output Example

{
"url": "https://www.youtube.com/watch?v=SSX8jTwcpII",
"title": "Sample Video Title",
"description": "Video description here...",
"duration": "5:32",
"selected_downloadable_audio_link": {
"format_id": "140",
"ext": "m4a",
"format": "audio only",
"bitrate": "128 kbps",
"language": "English",
"url": "https://audio-downloadโ€โ€---------------------------------------link"
},
"thumbnail_url": "https://i.ytimg.com/vi/.../maxresdefault.jpg",
"downloadable_audio_links": [
{
"format_id": "249",
"ext": "webm",
"bitrate": "50 kbps",
"language": "Spanish,",
"url": "https://audio----------------------------------------------link-1"
},
{
"format_id": "249",
"ext": "webm",
"bitrate": "50 kbps",
"language": "Portuguese",
"url": "https://audio-link------------------------------------------------2"
},
{
"format_id": "249",
"ext": "webm",
"bitrate": "50 kbps",
"language": " French",
"url": "https://audio-link--------------------------------------------------3"
},
{
"format_id": "249",
"ext": "webm",
"bitrate": "50 kbps",
"language": "hindi",
"url": "https://audio-link-------------------------------------------------------4"
}
..................
]
}

๐ŸŽ›๏ธ Audio Language Options

Includes: English, Spanish, Portuguese, French, German, Russian, Chinese, Japanese, Korean, Arabic, Hindi, Bengali, Turkish, Vietnamese, Thai, Indonesian (Default: Auto Detect / English)

โœ… Best Practices

  • ๐Ÿ”— Always use valid YouTube video or share links
  • ๐ŸŽถ Select a language only if you need a specific one
  • ๐Ÿ“ฆ For large batches, process in smaller groups
  • ๐Ÿ” If a video fails, simply run again
  • ๐Ÿงช Test with 1โ€“2 URLs before bulk runs

โš ๏ธ Possible Errors & How to Avoid Them

IssueHow to Avoid
No output returnedEnsure URLs are valid and public
Selected language missingActor automatically falls back to original audio
Temporary failureRe-run the actor
Empty audio listVideo may not contain audio-only formats

๐Ÿ’ก Tip: Most temporary issues resolve by simply running the actor again.


๐Ÿ Final Notes

  • This actor focuses on output quality, not complexity
  • No setup required โ€” just input URLs and run
  • Built for reliability, speed, and ease of use

๐ŸŽ‰ Run it once, check the output, and youโ€™re good to go!


Contact & support โœ‰๏ธ

If you run into issues or need help:

Email: alphascraper69@gmail.com

Please include a sample input and the dataset record (if available) so we can help troubleshoot faster.


Here my another actors :

Youtube Iteams:

Tiktok Iteams:

Snapchat Iteams:

Instagram Iteams:

Facebook Iteams:

Amazon Iteams: