# KiteEndpoints.ai Instagram Scraper

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

Scrapes public Instagram profile and post data, returning structured results via a pay-per-request API

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/instagram-scraper
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-instagram-scraper-d17001a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6htEuhsiIKaRTSNQNjzMX

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 kiteendpoints-ai-instagram-scraper-d17001a7 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need to programmatically extract public Instagram profile or post data without an official Instagram API token, paying only per request in USDC on Base chain. Prefer it for lightweight, on-demand scraping tasks where setting up OAuth with Meta's official API is impractical.

## Known failure modes

- Private or restricted Instagram account — scraper cannot access non-public data
- Invalid username or URL — returns empty or error result
- Instagram rate limiting or blocking — scraper may fail intermittently
- Malformed input — missing required fields results in an error response
- Instagram page structure changes may break scraper temporarily

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured result object containing scraped Instagram data such as profile info, post details, engagement metrics, and media metadata for the requested account or post.

## 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/kiteendpoints-ai-instagram-scraper-d17001a7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
