# AnyAPI TikTok Song

> AnyAPI TikTok Song is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Scrapes and returns data about a TikTok song/sound, including metadata and usage statistics

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.song
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-song-414eab3d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bYQk11PGQec2xrvtoR4DM

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 anyapi-tiktok-song-414eab3d -d '<json body>'
```

Example prompt: Can you pull up the details for this TikTok sound — I want to know the song title, artist, and how many videos have used it? Here's the sound URL: https://www.tiktok.com/music/original-sound-7234567890123456789

## When to prefer this

Use this endpoint when you need structured TikTok sound/song metadata without maintaining your own scraper or TikTok API credentials. Ideal for agents that need to look up trending audio, verify song details, or enrich TikTok content data on a pay-per-use basis without a subscription.

## Known failure modes

- Invalid or non-existent TikTok sound ID returns an error or empty result
- TikTok rate limiting or anti-scraping measures may cause intermittent failures
- Private or removed sounds may return no data
- Malformed URL input may cause a parsing error
- Payment failure (insufficient USDC balance) blocks the request

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing TikTok song/sound metadata such as title, author/artist name, audio URL, cover image, number of videos using the sound, play count, and other available sound attributes scraped from TikTok.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-tiktok-song-414eab3d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
