# StableSocial TikTok Music Search

> StableSocial TikTok Music Search is a paid API for AI agents from socialx402.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Searches TikTok for music tracks matching a query, returning music metadata and related content

## Facts

- Endpoint: POST https://socialx402.com/api/tiktok/search-music
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-music-search-8d4303c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EsVowcsS8r5v7dG0tSDGn

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-tiktok-music-search-8d4303c5 -d '<json body>'
```

Example prompt: Search TikTok music for tracks matching 'summer vibes' and give me the top results including track titles and artist names.

## When to prefer this

Use this endpoint when you need pay-per-request TikTok music search data without committing to a subscription, and when you want to discover or look up music tracks by keyword on TikTok specifically.

## Known failure modes

- Invalid or empty search query returns an error response
- Payment of $0.06 USDC not submitted results in 402 Payment Required
- TikTok API rate limiting or downtime may cause 503 or timeout errors
- Query returns zero results if music is very obscure or misspelled

## 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 TikTok music tracks matching the search query, including metadata such as track titles, artist names, audio IDs, usage counts, and cover image URLs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "music_id": {
   "type": "string",
   "minLength": 1,
   "description": "Music/sound ID"
  },
  "music_title": {
   "type": "string",
   "minLength": 1,
   "description": "Music/sound title"
  },
  "max_page_size": {
   "type": "integer",
   "default": 50,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-music-search-8d4303c5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from socialx402.com](https://www.zero.xyz/host/socialx402.com/llms.txt)
