Youtube Video Downloader API
Pricing
from $5.00 / 1,000 results
Youtube Video Downloader API
Download YouTube videos and audio in multiple formats and qualities. Extract video metadata, thumbnails, captions, and direct download links. Supports regular videos and YouTube Shorts with high-quality output.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer

Sachin Kumar Yadav
Actor stats
0
Bookmarked
5
Total users
4
Monthly active users
6 days ago
Last modified
Categories
Share
๐ฌ YouTube Video Downloader - High Quality Video & Audio Extractor
Download YouTube videos and audio in multiple formats and qualities with metadata extraction, thumbnails, captions, and direct download links. Supports regular videos and YouTube Shorts!
๐ Table of Contents
- ๐ Features
- ๐ฏ Use Cases
- โก Quick Start
- ๐ Input Parameters
- ๐ค Output Format
- ๐ง Configuration
- ๐ Performance
- โ FAQ
- ๐ ๏ธ Troubleshooting
- ๐ Support
๐ Features
๐ฅ Video Download Capabilities
- โ Multiple Quality Options - Download in 240p, 360p, 480p, 720p, 1080p, and higher
- โ Multiple Format Support - MP4, WebM, and adaptive streaming formats
- โ Audio Extraction - Extract high-quality audio tracks
- โ YouTube Shorts Support - Full compatibility with YouTube Shorts
- โ Batch Processing - Download multiple videos simultaneously
๐ Metadata Extraction
- โ Complete Video Information - Title, description, duration, view count
- โ Channel Details - Channel name, ID, and subscriber information
- โ Keywords & Tags - SEO keywords and video tags
- โ Thumbnails - Multiple thumbnail sizes and formats
- โ Captions & Subtitles - Multi-language subtitle support
๐ Global Support
- โ Geo-Location Optimization - Country-specific content delivery
- โ Multi-Language Support - Audio tracks in various languages
- โ Regional Content Access - Access region-specific videos
๐ฏ Use Cases
| Use Case | Description | Benefits |
|---|---|---|
| ๐ Educational Content | Download educational videos for offline learning | Access content without internet, create learning materials |
| ๐ฑ Content Creation | Extract video content for editing and remixing | High-quality source material, multiple format options |
| ๐ Market Research | Analyze video metadata and engagement metrics | Competitor analysis, trend identification |
| ๐ต Music Collection | Extract audio from music videos | High-quality audio files, metadata preservation |
| ๐ Content Archiving | Backup important video content | Long-term preservation, offline access |
| ๐ Multi-Platform Distribution | Prepare content for various platforms | Format optimization, quality variants |
โก Quick Start
1๏ธโฃ Basic Usage
{"video_urls": ["https://www.youtube.com/watch?v=RgKAFK5djSk","https://youtu.be/dQw4w9WgXcQ"],"country_code": "us","language": "en"}
2๏ธโฃ Advanced Configuration
{"video_urls": ["https://www.youtube.com/watch?v=RgKAFK5djSk"],"country_code": "us","language": "en","include_formats": true,"include_captions": true,"include_thumbnails": true}
๐ Input Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
video_urls | Array | โ | List of YouTube video URLs | ["https://youtube.com/watch?v=..."] |
country_code | String | โ | ISO 3166 country code | "us", "in", "gb" |
language | String | โ | Language code for audio | "en", "es", "fr" |
include_formats | Boolean | โ | Include all video formats | true (default) |
include_captions | Boolean | โ | Include subtitle information | true (default) |
include_thumbnails | Boolean | โ | Include thumbnail URLs | true (default) |
๐ Supported URL Formats
https://www.youtube.com/watch?v=VIDEO_IDhttps://youtu.be/VIDEO_IDhttps://www.youtube.com/embed/VIDEO_IDhttps://m.youtube.com/watch?v=VIDEO_ID- Direct video ID:
VIDEO_ID
๐ค Output Format
๐ฌ Video Data Structure
{"source": "youtube","video_id": "RgKAFK5djSk","title": "Video Title","description": "Video description...","duration_seconds": 237,"view_count": "1000000","channel_title": "Channel Name","channel_id": "UC...","keywords": ["keyword1", "keyword2"],"thumbnails": [...],"formats": [...],"adaptive_formats": [...],"captions": {...}}
๐ Format Information
Each format includes:
- Quality Label (240p, 360p, 480p, 720p, 1080p)
- File Size and Bitrate
- Direct Download URL
- MIME Type and Codecs
- Resolution (width ร height)
๐ง Configuration
๐ Country Codes
| Region | Code | Description |
|---|---|---|
| ๐บ๐ธ United States | us | Best for global content |
| ๐ฌ๐ง United Kingdom | gb | European content |
| ๐ฎ๐ณ India | in | South Asian content |
| ๐ฉ๐ช Germany | de | Central European content |
| ๐ฏ๐ต Japan | jp | Asian content |
| ๐ง๐ท Brazil | br | South American content |
๐ฃ๏ธ Language Codes
| Language | Code | Audio Support |
|---|---|---|
| English | en | โ Primary |
| Spanish | es | โ Full |
| French | fr | โ Full |
| German | de | โ Full |
| Hindi | hi | โ Full |
| Japanese | ja | โ Full |
๐ Performance
โก Speed Metrics
- Processing Time: ~2-5 seconds per video
- Batch Processing: Up to 50 videos simultaneously
- API Response: Sub-second metadata extraction
- Download Links: Instant generation
๐ Reliability Features
- Automatic Retry Logic - Handles temporary failures
- Rate Limiting - Prevents API throttling
- Error Handling - Comprehensive error reporting
โ FAQ
Q: What video qualities are supported?
A: We support all YouTube quality levels from 240p to 4K (2160p), including:
- 240p, 360p, 480p (Standard Definition)
- 720p, 1080p (High Definition)
- 1440p, 2160p (Ultra High Definition)
Q: Can I download YouTube Shorts?
A: Yes! Our actor fully supports YouTube Shorts with the same quality and metadata extraction capabilities.
Q: Are there any usage limits?
A: Usage depends on your Apify subscription plan. The actor is optimized for efficient API usage.
Q: How do I get the best download speeds?
A: Use the correct country_code parameter matching your server location for optimal CDN routing.
Q: Can I extract only audio?
A: Yes! The adaptive_formats include audio-only streams in various qualities and formats.
Q: What about copyright concerns?
A: This tool is for personal use and research. Users are responsible for complying with YouTube's Terms of Service and copyright laws.
๐ ๏ธ Troubleshooting
๐จ Common Issues
| Issue | Cause | Solution |
|---|---|---|
| "Invalid YouTube URL" | Malformed URL | Check URL format, ensure it's a valid YouTube link |
| "Video not available" | Private/deleted video | Verify video exists and is public |
| "Country code required" | Missing parameter | Add valid ISO 3166 country code |
๐ Debug Tips
- Verify URLs - Test URLs in browser first
- Check Logs - Review actor run logs for detailed errors
- Test Single Video - Start with one video before batch processing
- Validate Parameters - Ensure all required fields are provided
๐ Support
๐ Need Help?
- ๐ง Issues: Report bugs and feature requests
- ๐ฌ Community: Join our developer community
- ๐ Documentation: Comprehensive guides and examples
- ๐ฏ Best Practices: Optimization tips and tricks
๐ Useful Links
๐ท๏ธ Find Me
youtube downloader, youtube video extractor, youtube api, video metadata, youtube shorts, youtube video download, youtube audio extraction, youtube thumbnail extractor, youtube caption downloader, youtube batch video processing, youtube scraper, youtube video quality, youtube apify actor, youtube automation. youtube captions downloader, youtube storyboards downloader
โญ Star this actor if it helps you download YouTube content efficiently!
Built with โค๏ธ using Apify Platform