# KiteEndpoints.ai - Instagram Media API

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

Fetches Instagram media data (posts, images, videos, reels) for a given account or media item via a paid proxy endpoint

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/ig-media
- Price: $0.1/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-media-api-83603b99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_doZADEl-MVfGuiTcV3vvJ

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-media-api-83603b99 -d '<json body>'
```

Example prompt: Can you pull the recent media posts from the Instagram account @natgeo — I want to see the image URLs, captions, and engagement numbers for their last 10 posts?

## When to prefer this

Choose this endpoint when you need programmatic access to Instagram media data without managing the official Meta Graph API credentials, or when you want a pay-per-request model rather than a subscription. Best for ad-hoc lookups, agent workflows, or when official API access is unavailable.

## Known failure modes

- Private or restricted Instagram accounts may return no data or an access error
- Invalid or non-existent Instagram username/ID returns empty result or error
- Rate limiting or blocks from Instagram may cause failed lookups
- Stale or cached data if Instagram has recently updated the account
- Payment failure in USDC may block the request before it reaches Instagram

## 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 media data such as post IDs, media URLs (images/videos), captions, timestamps, like counts, comment counts, and media type for the queried account or media item.

## 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-media-api-83603b99/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)
