# AnyAPI Instagram User Highlights

> AnyAPI Instagram User Highlights 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-14).

Fetches a list of Instagram story highlights for a given user profile

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/instagram.user_highlights
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-instagram-user-highlights-25938930
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zLt9OibNc1nx3fsEnST4p

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-user-highlights-25938930 -d '<json body>'
```

Example prompt: Pull all the story highlights from the Instagram account @natgeo and give me the title and cover image for each one.

## When to prefer this

Use this endpoint when you need to programmatically fetch Instagram story highlights for any public user without managing Instagram credentials, OAuth flows, or monthly API subscriptions. Ideal for one-off or low-volume requests billed per use via crypto micropayment.

## Known failure modes

- Invalid or non-existent Instagram username returns an error or empty result
- Private Instagram account may return no highlights or an access-denied response
- Instagram rate limiting or anti-bot measures may cause scraping failures
- Malformed request body results in a 400 bad request error
- Payment failure or insufficient USDC balance blocks the request

## 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 containing the list of story highlights for the specified Instagram user, including highlight IDs, titles, cover images, and related metadata.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-instagram-user-highlights-25938930/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)
