# KiteEndpoints.ai - Instagram API Endpoint #120

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

Provides Instagram-related data or functionality (likely profile, post, or media lookup) via a paid per-request API using USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/instagram120
- Price: $0.18/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-api-endpoint-120-6147b26f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zMvr0C2QFDmIU2vbnaIWd

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-api-endpoint-120-6147b26f -d '<json body>'
```

Example prompt: Can you pull the Instagram profile info and follower count for the account @cristiano using the KiteEndpoints hub?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request Instagram data lookups without committing to a monthly subscription, especially in crypto-native agent workflows that use USDC on Base chain for micropayments. Best for occasional lookups rather than high-volume scraping.

## Known failure modes

- Invalid or private Instagram username returns empty or error result
- Instagram account not found returns null data
- Rate limiting or scraping blocks may cause empty responses
- Malformed input object returns a generic error
- Instagram API changes may cause stale or broken data extraction

## 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/following counts, bio, media metadata, or post engagement metrics depending on the query. The response wraps results 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-api-endpoint-120-6147b26f/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)
