# KiteEndpoints.ai - Instagram Social API

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

Fetches or interacts with Instagram social media data via a pay-per-request hub endpoint

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/ig-social
- Price: $0.09/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-social-api-25504164
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sl7v6Ain-GyVkEwTupA68

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-social-api-25504164 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need quick, pay-per-request Instagram social data without committing to a monthly subscription to a dedicated social analytics platform. It is suitable for one-off lookups, agent workflows that occasionally need Instagram data, or when building a multi-platform social aggregation pipeline using KiteEndpoints' hub approach with USDC micropayments on Base chain.

## Known failure modes

- Invalid or private Instagram username returns empty or error result
- Rate limiting from upstream Instagram data provider causes failed responses
- Malformed input object results in API error
- Account not found returns null or empty data fields
- Upstream Instagram API changes may cause stale or broken data responses

## 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 social data such as profile information, follower/following counts, post counts, bio text, engagement metrics, and potentially recent media metadata, depending on the query provided.

## 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-social-api-25504164/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)
