# KiteEndpoints.ai - Instagram Bulk Data API

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

Fetches bulk Instagram data for one or more profiles or posts via a pay-per-request hub endpoint

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/ig-bulk
- Price: $0.06/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-bulk-data-api-ec9eea4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8LY9x66SygcHmazIac1MV

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-bulk-data-api-ec9eea4b -d '<json body>'
```

Example prompt: Can you pull bulk Instagram data for the accounts @nike, @adidas, and @puma — I need follower counts, recent post counts, and engagement metrics for all three at once?

## When to prefer this

Choose this endpoint when you need to retrieve Instagram data for multiple accounts or posts in a single request rather than querying them one by one. It is suitable for bulk influencer research, competitive analysis, or aggregating social metrics across several profiles efficiently.

## Known failure modes

- Invalid or non-existent Instagram username returns empty or error result
- Insufficient USDC balance causes HTTP 402 payment required
- Rate limiting on the underlying Instagram data source returns partial or throttled results
- Malformed input object returns validation error
- Private or restricted Instagram accounts may return limited or no 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 bulk Instagram data such as profile details, post metrics, follower counts, and engagement statistics for the queried accounts or posts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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-bulk-data-api-ec9eea4b/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)
