# KiteEndpoints.ai - Instagram 360 Data API

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

Fetches comprehensive Instagram profile or content data via a paid, per-request API endpoint on the KiteEndpoints hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/instagram360
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-instagram-360-data-api-2525781b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aU9Nj7rFQMBAbDM6a1wfh

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-360-data-api-2525781b -d '<json body>'
```

Example prompt: Can you pull the full Instagram profile data for the account @natgeo — I need follower count, bio, post count, and engagement stats?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request access to Instagram profile or content data without committing to a monthly subscription. Ideal for one-off lookups, low-volume enrichment tasks, or when integrating Instagram data into an agent workflow that already uses the KiteEndpoints hub for other social or data APIs.

## Known failure modes

- Invalid or non-existent Instagram username returns empty or error result
- Private Instagram accounts may return limited or no data
- Instagram rate limiting may cause timeouts or partial responses
- Malformed input object returns generic API error
- Insufficient USDC balance causes payment failure before request is processed

## 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 profile and/or content data such as follower counts, following count, bio text, post count, engagement metrics, and media metadata for the queried account or content.

## 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-360-data-api-2525781b/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)
