Instagram Reel Downloader avatar
Instagram Reel Downloader

Under maintenance

Pricing

$3.00 / 1,000 results

Go to Store
Instagram Reel Downloader

Instagram Reel Downloader

Under maintenance

Developed by

Saurav Pratihar

Saurav Pratihar

Maintained by Community

Easily fetch and save Instagram Reels in high‑quality MP4 format. This Actor turns any public Instagram Reel URL into a downloadable video file, perfect for content creators, marketers, and developers who need programmatic access to Reels for archiving, reposting, or analysis.

0.0 (0)

Pricing

$3.00 / 1,000 results

0

Total users

3

Monthly users

3

Runs succeeded

>99%

Last modified

8 days ago

An Apify Actor that extracts direct download links from Instagram Reels and posts. Input Instagram URLs and get direct MP4 video links and image URLs with metadata.

Features

  • Support for batch processing multiple URLs
  • JSON output format for easy processing
  • Key-value store integration for easy access to results
  • Retry mechanism for rate-limited requests
  • Comprehensive error handling

Input

The Actor accepts the following input parameters:

{
"urls": ["https://www.instagram.com/reel/ABC123/", "https://www.instagram.com/p/DEF456/"]
}

Input Parameters

  • urls (required): Array of Instagram URLs to process
    • Supports /reel/, /p/, and /tv/ URLs
    • Maximum 100 URLs per run

Output

For each URL, the Actor returns:

{
"inputUrl": "https://www.instagram.com/reel/ABC123/",
"directUrl": "https://scontent.cdninstagram.com/video.mp4"
}

Output Fields

  • inputUrl: Original Instagram URL
  • directUrl: Direct download link to the media file
  • error: Error message (if processing failed)

Usage Examples

Single URL

{
"urls": ["https://www.instagram.com/reel/ABC123/"]
}

Multiple URLs

{
"urls": [
"https://www.instagram.com/reel/ABC123/",
"https://www.instagram.com/p/DEF456/",
"https://www.instagram.com/tv/GHI789/"
]
}