# AnyAPI Instagram Audio Reels Scraper

> AnyAPI Instagram Audio Reels Scraper 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-13).

Scrapes and returns data about Instagram audio reels for a given audio or reel identifier

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/instagram.audio_reels
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-instagram-audio-reels-scraper-7e83a2f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oIPy_j5fXbl5JGQZ12ty5

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-audio-reels-scraper-7e83a2f8 -d '<json body>'
```

Example prompt: Can you pull the reel data associated with this Instagram audio — https://www.instagram.com/reels/audio/123456789 — and show me which reels are using it along with their view counts and creator info?

## When to prefer this

Use this endpoint when you need to programmatically extract data about Instagram audio reels — such as which reels use a particular audio track, engagement metrics, or creator details — without maintaining an Instagram developer account or monthly API subscription. Ideal for pay-per-use, ad-hoc scraping workflows via x402 crypto micropayments.

## Known failure modes

- Invalid or non-existent Instagram audio ID returns an error or empty result
- Private or restricted Instagram content may not be accessible
- Rate limiting or quota exhaustion if many calls are made rapidly
- Stale or deleted audio/reel returns 404-like error
- Malformed input URL or ID causes request failure
- Instagram anti-scraping measures may intermittently block responses

## 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 metadata about Instagram audio reels associated with the given audio identifier, including reel details, view counts, creator information, audio title, and related reel listings.

## Response schema (JSON Schema)

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

## More

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