# fetcher.sh Instagram Audio Posts

> fetcher.sh Instagram Audio Posts is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-15).

Fetches Instagram posts associated with a specific audio/sound track by audio ID

## Facts

- Endpoint: GET https://fetcher.sh/api/instagram/audio/%7Bid%7D/posts
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-instagram-audio-posts-b0c9601f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2Ww0UJnsuyUEymYav6kSS

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 fetcher-sh-instagram-audio-posts-b0c9601f
```

Example prompt: Can you pull all the Instagram posts that are using the audio track with ID 123456789 so I can see which creators are jumping on that trending sound?

## When to prefer this

Choose this endpoint when you need to discover or monitor Instagram posts linked to a specific audio track or sound, particularly for influencer research, music marketing, trend tracking, or competitive intelligence — without needing an Instagram developer account or OAuth credentials. Ideal for AI agents that need to pay per call without subscriptions.

## Known failure modes

- Invalid or non-existent audio ID returns empty results or 404 error
- Private audio or region-restricted content may not be accessible
- Instagram rate limiting or anti-scraping measures may cause temporary failures
- Audio ID format mismatch (e.g. string vs numeric) may cause request failure
- Payment failure in USDC results in 402 response and no data returned
- Very new audio IDs with no posts yet return empty post lists

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

A list of Instagram posts that use the specified audio track, typically including post URLs, creator usernames, captions, like/comment counts, view counts, timestamps, and media thumbnails or URLs for each post found under that audio ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fetcher-sh-instagram-audio-posts-b0c9601f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
