# AnyAPI Instagram User Reels

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

Scrapes and returns a list of Reels posts for a given Instagram user profile

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/instagram.user_reels
- 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-reels-49a2e9e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C2tj2KLVTcEIQOloRenlA

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-reels-49a2e9e4 -d '<json body>'
```

Example prompt: Can you pull the recent Reels from Instagram user @natgeo — I want to see the titles, view counts, and post dates for their latest videos?

## When to prefer this

Use this endpoint when you need structured Reels data from a public Instagram profile without managing Instagram API credentials or OAuth. It is ideal for influencer research, content auditing, competitive analysis, or social media monitoring tasks where per-request pay-as-you-go pricing is preferable to a subscription.

## Known failure modes

- Private or nonexistent account returns empty result or error
- Instagram rate limiting causes scrape failure
- Username typo results in 404-equivalent response
- Instagram UI changes break scraper temporarily
- Reels list may be incomplete if account has very few or no reels

## 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 array of the target Instagram user's Reels, including metadata such as reel IDs, captions, thumbnails, media URLs, view counts, like counts, comment counts, and publication timestamps.

## Response schema (JSON Schema)

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

## More

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