# Instagram Media Downloader — Reels, IGTV, Posts & Stories Scraper

> Instagram Media Downloader — Reels, IGTV, Posts & Stories Scraper is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Downloads and scrapes Instagram media content including Reels, IGTV videos, posts, and Stories by URL

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/instagram-downloader-v2-scraper-reels-igtv-posts-stories
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/instagram-media-downloader-reels-igtv-posts-stories-scraper-3fefadca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_euzxw1qfsgF2CixWIq4Yy

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability instagram-media-downloader-reels-igtv-posts-stories-scraper-3fefadca -d '<json body>'
```

Example prompt: Can you download this Instagram reel for me — https://www.instagram.com/reel/CxYZ123abc/ — and give me the direct video file link?

## When to prefer this

Use this endpoint when you need to programmatically download or extract media from Instagram URLs — including Reels, IGTV, standard posts, and Stories — especially in automated pipelines where pay-per-call ($0.06 USDC via x402 on Base) is acceptable and no Instagram API credentials are available.

## Known failure modes

- Private or age-restricted Instagram account returns no media
- Invalid or expired Instagram URL returns error
- Instagram rate limiting or blocking causes scrape failure
- Deleted post or story returns not found error
- IGTV or reel no longer available returns empty result

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing download links, media URLs, and metadata for the requested Instagram content (reels, IGTV videos, posts, or stories), enabling direct access to the media files.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/instagram-media-downloader-reels-igtv-posts-stories-scraper-3fefadca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
