VOOZH about

URL: https://apify.com/elis/instagram-downloader-api

โ‡ฑ Instagram Downloader API โ€” Download Videos & Reels ยท Apify


Pricing

$2.10 / 1,000 url processeds

Go to Apify Store

Instagram Downloader API

Download videos, photos, Reels, IGTV, Stories, and carousels from Instagram, Facebook, and Pinterest.

Pricing

$2.10 / 1,000 url processeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Elis Bushaj

Elis Bushaj

Maintained by Community

Actor stats

1

Bookmarked

66

Total users

17

Monthly active users

2 months ago

Last modified

Categories

Share

Instagram Downloader API โ€” Download Videos, Reels & Photos

Resolve direct download links for Instagram Reels, Videos, Photos, IGTV, Stories, and Carousels โ€” plus Facebook Videos and Pinterest Images โ€” in a single HTTP call. Unlike general Instagram scrapers, this Actor is purpose-built for download link resolution, returning HD and SD quality variants with file sizes and thumbnails.

Supports 6 Instagram URL types + Facebook + Pinterest | Pay-Per-Event pricing | Batch mode โ€” bulk download & export


Features

  • HD + SD quality variants for videos โ€” the only Apify Actor that exposes multiple resolution options per Reel or Video. Clients choose the quality tier that fits their bandwidth and storage needs.
  • Priced 9% below the SOCIAL_MEDIA category average โ€” $0.0021/request vs. $0.0023 market average, verified April 2026. Pay less per URL than any major Instagram scraper on the Store.
  • Broad platform coverage โ€” Instagram Reels, Posts (/p/), IGTV, Stories, Carousels, Facebook Videos, and Pinterest Images. Competitors handle one or two formats; this Actor handles eight.
  • Batch mode โ€” paste a list of URLs into the "URL(s) to process" field, click Start, and get all results in the Apify dataset. No polling, no API client required.
  • Pay only for what you use โ€” no monthly commitment, cancel any time. Budget cap via ACTOR_MAX_TOTAL_CHARGE_USD.

Quick Start

Option 1: Apify Console (no code)

  1. Open the Actor in Apify Console
  2. Paste one or more URLs into the "URL(s) to process" field
  3. Click Start
  4. View results in the Output tab or export from the Dataset tab

Option 2: REST API

curl-X POST \
"https://api.apify.com/v2/acts/elis~instagram-downloader-api/runs?waitForFinish=120"\
-H"Authorization: Bearer $APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"url": ["https://www.instagram.com/reel/DWv-hr9Cfph/"]}'

Replace $APIFY_TOKEN with your token from Apify Console โ†’ Settings โ†’ Integrations

Example result item:

{
"inputUrl":"https://www.instagram.com/reel/DWv-hr9Cfph/",
"platform":"instagram",
"result":[
{"url":"https://dl.snapcdn.app/get?token=...","type":"video","quality":"HD","size":"12.4 MB","thumb":"https://..."},
{"url":"https://dl.snapcdn.app/get?token=...","type":"video","quality":"SD","size":"4.1 MB","thumb":"https://..."}
]
}

Note: Download URLs are JWT-signed with a 1-hour TTL โ€” download media immediately after calling this API.


Pricing & Budget Guide

$0.0021 per URL processed โ€” one request event fires per URL, regardless of how many quality variants are returned.

BudgetApproximate calls
$5 (free credit)~2,380 URLs
$20~9,500 URLs
$50~23,800 URLs
$100~47,600 URLs

Set a spend cap with ACTOR_MAX_TOTAL_CHARGE_USD in the Actor input โ€” the run stops gracefully when the limit is reached.

Event pricing:

EventPriceDescription
request$0.0021Fired once per URL processed

20% Apify platform commission included. You keep 80% if you publish your own fork.


Endpoint Reference

GET /api/v1/download โ€” Resolve download links

Returns direct download URLs for the given Instagram, Facebook, or Pinterest media URL.

ParameterTypeRequiredDescription
urlstringYesFull URL of the media to download

Supported URL formats:

  • https://www.instagram.com/reel/{shortcode}/
  • https://www.instagram.com/p/{shortcode}/ (posts, carousels)
  • https://www.instagram.com/tv/{shortcode}/ (IGTV)
  • https://www.instagram.com/stories/{username}/{id}/
  • https://www.facebook.com/... (public videos)
  • https://www.pinterest.com/pin/{id}/

curl example (Batch Standby URL):

curl"https://elis--instagram-downloader-api.apify.actor/api/v1/download?url=https://www.instagram.com/reel/DWv-hr9Cfph/"\
-H"Authorization: Bearer $APIFY_TOKEN"

Response:

