YouTube Video Downloader โšก avatar
YouTube Video Downloader โšก

Pricing

$9.00/month + usage

Go to Apify Store
YouTube Video Downloader โšก

YouTube Video Downloader โšก

Developed by

Scrape Architect

Scrape Architect

Maintained by Community

๐ŸŽต Instantly grab ๐ŸŽฅ videos, ๐ŸŽต audio, & ๐Ÿ“ฑ Shorts from YouTube & YouTube Kids! Supports 360p to 4K Videos ๐ŸŒ, and family-friendly content ๐Ÿ‘ง๐Ÿ‘ฆ Get direct MP4/MP3 links in seconds! โšก YouTube Video, Shorts, Audio/MP3 & YouTube-Kids Video Downloader ๐Ÿš€

4.3 (8)

Pricing

$9.00/month + usage

6

84

39

Issues response

5.8 hours

Last modified

5 days ago


๐ŸŽฅ YouTube Video Downloader ๐ŸŒ๐ŸŽต โ€“ Lightning-Fast Multi-Format Grabber ๐ŸŽฌ

๐Ÿš€ Instant YouTube Video & Audio Downloads in 8K, 4K, 1080p, and More

Tired of complicated software? Need to download YouTube videos, Shorts, or YouTube Kids content instantly in the highest quality possible? This advanced Apify actor is your all-in-one solution. Download anything from YouTube directly as MP4 video, MP3 audio, or a merged fileโ€”all with rich metadata and blazing speed.

๐ŸŽฏ Perfect for: Content creators, educators, marketers, archivists, and anyone who needs reliable, high-quality YouTube downloads without the hassle.


โœจ Why This is the Ultimate YouTube Video Downloader

FeatureBenefit
๐ŸŒ Multi-Platform SupportDownload from YouTube, YouTube Shorts, and YouTube Kids seamlessly.
๐ŸŽฌ True Resolution ControlSpecify 8k, 4k, 2k, 1080p, 720p, 480p, or 360p. The actor intelligently falls back to the nearest available quality.
๐Ÿ“ฆ Advanced Output OptionsGet separate video-only and audio-only links, or a perfectly merged video+audio file.
๐Ÿ” Secure Apify StorageToggle the Key-Value Store to get secure, downloadable links hosted on Apify's reliable platform.
๐Ÿ“Š Extensive MetadataGo beyond the basics. Get view counts, likes, categories, file sizes, descriptions, and deep technical details on video & audio codecs.
โšก Built for PerformanceHandles multiple URLs in a single run with optimized resource management.

โš™๏ธ Input Configuration: Simple & Powerful

Getting started is easy. Configure your download job with a clear JSON input.

{
"video_urls": [
{
"url": "https://www.youtube.com/watch?v=G5RpJwCJDqc",
"method": "GET"
},
{
"url": "https://youtube.com/shorts/5GlgIRLQ96g",
"method": "GET"
}
],
"desired_resolution": "8k",
"use_key_value_store": true,
"show_additional_metadata": true
}

๐Ÿ“‹ Input Fields Explained

FieldTypeDescriptionDefaultEmoji
video_urlsArrayA list of YouTube URLs to process. Supports videos, Shorts, and YouTube Kids.Required๐ŸŽฅ
desired_resolutionStringYour preferred video quality. Choices: 8k, 4k, 2k, 1080p, 720p, 480p, 360p.1080p๐Ÿ–ฅ๏ธ
use_key_value_storeBooleanโœ… For faster, more reliable results, keep this ON. Generates secure Apify links for downloads.true๐Ÿ”„
show_additional_metadataBooleanTurn ON to get a rich dataset of views, likes, comments, file sizes, and technical specs.true๐Ÿ“Š

The actor provides meticulously structured output for each video, containing everything you need.

๐Ÿ” Example Output (Key-Value Store ON + Additional Metadata ON)

