# AnyAPI Instagram Profile Lookup

> AnyAPI Instagram Profile Lookup is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15, last successful call 2026-07-23).

Fetches public Instagram profile data (followers, following, posts, bio, verification status, avatar) for a given username

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/instagram.profile
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-07-23
- Success rate: 100% of calls made through Zero
- Activations on Zero: 28
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-instagram-profile-lookup-b293e5d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TdAbvccQEu_kXpKioOhP-

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 anyapi-instagram-profile-lookup-b293e5d1 -d '<json body>'
```

Example prompt: Can you pull up the Instagram profile for 'natgeo' — I want to see their follower count, bio, whether they're verified, and their avatar URL?

## When to prefer this

Use this endpoint when you need structured public profile data for a specific Instagram account by username, especially for influencer research, brand monitoring, or social enrichment pipelines. Prefer this over manual scraping when you need clean, structured fields like follower count and verification status in a single call.

## Known failure modes

- Username not found — returns found: false with null data
- Private or deactivated account — may return found: false or empty data
- Invalid or missing handle input — likely returns a validation error
- Rate limiting or upstream Instagram API issues — may return an error response
- Typo in handle — returns not found rather than suggesting corrections

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object with a 'found' boolean and, if found, the profile's handle, display name, follower count, following count, post count, bio text, verified badge status, and avatar image URL. Also reports cost in USD and the provider name.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-instagram-profile-lookup-b293e5d1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
