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

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

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

## Facts

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

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-downloader-scraper-reels-igtv-posts-stories-267c0cdc -d '<json body>'
```

Example prompt: Can you download this Instagram Reel for me and give me a direct link to the video file? Here's the URL: https://www.instagram.com/reel/ABC123xyz/

## When to prefer this

Use this endpoint when you need to programmatically download or extract media and metadata from Instagram Reels, IGTV, posts, or Stories by URL, especially within an automated agent workflow that pays per-call via x402 on Base chain without needing a full Instagram API integration.

## Known failure modes

- Private or restricted account content returns access denied or empty result
- Invalid or malformed Instagram URL returns an error
- Deleted or expired content (especially Stories) returns not found
- Rate limiting or Instagram blocking returns a failure response
- IGTV or Reel format changes may break scraping and return incomplete data

## 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 direct media URLs, video/image download links, metadata such as caption, thumbnail, author info, and media type extracted from the given Instagram content URL.

## 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-downloader-scraper-reels-igtv-posts-stories-267c0cdc/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)
