YouTube Shorts Downloader avatar

YouTube Shorts Downloader

Pricing

$7.00/month + usage

Go to Apify Store
YouTube Shorts Downloader

YouTube Shorts Downloader

Extract complete YouTube Shorts data including video downloads, engagement metrics (views/likes/comments), channel details, thumbnails, and multiple quality formats up to 1080p - all in clean JSON output.

Pricing

$7.00/month + usage

Rating

0.0

(0)

Developer

King Scraper

King Scraper

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

15 days ago

Last modified

Share

YouTube Shorts Downloader - Ultimate Short-Form Video Scraper 🎬⚑

Experience the most powerful YouTube Shorts Downloader on the market! This enterprise-grade Apify actor enables you to bulk download YouTube Shorts with complete metadata, multiple quality options, and direct CDN access - perfect for content creators, marketers, and data analysts.


πŸš€ Why Choose Our YouTube Shorts Downloader?

Looking for a reliable YouTube Shorts Downloader that preserves original quality and extracts every piece of metadata? You've found it! This YouTube Shorts Downloader delivers:

  • πŸ“₯ Bulk Downloads - Process up to 100+ Shorts URLs in a single run
  • 🎯 Complete Metadata - Titles, upload dates, view counts, like counts, comments, and more
  • 🎚️ Multiple Formats - MP4, WebM, M4A with resolutions from 144p to 1080p
  • πŸ”Š Audio Extraction - Separate audio tracks in multiple bitrates
  • 🏷️ Tag & Category Data - Full hashtag and category information
  • πŸ”„ Auto-Retry System - Built-in error handling with configurable retries
  • ⏱️ Timeout Control - Prevent hanging downloads with customizable timeouts

Perfect for social media managers πŸ“±, content analysts πŸ“Š, video editors πŸŽ₯, and researchers πŸ”!


✨ Core Capabilities

🎯 Media Options

  • Original Quality - Download in source resolution up to 1080p
  • Format Selection - MP4, WebM video + M4A, Opus audio
  • Multiple Resolutions - 144p, 240p, 360p, 480p, 720p, 1080p
  • Combined Downloads - Ready-to-use merged video+audio files

πŸ“Š Rich Metadata Extraction

Our YouTube Shorts Downloader captures comprehensive data:

  • Engagement Metrics - View counts, like counts, comment counts
  • Channel Details - Channel name, ID, URL, uploader information
  • Content Info - Full titles, descriptions, upload dates (YYYYMMDD)
  • Classification - Categories, tags, age restriction status
  • Technical Specs - Duration, format details, codec information

βš™οΈ Advanced Features

  • Batch Processing - Submit multiple Shorts URLs at once
  • Format Toggle - Optional format details with include_formats flag
  • Smart Retry - Configurable max_retries (default: 3) for failed downloads
  • Timeout Protection - Customizable timeout_seconds (default: 15)
  • Best Format Selection - Automatically identifies optimal quality
  • Thumbnail Extraction - High-quality preview images included

πŸ“ Input Configuration

Simply provide your YouTube Shorts URLs in the input section and click "Start". This YouTube Shorts Downloader handles both formats with or without query parameters.

{
"include_formats": false,
"video_urls": [
{
"url": "https://youtube.com/shorts/-3oFghgj7ig?si=rjxCfqn-yvuP-yha"
},
{
"url": "https://www.youtube.com/shorts/f94z4TMYRVw"
}
],
"max_retries": 3,
"timeout_seconds": 15
}

πŸ“‹ Input Specifications

ParameterTypeRequiredDefaultDescription
video_urlsArrayYes-List of YouTube Shorts URLs to process
urlStringYes-Valid YouTube Shorts URL (shorts/ format)
include_formatsBooleanNofalseInclude detailed format information in output
max_retriesIntegerNo3Maximum retry attempts for failed downloads
timeout_secondsIntegerNo15Timeout per download attempt in seconds

πŸ“€ Output Structure

Here's what you'll receive from this YouTube Shorts Downloader:

[
{
"status": "success",
"url": "https://youtube.com/shorts/-3oFghgj7ig?si=rjxCfqn-yvuP-yha",
"title": "Phoolon Ki Malika Hai Pariyon Ki Rani Hai🌸| Nancy Momoland |#lyrics#shorts#trending#bts#kpop#5#love",
"video_id": "-3oFghgj7ig",
"duration": 9,
"uploader": "Nancy Momoland ",
"channel_name": "Nancy Momoland ",
"upload_date": "20260209",
"view_count": 111865,
"like_count": 3693,
"comment_count": 48,
"description": "Complete video description with hashtags...",
"thumbnail": "https://i.ytimg.com/vi/-3oFghgj7ig/maxresdefault.jpg",
"channel_id": "UCetb_fsf2E9MIZBMiSBxMUw",
"channel_url": "https://www.youtube.com/channel/UCetb_fsf2E9MIZBMiSBxMUw",
"is_age_restricted": false,
"categories": ["Entertainment"],
"tags": ["nancy momoland", "kpop", "bts", "shorts"],
"video_formats": [...],
"audio_formats": [...],
"media_url": "https://rr5---sn-5uaeznss.googlevideo.com/videoplayback?...",
"best_format": {
"format_id": "video+audio",
"ext": "mp4",
"resolution": "360x640",
"filesize_mb": 0.67,
"url": "https://rr5---sn-5uaeznss.googlevideo.com/videoplayback?..."
}
}
]

