# StableSocial TikTok Song Lookup

> StableSocial TikTok Song Lookup is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches TikTok song/audio data by clip ID, returning metadata about the sound used in a clip

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/song
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-song-lookup-5a733ca6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g78LlpeU4RH6GpfAQEiU1

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-song-lookup-5a733ca6 -d '<json body>'
```

Example prompt: Look up the song metadata for TikTok clip ID 7345821093847562 — I want to know what audio track is associated with that clip.

## When to prefer this

Use this endpoint when you need to programmatically look up audio/song metadata for a specific TikTok clip without setting up authentication or a subscription. It is ideal for one-off or low-volume lookups where pay-per-request pricing is preferable to a recurring subscription. Choose this over TikTok's official API when you want frictionless, no-auth access.

## Known failure modes

- Invalid or non-existent clipId returns an error or empty result
- TikTok may block or rate-limit scraping, causing intermittent failures
- Confusion between clipId and songId — the field is clipId not songId
- Private or deleted clips may return no data
- Network timeouts from scraping TikTok's platform

## 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 metadata about the song or audio track associated with the specified TikTok clip ID, likely including song title, artist, clip details, and usage information scraped from TikTok's platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "clipId": {
   "type": "string",
   "minLength": 1,
   "description": "This is a little confusing because this isn't songId like you'd think. It is the clipId. I guess because you can clip different portions of a song 🤷‍♂️"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-song-lookup-5a733ca6/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)
