Instagram Reels Downloader

Instagram Reels Downloader

by scrapearchitect

πŸš€ Download Instagram ReelsπŸŽ₯ in 1080p/720p πŸ“ + audio 🎧 ! Secure Apify links πŸ” creator info πŸ“‹ thumbnails πŸŒ„ Bulk URLs πŸ”„ residential proxies 🌍 For devs πŸ› οΈ...

8,149 runs
138 users
Try This Actor

Opens on Apify.com

About Instagram Reels Downloader

πŸš€ Download Instagram ReelsπŸŽ₯ in 1080p/720p πŸ“ + audio 🎧 ! Secure Apify links πŸ” creator info πŸ“‹ thumbnails πŸŒ„ Bulk URLs πŸ”„ residential proxies 🌍 For devs πŸ› οΈ agencies 🎬! 🎧 Instagram Reels/Shorts Video Downloader πŸŽ₯

What does this actor do?

Instagram Reels Downloader is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

--- # πŸš€ Instagram Reels/Shorts Downloader – HD & Audio Extraction πŸ“ΈπŸŽ§ Download Instagram Reels/Shorts Video in 1080p/720p πŸ“, split/merge audio+video 🎚️, with creator metadata πŸ“‹! Apify storage πŸ” or direct links 🌐. Residential proxies 🌍 & bulk processing πŸ”„. --- ## 🌟 Overview Need to archive Instagram content or repurpose Reels? This actor delivers: βœ… Audio/video splitting: Get separate tracks βœ… Apify Storage: Encrypted download URLs βœ… Full metadata: Titles, authors, upload dates βœ… Proxy-ready: Bypass geo/IP restrictions Perfect for marketers πŸ“ˆ, content agencies 🎬, and app developers πŸ“±! > ⚑ Avg. runtime: 10-20 seconds per Reel > πŸ›‘οΈ Auto-retries failed downloads (3x) --- ## πŸ”₯ Key Features ### πŸŽ₯ Media Options - Dual Formats: Video-only MP4 + separate M4A audio - Merged Output: Combined audio+video file - Thumbnails: High-quality cover images - Bulk Mode: Process 100+ URLs per run ### πŸ“Š Metadata Mastery - Creator Profiles: Author names/handles - Upload Dates: YYYY-MM-DD timestamps - Duration: HH:MM:SS formatting ### πŸ› οΈ Advanced Tech - Proxy Groups: Residential IP rotation - Apify Storage Toggle: On/Off for links - Resolution Fallback: Auto-select best available --- ## βš™οΈ Input Configuration json { "reel_urls": [ { "url": "https://www.instagram.com/reel/DI4N8ZyNaGW/", "method": "GET" }, { "url": "https://www.instagram.com/reel/DIwULw2RynT/", "method": "GET" } ], "use_key_value_store": true } ### πŸ“‹ Input Fields | Parameter | Type | Description | |-----------|------|-------------| | video_urls | Array | Reels/Shorts URLs (1-100+) | | use_key_value_store | Boolean | true=Apify URLs, false=Direct links | | proxy | Object | Residential proxies + country targeting | --- ## πŸ“€ Output Examples #### πŸ” Apify Storage Mode [When "use_key_value_store": true] json { "original_url": "https://www.instagram.com/reel/DI4N8ZyNaGW/", "author_username": "photoshop", "description": "Live from Adobe MAX London: a creative pro workflow in action. From Photoshop edits and Firefly-powered visuals to blend mode precision and seamless color correction. This demo brings serious design power to your fingertips. ⚑🎨.", "likes": "2.4K", "comments": "61", "upload_date": "April 25, 2025", "video_url": "https://api.apify.com/v2/key-value-stores/SAsdbDfYdTOUujrLw/records/video....", "audio_url": "https://api.apify.com/v2/key-value-stores/SAsdbDfYdTOUujrLw/records/audio.....", "thumbnail_url": "https://api.apify.com/v2/key-value-stores/SAsdbDfYdTOUujrLw/records/thumb...", "duration": 60.059, "resolution": "612x764", "format": "2 - 612x764", "all_video_formats": [ { "format_id": "dash-1639390746650124vd", "url": "https://api.apify.com/v2/key-value-stores/SAsdbDfYdTOUujrLw/records/video..", "ext": "mp4", "height": 640, "width": 360, "vcodec": "avc1.4d001e", "acodec": "none", "format_note": "DASH video", "source": { "type": "video", "format_id": "dash-1639390746650124vd", "height": 640, "width": 360 } }, { "format_id": "2", "url": "https://api.apify.com/v2/key-value-stores/SAsdbDfYdTOUujrLw/records/video_..", "ext": "mp4", "height": 764, "width": 612, "source": { "type": "video", "format_id": "2", "height": 764, "width": 612 } } ], "all_audio_formats": [ { "format_id": "dash-1314149583467666ad", "url": "https://api.apify.com/v2/key-value-stores/SAsdbDfYdTOUujrLw/records/audio_...", "ext": "m4a", "acodec": "mp4a.40.5", "format_note": "DASH audio", "source": { "type": "audio", "format_id": "dash-1314149583467666ad" } } ], "all_thumbnails": [ { "index": 0, "url": "https://api.apify.com/v2/key-value-stores/SAsdbDfYdTOUujrLw/records/thumb....", "source": { "type": "thumbnail", "index": 0 } }, { "index": 1, "url": "https://api.apify.com/v2/key-value-stores/SAsdbDfYdTOUujrLw/records/thumb_...", "source": { "type": "thumbnail", "index": 1 } }, { "index": 2, "url": "https://api.apify.com/v2/key-value-stores/SAsdbDfYdTOUujrLw/records/thumb...", "source": { "type": "thumbnail", "index": 2 } } ], "feedback": "Reels video found and metadata extracted." } #### 🌐 Direct Link Mode [When "use_key_value_store": false] json { "original_url": "https://www.instagram.com/reel/DI4N8ZyNaGW/", "author_username": "photoshop", "description": "Live from Adobe MAX London: a creative pro workflow in action. From Photoshop edits and Firefly-powered visuals to blend mode precision and seamless color correction. This demo brings serious design power to your fingertips. ⚑🎨.", "likes": "2.4K", "comments": "61", "upload_date": "April 25, 2025", "video_url": "https://scontent-lga3-3.cdninstagram.com/o1/v/t2/f2/m86/AQPj.....", "audio_url": "https://scontent-lga3-1.cdninstagram.com/o1/v/t16/f2/m69/AQO...", "thumbnail_url": "https://scontent-lga3-3.cdninstagram.com/v/t51.2885-15/...", "duration": 60.059, "resolution": "612x764", "format": "2 - 612x764", "all_video_formats": [ { "format_id": "dash-1639390746650124vd", "url": "https://scontent-lga3-3.cdninstagram.com/o1/v/t2/f2/m86/AQ....", "ext": "mp4", "height": 640, "width": 360, "vcodec": "avc1.4d001e", "acodec": "none", "format_note": "DASH video" }, { "format_id": "2", "url": "https://scontent-lga3-3.cdninstagram.com/o1/v/t2/f2/m86/AQP....", "ext": "mp4", "height": 764, "width": 612 } ], "all_audio_formats": [ { "format_id": "dash-1314149583467666ad", "url": "https://scontent-lga3-1.cdninstagram.com/o1/v/t16/f2/m69/....", "ext": "m4a", "acodec": "mp4a.40.5", "format_note": "DASH audio" } ], "all_thumbnails": [ "https://scontent-lga3-3.cdninstagram.com/v/t51.2885-15/503083137....", "https://scontent-lga3-3.cdninstagram.com/v/t51.2885-15/503083137....", "https://scontent-lga3-3.cdninstagram.com/v/t51.2885-15/503083137...." ], "feedback": "Reels video found and metadata extracted." } --- ## πŸ†š Why This Actor? | Feature | πŸš€ This Actor | 🐌 Others | |---------|---------------|-----------| | Audio/Video Split | βœ… 3 Formats | ❌ Single File | | Resolution Choice | 2 Options + Fallback | Fixed Quality | | Metadata Depth | 5+ Fields | Basic Titles | | Proxy Support | Residential + Geo-Target | None/Datacenter | | Storage Security | Apify Encrypted | Public URLs | --- ## πŸ› οΈ How It Works 1️⃣ Add Reels URLs – Single or bulk (up to 100) 2️⃣ Configure: - Resolution preference - Apify storage toggle - Proxy country (e.g., US/UK/JP) 3️⃣ Run Actor – Auto-handles IP rotation 4️⃣ Get: - πŸ“ Video/audio URLs (Apify or direct) - πŸ“Έ Thumbnails - πŸ“… Upload dates & creator info --- ## πŸ’‘ Use Cases πŸ“± App Developers – Build Reels-powered apps πŸ“Š Social Managers – Archive client content 🎡 Music Analysts – Track audio trends 🎞️ Editors – Remix raw video/audio tracks πŸ•΅οΈ Researchers – Study virality patterns --- ## 🧩 Related Tools ### πŸŽ₯ YouTube Ecosystem - Captions Scraper - Transcripts Extractor - Formats Analyzer ### 🎡 Music & Audio - Spotify Playlist Downloader - TikTok Audio Extractor --- ## ❓ Troubleshooting Issue: "Video unavailable" error Fix: - Use URLs copied from Instagram app - Ensure posts aren't private/geoblocked Issue: Missing merged_video link Fix: - Enable use_key_value_store: true - Audio must exist in original Reel ---

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Instagram Reels Downloader now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
scrapearchitect
Pricing
Paid
Total Runs
8,149
Active Users
138
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support