# KiteEndpoints.ai - Instagram Best Posts Fetcher

> KiteEndpoints.ai - Instagram Best Posts Fetcher is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Fetches the best or top-performing posts from an Instagram account or niche via the KiteEndpoints.ai hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/ig-best
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-instagram-best-posts-fetcher-5f3dd51c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2wrnJa_yaclZOmW9wcnZ5

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-best-posts-fetcher-5f3dd51c -d '<json body>'
```

Example prompt: Can you pull the best-performing Instagram posts from the account @natgeo so I can see what content gets the most engagement?

## When to prefer this

Use this endpoint when you need quick, pay-per-request access to top Instagram post data without managing your own Instagram API credentials or scraping infrastructure. Ideal for agents that occasionally need Instagram best-post data and want to pay per call in USDC rather than maintain a subscription.

## Known failure modes

- Invalid or non-existent Instagram handle returns empty or error result
- Rate limiting or quota exceeded on the underlying Instagram data source
- Payment failure if USDC balance is insufficient on Base chain
- Ambiguous or missing input parameters result in generic or empty response
- Private Instagram accounts may not return post data
- Upstream Instagram API changes or blocks may cause stale or unavailable 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 the top or best-performing Instagram posts for the queried account or topic, likely including post metadata such as media URLs, like counts, comment counts, and engagement indicators.

## 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-best-posts-fetcher-5f3dd51c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