{
"status":"success",
"platform":"instagram",
"result":[
{"url":"https://dl.snapcdn.app/get?token=...","type":"video","quality":"HD","size":"12.4 MB","thumb":"https://..."},
{"url":"https://dl.snapcdn.app/get?token=...","type":"video","quality":"SD","size":"4.1 MB","thumb":"https://..."}
]
}

GET /api/v1/ping โ€” Health check

Returns service status and current timestamp. Use for uptime monitoring.

curl"https://elis--instagram-downloader-api.apify.actor/api/v1/ping"\
-H"Authorization: Bearer $APIFY_TOKEN"

Response:

{"status":"ok","timestamp":"2026-04-14T00:00:00.000Z"}

FAQ

How is this different from general Instagram scrapers? General scrapers (e.g., Instagram Scraper, Instagram Post Scraper) extract profile data, captions, likes, and comments. This Actor resolves direct download URLs for the actual media files โ€” videos and images you can immediately save. It also returns HD and SD variants, which no other Apify Actor does.

Is there a free tier? New Apify accounts receive $5 in free platform credit โ‰ˆ 2,380 free URL resolutions. No credit card required to start.

How does batch mode work? Provide a list of URLs in the url input field. The Actor processes each one sequentially, writing results to the Apify dataset. Download the dataset as JSON, CSV, or XLSX when the run completes.

What happens when I reach my budget? The run stops gracefully at the ACTOR_MAX_TOTAL_CHARGE_USD limit โ€” no overages, no surprises. Increase the cap and re-run to continue processing remaining URLs.

Can I automate this via API? Yes. Use the Apify REST API (POST /v2/acts/elis~instagram-downloader-api/runs) or any Apify SDK (Node.js, Python). You can also schedule runs via Apify Console โ†’ Schedules.

You might also like

LinkedIn Video Downloader

bytepulselabs/linkedin-video-downloader

Download videos from LinkedIn by adding one or more LinkedIn post URLs to extract embedded videos. Then, save downloaded media files, run the downloader via API, schedule and monitor downloads, or integrate with other tools for automated video archiving.

๐Ÿ‘ User avatar

BytePulse Labs

80

5.0

Video Transcriber: Instagram, X, Facebook, TikTok

invideoiq/video-transcriber

Retrieves transcripts from online video content from multiple plateforms (Instagram, X, ..) using speech-to-text models. It delivers outputs in JSON and LLM-ready formats, making it ideal for analytics, and AI-based applications. Perfect for research and building intelligent conversational agents

798

5.0

Video Transcript Scraper

automation-lab/video-transcript-scraper

Extract transcripts and captions from YouTube, TikTok, Instagram Reels, and Facebook Reels. Get full text with timestamps. Supports 6+ languages.

๐Ÿ‘ User avatar

Stas Persiianenko

72

LinkedIn Video Downloader

pocesar/download-linkedin-video

Download Linkedin videos in bulk and save to Apify Key value store

190

Instagram Downloader Api

crawlerbros/instagram-downloader-api

Download photos, videos, reels, and carousels from Instagram posts. Extracts detailed metadata for videos and images.

82

5.0

Instagram Transcript Extractor

bulletproof/instagram-transcript-extractor

๐Ÿ“ธ Convert any Instagram Reel, IGTV, or video post to text. Extract transcripts and subtitles with timestamps. Outputs JSON, SRT, or plain text. Auto-captions + speech-to-text fallback. 14+ languages. No login needed.

447

5.0

Facebook video reel transcript

linen_snack/facebook-video-reel-transcript

Effortlessly convert any public Facebook reels videos into accurate text, subtitles, or translations with this powerful OpenAI Whisper API actor.

Facebook Transcript & Subtitle scraper

alpha-scraper/facebook-transcript-subtitle-scraper

[ No Proxy needed ] โœ… Extracts timesup, transcript_text, one_line_text,all type titles, descriptions, and thumbnails from public Facebook videos. Simply provide video URLs or share links, and it delivers structured transcript events and full text for analysis, or content repurposing.

13

Instagram Downloader - Reels, Stories, IGTV (No Watermark)

convertfleetdotonline/instagram-downloader

Download Instagram Reels, posts, IGTV videos and Stories in original HD quality. Direct CDN URLs. No watermark. No login required for public content.

2

Instagram Ai Transcript Unlimited

sian.agency/instagram-ai-transcript-unlimited

AI transcripts + 30+ data points from Instagram reels & posts. The ONLY unlimited tool extracting actual spoken content + complete engagement metrics. No usage limits, no per-video charges - perfect for agencies and bulk processing needs.

๐Ÿ‘ User avatar

SIรN Oรœ

165

5.0