{
"original_url": "https://www.youtube.com/watch?v=G5RpJwCJDqc",
"requested_resolution": "8k",
"title": "Japan in 8K ULTRA HD - Land of The Rising Sun (60 FPS)",
"channel": "8K World",
"duration": "5m 30s",
"provided_resolution": "4320p",
"thumbnail": "https://i.ytimg.com/vi/G5RpJwCJDqc/maxresdefault.jpg",
"view_count": "7.1M",
"categories": ["Entertainment"],
"description": "This 8K video features 41 clips that showcase various natural, urban, and scenic landscapes...",
"video_filesize": "1.04GB",
"audio_filesize": "5.09MB",
"downloadable_video_link": "https://api.apify.com/v2/key-value-stores/.../video_...",
"downloadable_audio_link": "https://api.apify.com/v2/key-value-stores/.../audio_...",
"merged_downloadable_link": "https://api.apify.com/v2/key-value-stores/.../merged_...",
"additional_metadata": {
"like_count": "88.9K",
"comment_count": "2.4K",
"video_type": "long",
"keywords": ["8k", "4k", "HDR", "ultraHD", "ๆ—ฅๆœฌ"],
"channel_subscribers": "540.0K",
"upload_date": "2021-04-23",
"video_format": {
"ext": "mp4",
"height": 4320,
"width": 7680,
"fps": 60,
"vcodec": "av01.0.17M.08",
"video_bitrate": "27.1K"
},
"audio_format": {
"ext": "m4a",
"acodec": "mp4a.40.2",
"abr": 129.492,
"audio_bitrate": "129"
}
}
}

๐Ÿงพ Output Fields Glossary

  • original_url: The URL you provided.
  • requested_resolution / provided_resolution: What you asked for vs. what was delivered.
  • title, channel, duration, thumbnail: Core video identification.
  • view_count, categories, description: Vital engagement and content metrics.
  • video_filesize, audio_filesize: Know the size before you download.
  • downloadable_video_link, downloadable_audio_link, merged_downloadable_link: Your direct download paths.
  • additional_metadata: A treasure trove of data for analysis, including:
    • Social Stats: Likes, comments, subscriber count.
    • Technical Specs: Detailed codec, bitrate, and format info for video and audio streams.
    • Channel Data: Upload date, channel ID, and URL.
    • Content Data: Keywords, video type, and availability status.

[
{
"original_url": "https://www.youtube.com/watch?v=G5RpJwCJDqc",
"requested_resolution": "8k",
"title": "Japan in 8K ULTRA HD - Land of The Rising Sun (60 FPS)",
"channel": "8K World",
"duration": "5m 30s",
"provided_resolution": "4320p",
"thumbnail": "https://i.ytimg.com/vi/G5RpJwCJDqc/maxresdefault.jpg",
"view_count": "7.1M",
"categories": ["Entertainment"],
"description": "This 8K video features 41 clips that showcase various natural, urban, and scenic landscapes...",
"video_filesize": "1.04GB",
"audio_filesize": "5.09MB",
"downloadable_video_link": "https://rr7---sn-bvvbaxhj5nu-qxos.googlevideo.com//.../video_...",
"downloadable_audio_link": "https://rr7---sn-bvvbaxhj5nu-qxos.googlevideo.com//.../audio_...",
"merged_downloadable_link": "https://rr7---sn-bvvbaxhj5nu-qxos.googlevideo.com//.../merged_...",
}
]

๐ŸŽฏ Real-World Use Cases

  • ๐Ÿ‘จโ€๐Ÿ’ป Content Creators & Marketers: Download reference videos, competitors' content, or your own Shorts for repurposing on other social platforms.
  • ๐ŸŽ“ Educators & Trainers: Build offline video libraries for classrooms or courses with reliable, high-quality downloads.
  • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Parents: Safely download content from YouTube Kids for offline viewing during travel.
  • ๐Ÿ“Š Data Analysts: Extract rich metadata (views, likes, keywords) for market research and trend analysis.
  • ๐ŸŒ Travelers & Commuters: Save videos for offline entertainment without needing an internet connection.

๐Ÿ”’ Privacy & Reliability

  • No Login Required: Download videos securely without providing your YouTube credentials.
  • Apify Proxy Infrastructure: Built on Apify's robust platform, ensuring high availability and success rates.
  • Transparent Processing: You control the input and get detailed outputโ€”no hidden processes.

Explore our full scraping suite for enhanced YouTube and Spotify scraping:

๐ŸŽฅ YouTube Scrapers:

๐ŸŽต Spotify Scrapers:


๐Ÿ“ง Need Customization?

Want higher resolutions, batch downloads, or metadata enhancements?

โœ‰๏ธ Email scrapearchitect@gmail.com for tailored solutions!


๐Ÿš€ Try It Now!

Launch the YouTube Multi-Format Downloader and grab videos, shorts, and audio in minutes!