YouTube Mp3/Thumbnail & Audio Scraper avatar

YouTube Mp3/Thumbnail & Audio Scraper

Pricing

$5.00/month + usage

Go to Apify Store
YouTube Mp3/Thumbnail & Audio Scraper

YouTube Mp3/Thumbnail & Audio Scraper

audio in multiple formats (M4A/WebM, 48-139 kbps), all thumbnail resolutions (120x90 to 1920x1080), plus metadata including titles, channel info, statistics (views/likes/comments), tags, and descriptions. Perfect for content analysis, audio extraction, and thumbnail archiving.

Pricing

$5.00/month + usage

Rating

0.0

(0)

Developer

King Scraper

King Scraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

🎡 YouTube Mp3/Thumbnail & Audio Scraper - Ultimate Media Extraction Tool

Effortlessly extract high-quality audio, stunning thumbnails, and comprehensive metadata from any YouTube video with our powerful YouTube Mp3/Thumbnail & Audio Scraper! This Apify actor enables you to batch process multiple videos while preserving multiple audio formats, subtitle tracks, and complete video statistics.


πŸ“Œ Overview

Need to build a music library, create content for podcasts, or analyze YouTube trends? This YouTube Mp3/Thumbnail & Audio Scraper delivers:

  • 🎧 Multiple Audio Formats: MP4 (M4A), WebM with variable bitrates (low to high quality)
  • πŸ–ΌοΈ Complete Thumbnail Sets: From 120x90 default to 1920x1080 maxres images
  • πŸ“Š Rich Metadata: Titles, uploaders, channel info, statistics, and descriptions
  • πŸ“ Video Information: Categories, tags, age restrictions, live stream detection
  • πŸ”„ Batch Processing: Handle 100+ URLs per run efficiently
  • πŸ“œ Subtitle Support: Auto-include available subtitle tracks

Perfect for podcasters πŸŽ™οΈ, music producers 🎹, content researchers πŸ“Š, and app developers πŸ“±!


⚑ Core Capabilities

🎢 Audio Extraction Excellence

  • Best Quality Selection: Automatic detection of optimal audio stream (WebM, up to 139 kbps)
  • Multiple Formats: Access to all available audio formats including:
    • WebM (low, medium quality)
    • M4A (low, medium quality)
  • Audio Bitrates: From 48 kbps to 139 kbps for flexible storage needs
  • File Size Display: Clear MB/GB sizing for download management
  • Duration Formatting: Both raw seconds and human-readable time formats

πŸ–ΌοΈ Thumbnail Mastery

  • Complete Resolution Range:
    • Default (120x90) - Quick preview
    • MQ (320x180) - Standard quality
    • HQ (480x360) - High quality
    • SD (640x480) - Standard definition
    • Maxres (1920x1080) - Full HD
  • Multiple Variants: Different crop and size options for every use case
  • Direct CDN URLs: Unrestricted access to YouTube's image servers

πŸ“Š Data Enrichment

  • Channel Intelligence:
    • Channel name and ID
    • Uploader username and @handle
    • Direct channel/profile URLs
  • Video Statistics:
    • View counts with real-time accuracy
    • Like counts for engagement metrics
    • Comment counts for community activity
  • Content Analysis:
    • Full video descriptions
    • Complete tag lists for SEO research
    • Category classification
    • Live stream detection

πŸ”§ Advanced Features

  • Subtitle Support: Extract available caption tracks
  • Age Restriction Detection: Identify restricted content
  • Format Filtering: Include all formats or select specific ones
  • Proxy Ready: Bypass geo-restrictions seamlessly

πŸ“ Input Configuration

Simply provide your YouTube video URLs in the input section, configure your preferences, and click start. Here's a sample configuration:

{
"include_all_formats": true,
"include_subtitles": true,
"include_thumbnails": true,
"video_urls": [
{
"url": "https://youtu.be/WfpIGwfF5dk"
},
{
"url": "https://youtu.be/kEg4E2SU-EA"
}
]
}

Input Specifications

ParameterTypeRequiredDescription
video_urlsArrayYesYouTube video URLs to process (supports youtube.com, youtu.be)
urlStringYesValid YouTube video URL
include_all_formatsBooleanNoInclude all available audio formats (default: true)
include_subtitlesBooleanNoExtract subtitle tracks (default: true)
include_thumbnailsBooleanNoExtract all thumbnail variants (default: true)

πŸ“€ Output Structure

Your YouTube Mp3/Thumbnail & Audio Scraper returns comprehensive data for each video:

[
{
"status": "success",
"basic_info": {
"title": "90s Love Songs | Bollywood Evergreen 90's Love Songs",
"video_id": "WfpIGwfF5dk",
"uploader": "Hasu Mia",
"uploader_id": "@hasumiamusic",
"channel": "Hasu Mia",
"channel_id": "UCxSF_fIMa5Ci1n2EyhBDKsw",
"upload_date": "20260327",
"duration": 5665,
"duration_string": "1:34:25"
},
"statistics": {
"view_count": 85035,
"like_count": 315,
"comment_count": 10
},
"content": {
"description": "Full video description text...",
"categories": ["Music"],
"tags": ["hindi song", "old songs", "90s hits"],
"age_limit": 0,
"is_live": false
},
"media_info": {
"webpage_url": "https://www.youtube.com/watch?v=WfpIGwfF5dk",
"original_url": "https://www.youtube.com/watch?v=WfpIGwfF5dk",
"thumbnail": "https://i.ytimg.com/vi/WfpIGwfF5dk/maxresdefault.jpg"
},
"best_audio_download": {
"format_id": "251",
"ext": "webm",
"format_note": "medium",
"filesize": 98481733,
"filesize_mb": 93.92,
"abr": 139.069,
"url": "https://rr1---sn-vgqsrnsy.googlevideo.com/..."
},
"all_audio_formats_count": 4,
"all_audio_formats": [
{
"format_id": "139",
"ext": "m4a",
"format_note": "low",
"filesize_mb": 32.95,
"abr": 48.783,
"url": "https://..."
}
],
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/WfpIGwfF5dk/maxresdefault.jpg",
"width": 1920,
"height": 1080,
"id": "40"
}
],
"input_url": "https://youtu.be/WfpIGwfF5dk",
"canonical_url": "https://www.youtube.com/watch?v=WfpIGwfF5dk"
}
]

