# KiteEndpoints Instagram Stable Scraper

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

Scrapes public Instagram profile and post data via a stable scraping endpoint

## Facts

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

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-instagram-stable-scraper-a40b0aab -d '<json body>'
```

Example prompt: Can you scrape the public Instagram profile for @natgeo and give me their follower count, bio, and recent post metadata?

## When to prefer this

Choose this endpoint when you need public Instagram profile or post data without access to the official Instagram Graph API, or when the official API's access restrictions make it impractical. Useful for competitive intelligence, influencer vetting, or content monitoring at low per-request cost using USDC micropayments.

## Known failure modes

- Instagram rate limiting or IP blocking causing scrape failure
- Private or deleted account returns empty or error result
- Invalid username or URL returns null data
- Instagram DOM/API changes breaking the scraper (instability)
- Payment failure via USDC if wallet is underfunded
- Timeout if Instagram is slow to respond

## 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 result object containing scraped Instagram profile or post data, which may include username, bio, follower/following counts, post count, profile picture URL, recent posts, media URLs, captions, likes, and other publicly available metadata.

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