# Instagram Account Statistics API

> Instagram Account Statistics API is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.19/call, status unknown (last checked 2026-09-13).

Retrieves statistical data and analytics for an Instagram account, such as follower counts, engagement metrics, and post data

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/instagram-statistics
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/instagram-account-statistics-api-247dca82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nFD43LwymCGnH9cnR-mro

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 instagram-account-statistics-api-247dca82 -d '<json body>'
```

Example prompt: Can you pull up the Instagram statistics for the account @nike — I want to see their follower count, how many posts they have, and their engagement metrics?

## When to prefer this

Use this endpoint when you need quick, pay-per-request access to Instagram account statistics without managing your own Instagram API credentials or long-term subscription. Ideal for one-off lookups, agent workflows that periodically check stats, or applications that need social data without a full social media analytics platform subscription.

## Known failure modes

- Account not found or username does not exist — returns error in result object
- Private account with no publicly accessible statistics
- Rate limiting or Instagram anti-scraping blocks causing incomplete data
- Payment failure (insufficient USDC balance) preventing request from completing
- Invalid or malformed username input causing API rejection

## 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 account statistics such as follower count, following count, number of posts, engagement rate, and other public profile metrics for the requested account.

## 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/instagram-account-statistics-api-247dca82/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)
