# StableSocial TikTok Song Videos Scraper

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

Scrapes and returns TikTok videos that use a specified song or audio track

## Facts

- Endpoint: POST https://socialx402.com/api/sc/tiktok/song/videos
- 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-tiktok-song-videos-scraper-a76700c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v0j5yHCwvMxrFpgIR-35L

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-videos-scraper-a76700c9 -d '<json body>'
```

Example prompt: Can you pull all the TikTok videos that are using the song 'Espresso' by Sabrina Carpenter — I want to see which creators are posting with that audio and how many views those videos are getting?

## When to prefer this

Use this endpoint when you need to discover and analyze TikTok videos associated with a specific song or audio track, especially for music marketing attribution, trend monitoring, or creator outreach. Prefer this over generic TikTok search endpoints when your query is anchored to a specific audio track rather than keywords or hashtags.

## Known failure modes

- Song or audio ID not found on TikTok — returns empty result or 404-style error
- Rate limiting or TikTok platform blocks — may return partial results
- Invalid song identifier format — returns validation error
- Song has no associated public videos — returns empty array
- Payment not processed — request rejected before execution

## How this service works

Scrape Creators · TikTok — TikToks using Song

## Output

A list of TikTok videos associated with the specified song or audio track, including video metadata such as video URLs, creator usernames, view counts, like counts, share counts, captions, and timestamps of when each video was posted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "clipId": {
   "type": "string",
   "description": "This is clipId. Can be found on a url like so: https://www.tiktok.com/music/That%27s-Who-I-Praise-7370375686554782506, where 7370375686554782506 is the clipId"
  },
  "cursor": {
   "type": "number",
   "description": "The cursor to get the next page of results."
  }
 }
}
```

## More

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