# KiteEndpoints.ai - Instagram Stable Data API

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

Fetches stable Instagram data (profile info, posts, or related content) via a paid per-request API endpoint on the KiteEndpoints hub

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/ig-stable
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-instagram-stable-data-api-f86cbd37
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gcm3ie9bnF1z78TJRnkQZ

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-stable-data-api-f86cbd37 -d '<json body>'
```

Example prompt: Can you pull the stable Instagram profile data for the account @natgeo — I need their bio, follower count, and recent post metadata?

## When to prefer this

Choose this endpoint when you need programmatic access to public Instagram profile or post data without managing the official Instagram Graph API credentials, or when you need a pay-per-request model ($0.11 USDC) with no subscription commitment. Best for one-off lookups, influencer research, or social media audits where volume is low to moderate.

## Known failure modes

- Invalid or private Instagram username returns empty or error result
- Instagram rate limiting or blocking causes failed scrape with error response
- Malformed input object returns API validation error
- Account does not exist returns null or empty data object
- Service downtime on kite-endpoints.vercel.app results in HTTP 5xx error

## 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 Instagram profile data such as username, bio, follower/following counts, post count, profile image URL, and metadata for recent posts, depending on query parameters provided.

## 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-stable-data-api-f86cbd37/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)
