# StableSocial TikTok Song Videos Scraper

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

Retrieves TikTok videos that use a specific song or audio track

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/song/videos
- 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-song-videos-scraper-0d5a1ec1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V7G6Ka8T0ZShXHU01j7_Z

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-0d5a1ec1 -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 making content with that audio right now?

## When to prefer this

Choose this endpoint when you need to discover and analyze TikTok videos associated with a specific song or audio track — ideal for music marketing analytics, trend monitoring, influencer research, or UGC campaign tracking. Prefer this over general TikTok search endpoints when the primary filter is a specific audio/song rather than a hashtag, username, or keyword.

## Known failure modes

- Invalid or unrecognized song ID returns an empty result set
- Song has been removed from TikTok and returns no results
- Rate limiting or TikTok anti-scraping measures may cause partial results
- Newly uploaded videos may not appear immediately in results
- Song IDs from third-party sources may not match TikTok's internal audio identifiers

## How this service works

Scrape Creators · TikTok — TikToks using Song

## Output

A list of TikTok videos using the specified song or audio track, including video URLs, creator usernames, play counts, like counts, comment counts, share counts, video captions, and timestamps of when the content 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-0d5a1ec1/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)
