# KiteEndpoints.ai - Instagram Bulk Data API

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

Fetches bulk data from Instagram profiles, posts, or related entities via a paid per-request API endpoint.

## Facts

- Endpoint: POST https://kite-endpoints.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-6f67e788
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xVw1wfOlX4UmACC4Sw8uT

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-6f67e788 -d '<json body>'
```

Example prompt: Can you pull bulk Instagram data for these accounts — @nike, @adidas, and @puma — and give me their follower counts, post counts, and engagement metrics?

## When to prefer this

Use this endpoint when you need to retrieve data for multiple Instagram accounts or posts in a single request, especially for influencer research, competitor analysis, or social media reporting at scale. Prefer this over single-profile endpoints when batch efficiency matters.

## Known failure modes

- Invalid or private Instagram username returns empty or error result
- Rate limiting or Instagram anti-scraping measures may cause partial or failed responses
- Malformed request body returns generic API error
- Private accounts may return restricted data
- Payment failure in USDC on Base chain blocks the request entirely

## 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, follower counts, post counts, engagement metrics, and media metadata for the requested accounts or posts.

## 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-6f67e788/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
