# KiteEndpoints.ai - Instagram Cheap Data API

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

Fetches Instagram data via a low-cost endpoint on the KiteEndpoints mega API hub, paid per request in USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/ig-cheap
- Price: $0.05/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-cheap-data-api-3d797733
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6brquvf3J3lrZ0Z2k1b5a

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-cheap-data-api-3d797733 -d '<json body>'
```

Example prompt: Can you pull the Instagram profile data and follower stats for the account @natgeo using the cheap Instagram data endpoint?

## When to prefer this

Choose this endpoint when you need affordable, pay-per-request Instagram data without committing to a monthly subscription. Ideal for agents that need occasional Instagram lookups rather than high-volume continuous scraping. Best when cost-per-call matters and USDC micropayments on Base chain are acceptable.

## Known failure modes

- Invalid or non-existent Instagram username returns empty or error result
- Private accounts may return limited or no data
- Rate limiting or payment failure returns 402 or error response
- Malformed input object causes API error
- Instagram platform changes may cause data to be unavailable

## 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 an object containing Instagram data such as profile information, follower counts, post details, or engagement metrics depending on the query input. Response is wrapped in a result object with a data field.

## 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-cheap-data-api-3d797733/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)
