# fetcher.sh TikTok Music Posts Feed

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

Fetches TikTok posts/videos that use a specific music track, identified by music ID

## Facts

- Endpoint: GET https://fetcher.sh/api/tiktok/music/%7Bid%7D/posts
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-tiktok-music-posts-feed-5006d387
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nj89gcG1RkYpadqnBmP7a

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-tiktok-music-posts-feed-5006d387
```

Example prompt: Can you pull the TikTok posts that use music ID 7046205702256855810 so I can see which videos and creators are riding that sound right now?

## When to prefer this

Use this endpoint when you need to discover or audit TikTok content associated with a specific audio track or sound — e.g. for music marketing analytics, influencer discovery, trend monitoring, or brand campaign measurement. Prefer this over general TikTok search endpoints when you already have a music/sound ID and want the videos linked to it specifically.

## Known failure modes

- Invalid or non-existent music ID returns empty results or 404
- Private or restricted TikTok content may not appear in results
- Rate limiting or TikTok anti-scraping measures may cause intermittent failures
- Payment failure (insufficient USDC balance) returns HTTP 402
- Music track removed from TikTok returns no results

## 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 TikTok video posts that use the specified music track, including video metadata such as video ID, description, author/creator details, play count, like count, comment count, share count, and creation timestamp.

## 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-tiktok-music-posts-feed-5006d387/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)