Output Field Documentation

Basic Information Section

FieldDescription
titleComplete video title
video_idUnique YouTube video identifier
uploaderContent creator's display name
uploader_idCreator's @handle
channelChannel name
channel_idUnique channel identifier
upload_datePublication date in YYYYMMDD format
durationVideo length in seconds
duration_stringHuman-readable duration (HH:MM:SS)

Statistics Section

FieldDescription
view_countTotal views (real-time accuracy)
like_countNumber of likes
comment_countTotal comments

Content Section

FieldDescription
descriptionFull video description with timestamps and links
categoriesYouTube category classification
tagsComplete tag list for SEO analysis
age_limitAge restriction status (0 = unrestricted)
is_liveLive stream indicator

Audio Formats Section

FieldDescription
format_idYouTube's format identifier
extContainer format (webm, m4a)
format_noteQuality description (low, medium)
filesize_mbFile size in megabytes
abrAverage bitrate in kbps
urlDirect CDN download URL

Thumbnails Section

FieldDescription
urlDirect image URL
widthImage width in pixels
heightImage height in pixels
idThumbnail variant identifier

🎯 Audio Quality Tiers

The YouTube Mp3/Thumbnail & Audio Scraper automatically detects and provides multiple audio quality options:

Low Quality (Space-Saving)

  • Format 139: M4A, ~48 kbps, ~2-35 MB per hour
  • Format 249: WebM, ~53 kbps, efficient compression

Medium Quality (Balanced)

  • Format 140: M4A, ~129 kbps, ~6-90 MB per hour
  • Format 251: WebM, ~139 kbps, optimal quality-to-size ratio

Best Quality (Maximum Fidelity)

  • Automatically selected as best_audio_download
  • Highest available bitrate (up to 139 kbps)
  • WebM format for superior compression

πŸ–ΌοΈ Thumbnail Resolution Guide

ResolutionDimensionsUse Case
Default120Γ—90Quick previews, thumbnails
MQ320Γ—180Standard displays, playlists
HQ480Γ—360High-quality previews
SD640Γ—480Standard definition screens
Maxres1920Γ—1080Full HD displays, professional use

πŸ’‘ Use Cases

  • 🎧 Podcast Creators – Extract audio for podcast episodes
  • 🎡 Music Producers – Download reference tracks and stems
  • πŸ“Š Content Researchers – Analyze video metadata and trends
  • 🎨 Graphic Designers – Access high-resolution thumbnails
  • πŸ“± App Developers – Build YouTube-powered applications
  • πŸ“ SEO Specialists – Analyze tags, descriptions, and metadata
  • πŸŽ“ Educational Platforms – Extract audio for learning materials
  • 🎬 Video Editors – Get audio tracks for remixes and compilations

🌟 Why Choose Our YouTube Mp3/Thumbnail & Audio Scraper?

  • ⚑ Lightning Fast: Optimized extraction with minimal latency
  • 🎯 Precision Data: Accurate metadata including view counts, likes, and comments
  • πŸ”„ Regular Updates: Continuously maintained to adapt to YouTube changes
  • πŸ“¦ Complete Package: Get audio, thumbnails, and metadata in one output
  • πŸ” Reliable Performance: Stable downloads with CDN-level URLs
  • 🎨 User-Friendly: Simple input structure for beginners and pros
  • πŸ“ˆ Scalable: Process thousands of videos efficiently

⚠️ Limitations

  • Only works with publicly accessible YouTube videos
  • Private or unlisted videos cannot be accessed
  • Age-restricted content may require authentication
  • Rate limits apply based on YouTube's restrictions
  • Maximum resolution depends on video upload quality

πŸŽ₯ YouTube Tools

πŸ“˜ Snapchat Tools

πŸ“˜ Facebook Scraper Tools

πŸ“˜ Instagram Scraper Tools

πŸ“˜ Pinterest Scraper Tools

πŸ“˜ TikTok Scraper Tools


πŸ“§ Need Customization?

Want *higher audio bitrates, **batch playlist processing, **custom metadata fields, or *enterprise support?

βœ‰οΈ Email mehedy7613@gmail.com for tailored solutions!


πŸ“’ Keywords

YouTube Mp3/Thumbnail & Audio Scraper, YouTube audio extractor, YouTube thumbnail downloader, YouTube to MP3, YouTube media scraper, YouTube metadata extraction, YouTube video statistics, YouTube channel information, YouTube audio formats, YouTube thumbnail resolutions, YouTube batch processor, YouTube CDN URLs, YouTube content analysis, YouTube SEO data, YouTube tags extractor, YouTube description scraper, YouTube view count tracker, YouTube engagement metrics, YouTube audio quality, YouTube maxres thumbnail, YouTube SD thumbnail, YouTube HQ thumbnail, YouTube MQ thumbnail, YouTube video categories, YouTube live stream detector, YouTube age restriction checker, YouTube uploader info, YouTube channel ID, YouTube duration converter, YouTube bulk downloader, YouTube API alternative