# Coockies.ai Instagram Stable API

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

Fetches stable Instagram data (profiles, posts, or related social metadata) via a pay-per-call endpoint on the Base blockchain

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/ig-stable
- Price: $0.174791/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-stable-api-68c0ebb0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yaGEH9VeBzVx1EMtYmLU_

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-stable-api-68c0ebb0 -d '<json body>'
```

Example prompt: Can you pull the Instagram profile data for the account @cristiano — I need their follower count, bio, and recent posts?

## When to prefer this

Choose this endpoint when you need reliable, stable Instagram profile or post data without managing your own scraping infrastructure. It is well-suited for influencer research, lead enrichment, social media monitoring, or competitor analysis where public Instagram data is needed on-demand with pay-per-call pricing via x402 on Base.

## Known failure modes

- Private or non-existent Instagram account returns empty or error result
- Invalid or misspelled username causes a failed lookup
- Rate limiting or Instagram blocking may result in incomplete data
- Payment failure on Base chain prevents the call from completing
- Stale or cached data may not reflect the most current Instagram state

## 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 profile or post data such as follower counts, following counts, bio text, media posts, engagement metrics, and account metadata for the queried Instagram user or content.

## 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-stable-api-68c0ebb0/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)