πŸ“Š Output Field Documentation

🏷️ Basic Information

FieldDescription
statusDownload status (success/failed)
urlOriginal YouTube Shorts URL
titleFull video title
video_idUnique YouTube video identifier
durationVideo length in seconds
upload_datePublication date in YYYYMMDD format

πŸ‘€ Channel & Creator Data

FieldDescription
uploaderContent creator's display name
channel_nameYouTube channel name
channel_idUnique channel identifier
channel_urlDirect link to YouTube channel

πŸ“ˆ Engagement Metrics

FieldDescription
view_countTotal view count
like_countTotal like count
comment_countNumber of comments

🎨 Content Details

FieldDescription
descriptionFull video description with hashtags
thumbnailHigh-quality thumbnail URL
categoriesYouTube category classifications
tagsVideo tags/keywords
is_age_restrictedBoolean flag for age-restricted content

🎬 Media Formats (when include_formats: true)

FieldDescription
video_formatsArray of available video qualities
audio_formatsArray of available audio tracks
media_urlDirect CDN URL to merged media
best_formatRecommended optimal format

πŸŽ₯ Video Format Specifications

FieldDescription
format_idYouTube format identifier
format_noteQuality description (144p, 240p, etc.)
extFile extension (mp4, webm, m4a)
resolutionDisplay resolution (width x height)
widthHorizontal pixels
heightVertical pixels
fpsFrames per second
vcodecVideo codec specification
acodecAudio codec specification
filesize_mbFile size in megabytes
tbrTotal bitrate
urlDirect CDN download URL

🎡 Audio Format Specifications

FieldDescription
format_idYouTube format identifier
format_noteQuality level (low, medium)
extFile extension (m4a, webm)
acodecAudio codec specification
abrAudio bitrate
asrAudio sample rate
filesize_mbFile size in megabytes
urlDirect CDN download URL

πŸ“ˆ Available Quality Tiers

This YouTube Shorts Downloader automatically detects and provides multiple quality options:

🟒 Low Resolution (144p-240p)

  • Perfect for quick previews and bandwidth conservation
  • File sizes as low as 0.05 MB
  • Available in MP4, WebM, and AV01 codecs

🟑 Standard Definition (360p-480p)

  • Balanced quality and file size
  • Most common format (18) with merged audio+video
  • File sizes typically 0.5-2 MB per Short

πŸ”΅ High Definition (720p-1080p)

  • Maximum quality for professional use
  • Multiple codec options (AVC, VP9, AV01)
  • Crystal clear vertical video at 1080x1440

🎧 Audio-Only Options

  • Low Quality - ~50 kbps (M4A/Opus)
  • Medium Quality - ~130 kbps (M4A/Opus)
  • Perfect for music extraction and audio analysis

πŸ’Ό Use Cases for Our YouTube Shorts Downloader

πŸŽ₯ Content Creators

  • Download your own Shorts for cross-platform reposting
  • Analyze competitor content strategies
  • Extract trending audio for remixes

πŸ“Š Social Media Managers

  • Archive client content for portfolio building
  • Track viral trends and engagement patterns
  • Create content libraries for future reference

πŸŽ“ Researchers & Analysts

  • Study viral content patterns and hashtag usage
  • Analyze engagement metrics across thousands of Shorts
  • Monitor channel growth and content strategies

🎬 Video Editors

  • Access source-quality footage for editing
  • Extract separate audio tracks for remixing
  • Download thumbnails for promotional materials

πŸ“± App Developers

  • Build Shorts-powered applications
  • Test video playback implementations
  • Analyze format specifications

🎯 Why Our YouTube Shorts Downloader Stands Out

  • Complete Data Package - Not just videos, but full metadata including engagement metrics
  • Bulk Processing - Handle multiple Shorts in one run with configurable retry logic
  • Format Flexibility - Choose from multiple resolutions and codecs
  • Time-Saving - Automatic best format selection saves manual work
  • Reliable - Built-in timeout protection prevents hanging processes
  • Always Updated - Maintained to ensure compatibility with YouTube changes
  • Developer Friendly - Clean JSON output structure for easy integration

⚠️ Limitations

  • Works only with public YouTube Shorts (unlisted videos may fail)
  • Some age-restricted content requires authentication (flagged but not downloadable)
  • YouTube may impose rate limits on excessive requests
  • Very old Shorts may have limited format options available

πŸ“§ Need Custom Solutions?

Looking for higher resolutions, custom output formats, scheduled downloads, or integration with your existing systems?

βœ‰οΈ Email mehedy7613@gmail.com for:

  • Custom development
  • Enterprise licensing
  • Dedicated support
  • Feature requests
  • Volume discounts

Last Updated: February 2026 | Compatible with latest YouTube Shorts format