# Instagram Scraper Stable API

> Instagram Scraper Stable API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.070926/call, status unknown (last checked 2026-09-15).

Scrapes and retrieves data from Instagram profiles, posts, or related content via a stable scraping endpoint

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/instagram-scraper-stable-api
- Price: $0.070926/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/instagram-scraper-stable-api-17126ed4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BqMGgOAfHJ7ZTB-YTItnj

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-scraper-stable-api-17126ed4 -d '<json body>'
```

Example prompt: Can you scrape the public Instagram profile for @natgeo and pull back their follower count, bio, post count, and latest post details?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve public Instagram data without an official Instagram API key, or when the official API rate limits are too restrictive. Useful for market research, influencer analytics, or competitive intelligence on public Instagram accounts.

## Known failure modes

- Instagram profile is private or does not exist — returns empty or error result
- Rate limiting or Instagram blocking the scraper — returns failure or timeout
- Invalid username or URL format — returns error in result object
- Instagram anti-scraping measures triggered — returns partial or no data
- Service unavailable — payment deducted but no data returned

## 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 scraped Instagram data such as profile information, post details, follower/following counts, engagement metrics, and media metadata depending on the input provided.

## 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-scraper-stable-api-17126ed4/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)
