# TikTok Popular Songs

> TikTok Popular Songs is a paid API for AI agents from Scrape Creators at mpp.orthogonal.com, paid per call via MPP, $0.02/call, status unknown (last checked 2026-09-15).

Retrieves the current list of popular/trending songs on TikTok

## Facts

- Endpoint: GET https://mpp.orthogonal.com/scrapecreators/v1/tiktok/songs/popular
- Price: $0.02/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: Scrape Creators
- Docs: https://api.scrapecreators.com
- Website: https://api.scrapecreators.com
- Tags: social-media, tiktok, instagram, youtube, scraping, social, data
- Canonical page: https://www.zero.xyz/c/scrape-creators-tiktok-popular-songs-89a4005a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2Dfz9m81TzAUrQ4i-5Z1R

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 scrape-creators-tiktok-popular-songs-89a4005a
```

Example prompt: What are the most popular songs trending on TikTok right now? Pull the current list so I can see what music creators are using.

## When to prefer this

Use this endpoint when you need real-time trending song data from TikTok specifically — ideal for music discovery, content strategy, trend monitoring, or recommending popular audio for creators. Prefer this over manual TikTok browsing or general music charts when you need structured, programmatic access to TikTok-specific popularity data.

## Known failure modes

- TikTok rate limiting or blocking scraper returns 429 or 503
- No trending data available returns empty list
- TikTok platform changes break scraping logic causing partial or malformed data
- Network timeout if TikTok is slow to respond

## How this service works

Get popular songs Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

A list of currently popular/trending songs on TikTok, likely including song titles, artist names, usage counts, and audio metadata such as IDs or links.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scrape-creators-tiktok-popular-songs-89a4005a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
