# KiteEndpoints.ai Instagram Scraper

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

Scrapes public Instagram profile and post data on demand via a pay-per-request API

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/instagram-scraper-20251
- Price: $0.15/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-1bb50306
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IOX8__J5M-v5TK8bFu1zK

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-1bb50306 -d '<json body>'
```

Example prompt: Can you scrape the public Instagram profile for @nike and give me their follower count, bio, recent post captions, and engagement stats?

## When to prefer this

Use this endpoint when you need to programmatically extract public Instagram profile or post data without maintaining your own scraper infrastructure, and are willing to pay $0.15 USDC per call via the x402 protocol on Base chain. Prefer this over building custom scrapers when you need quick, on-demand access to Instagram data for enrichment, monitoring, or analysis workflows.

## Known failure modes

- Private or non-existent Instagram account returns empty or error result
- Instagram rate limiting or blocking may cause failed scrape
- Invalid username or URL format causes bad request
- Endpoint may return stale or incomplete data if Instagram changes its structure
- Payment failure in USDC on Base chain prevents request from being processed

## 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 structured data about an Instagram profile or post, including follower/following counts, bio, post content, media URLs, like/comment counts, and other public metadata available on the profile.

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