# StableSocial Instagram Audio Reels

> StableSocial Instagram Audio Reels is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-13).

Fetches a paginated list of Instagram Reels associated with a specific audio track by audio ID.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/instagram/audio/reels
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-instagram-audio-reels-818566c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XDabxM_F_Msx_nXLwboRC

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 stablesocial-instagram-audio-reels-818566c5 -d '<json body>'
```

Example prompt: Can you pull all the Instagram Reels using audio ID 1234567890 — I want to see which creators are using that sound, and grab the next page using cursor 'abc123' if there are more results?

## When to prefer this

Use this endpoint when you need to discover or analyze Instagram Reels associated with a specific audio track without authenticating with Instagram directly. It is ideal for trend research, influencer discovery, or competitive audio analysis on Instagram. Prefer this over manual scraping or official Instagram Graph API when you want pay-per-request simplicity with no subscription overhead and no OAuth setup.

## Known failure modes

- Invalid or non-existent audio_id returns empty results or an error
- Expired or malformed pagination cursor causes a failed or repeated page fetch
- Audio page may be restricted or unavailable in certain regions, returning no data
- Instagram anti-scraping measures may cause intermittent failures or rate limiting
- Missing required audio_id field results in a validation error

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns a list of Instagram Reels associated with the specified audio ID, including reel metadata such as video URLs, creator info, view counts, captions, and timestamps. Also returns a pagination cursor for retrieving subsequent pages of results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor returned by Instagram from the previous response."
  },
  "audio_id": {
   "type": "string",
   "minLength": 1,
   "description": "The audio id from the Instagram audio page URL."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-instagram-audio-reels-818566c5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
