# Komo.ai Instagram Scraper API

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

Scrapes and retrieves public data from Instagram profiles, posts, or related content via a pay-per-call API

## Facts

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

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 komo-ai-instagram-scraper-api-ca0fd603 -d '<json body>'
```

Example prompt: Can you scrape the public Instagram profile for @natgeo and pull back their follower count, recent post captions, and engagement stats?

## When to prefer this

Choose this endpoint when you need programmatic access to public Instagram data without managing your own scraping infrastructure, particularly when you want pay-per-call pricing via the x402 protocol on Base chain rather than a subscription model.

## Known failure modes

- Private or restricted Instagram accounts may return no data or an access error
- Invalid or non-existent Instagram handle returns empty or error result
- Instagram rate limiting or anti-scrape measures may cause intermittent failures
- Malformed input may result in a generic API error response
- Payment failure via x402 protocol blocks the request entirely

## 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 content, follower/following counts, engagement metrics, and media URLs for the requested account or content.

## 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/komo-ai-instagram-scraper-api-ca0fd603/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)
