# Instagram Content Downloader & Scraper (Reels, IGTV, Posts, Stories)

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

Downloads and scrapes Instagram content including Reels, IGTV videos, posts, and Stories given an Instagram URL or identifier

## Facts

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

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-content-downloader-scraper-reels-igtv-posts-stories-587f7e1d -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to programmatically download or extract direct media URLs from Instagram posts, Reels, IGTV, or Stories. Prefer this over manual browser-based downloading or unofficial scripts when you need reliable pay-per-call access without managing Instagram API credentials.

## Known failure modes

- Private account content returns empty or error result
- Invalid or expired Instagram URL causes failure
- Instagram rate limiting may cause intermittent failures
- Deleted content returns not found error
- Payment failure via x402 protocol blocks request

## How this service works

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

## Output

Returns a result object containing direct media download URLs, metadata such as caption, author, thumbnail, and media type for the given Instagram content (Reel, IGTV, Post, or Story)

## 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-content-downloader-scraper-reels-igtv-posts-stories-587f7e1d/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)
