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

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

Downloads and scrapes Instagram media content including Reels, IGTV videos, posts, and Stories, returning media URLs and metadata

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/instagram-downloader-v2-scraper-reels-igtv-posts-stories
- Price: $0.095082/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/instagram-media-downloader-reels-igtv-posts-stories-scraper-e87acc0b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yscWbkT1HB-YXGJLXxoeD

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-e87acc0b -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 (videos, images) from Instagram posts, Reels, IGTV, or Stories by providing a public Instagram URL. Prefer this over manual browsing or generic scrapers when you need structured media URLs returned in a pay-per-call model without managing scraper infrastructure.

## Known failure modes

- Private or restricted Instagram account — returns error or empty result
- Invalid or malformed Instagram URL — returns parsing error
- Instagram content has been deleted — returns not found error
- Rate limiting or Instagram anti-scraping blocks — returns timeout or access denied
- IGTV or Story type not supported in all edge cases — returns partial or empty data

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns an object containing direct media download URLs, video/image file links, and associated metadata (such as title, description, thumbnail) extracted from the given Instagram post, Reel, IGTV, or Story URL.

## Request schema (JSON Schema)

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

## 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-e87acc0b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
