# Coockies.ai Instagram Statistics

> Coockies.ai Instagram Statistics is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.092566/call, status unknown (last checked 2026-09-21).

Retrieves engagement and audience statistics for Instagram accounts or posts via the Coockies.ai API hub

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/instagram-statistics
- Price: $0.092566/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-21
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-instagram-statistics-98739628
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pJkAcJX7Sg9WQDUlGL71U

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 coockies-ai-instagram-statistics-98739628 -d '<json body>'
```

Example prompt: Can you pull the Instagram statistics for the account @nike — I need follower count, engagement rate, and post count?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call Instagram statistics without setting up a direct Instagram Graph API integration. Ideal for agents that need on-demand social stats for influencer research, competitor analysis, or brand monitoring without managing OAuth tokens or API credentials for Instagram directly.

## Known failure modes

- Invalid or non-existent Instagram username returns an error or empty result
- Private accounts may return limited or no data
- Payment failure on Base chain via x402 prevents the call from completing
- Rate limiting by the underlying Instagram data source may cause timeouts
- Malformed input object causes a 400-level error
- Instagram API changes may cause stale or missing fields in the response

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing Instagram account or post statistics such as follower count, following count, post count, likes, comments, engagement rate, and potentially reach or impression metrics depending on data availability.

## 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/coockies-ai-instagram-statistics-98739628/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
