# Coockies.ai Instagram Fast Profile Lookup

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

Fetches Instagram profile data quickly via a pay-per-call API endpoint on the Coockies.ai hub

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/ig-fast
- Price: $0.158264/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-instagram-fast-profile-lookup-f4ff6290
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lP-7SG7z5bdj-LCPI3R_e

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-fast-profile-lookup-f4ff6290 -d '<json body>'
```

Example prompt: Can you quickly pull up the Instagram profile data for the account '@natgeo' — I need follower count, bio, and basic stats?

## When to prefer this

Use this endpoint when you need fast, programmatic access to public Instagram profile data without building your own scraper, and are comfortable paying per call via x402 on the Base blockchain. Prefer this over generic social APIs when you need quick turnaround on Instagram-specific profile metrics.

## Known failure modes

- Invalid or non-existent Instagram username returns empty or error result
- Rate limiting or payment failure via x402 causes 402 response
- Private Instagram accounts may return restricted or no data
- Network timeout if Instagram's underlying data source is slow
- Malformed request body returns validation error

## 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 data such as follower count, bio, post count, and other public account metadata for the requested user.

## 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-fast-profile-lookup-f4ff6290/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)
