# KiteEndpoints.ai - Instagram Cheap Data Endpoint

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

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

## Facts

- Endpoint: POST https://kite-hub-v3.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-endpoint-9136725e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mR_rS35FobP7ba0fyJLWx

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-endpoint-9136725e -d '<json body>'
```

Example prompt: Grab Instagram data for user 'cristiano' using the cheap KiteEndpoints IG lookup — I just need the basic profile info.

## When to prefer this

Choose this endpoint when you need low-cost ($0.05/call) Instagram data retrieval and are already set up with USDC on Base chain via x402 payment protocol. Prefer this over official Instagram APIs when cost-efficiency matters and unofficial data access is acceptable.

## Known failure modes

- Invalid or missing input payload returns error
- Instagram rate limiting or blocking causes empty or error result
- USDC payment failure on Base chain blocks request
- Endpoint unavailable if vercel deployment is down
- Unsupported Instagram account type may return incomplete data

## 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 data (profile, posts, or other IG-related fields) as retrieved by the KiteEndpoints.ai hub. The exact fields depend on the query submitted but follow a generic result wrapper.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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-endpoint-9136725e/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)
