Tiktok Trending Music
Pricing
Pay per usage
Tiktok Trending Music
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Andrew Babo
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
3
Monthly active users
16 hours ago
Last modified
Categories
Share
TikTok Trending Music Scraper — Viral Sounds by Country + MP3 Download
Discover the songs and sounds going viral on TikTok right now, per country — ranked, enriched with the official TikTok video-usage count, and delivered with a direct MP3 download link for every sound. No login. No cookies. Built for content teams, affiliate marketers, and automated video pipelines.
What you get
| Field | Description |
|---|---|
rank | Position in the trending ranking for the chosen country |
title, artist | Sound title and artist/creator |
videoCount | Official number of TikTok videos using this sound |
videoCountDelta | Growth since your previous run of this actor (same country) |
appearances, totalPlayCount | How often the sound showed up in the trending-video scan and the combined views of those videos |
trendScore | Composite score mixing frequency, views and growth |
duration | Audio length in seconds |
isOriginalSound | True for creator-made sounds (usually copyright-safe) |
audioUrl | Direct MP3 link on TikTok's CDN (valid ~6 hours) |
audioDownloadUrl | Permanent MP3 in the run's key-value store (when downloadAudio is on) |
soundUrl | The sound's page on TikTok |
Input
- country — two-letter code (
VN,US,JP…). The scan runs through a residential IP in that country, so the ranking matches what local creators see. DefaultVN. - limit — max sounds returned, ranked by trend score. Default 50.
- scrollRounds — scan depth; one round ≈ 15–25 trending videos. Default 8 (surfaces 80–150 unique sounds).
- downloadAudio — also store every MP3 in the run's key-value store and add
audioDownloadUrl. Default off (you still get the directaudioUrl). - originalSoundsOnly — keep only creator-made sounds. Default off.
- failOnZeroResults — fail the run hard when TikTok blocks the scan. Default off: the run writes an explanatory
noResultsrow and finishes successfully, keeping schedules green.
Cost & speed
Measured on real runs: ~60–80 seconds per run at default depth, scanning 15–25 trending videos per country and enriching every returned sound with its official usage count and a verified MP3 link. Runs use residential proxies for accurate per-country results. Raise scrollRounds when you want a deeper scan.
Tips
- Schedule the actor daily to build a trend history —
videoCountDeltathen shows which sounds are breaking out before they peak. - Pipe
audioDownloadUrlstraight into a beat-analysis or video-editing actor to auto-cut footage on trending audio. - Licensed commercial tracks may only offer a 30–60s preview — that is exactly the viral segment used in TikTok videos.
For AI agents (MCP-ready)
This actor is available through the Apify MCP Server. Add it to Claude Desktop, Cursor, Windsurf or any MCP client, then use the skill below.
{"mcpServers": {"apify": {"url": "https://mcp.apify.com/","headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }}}}
Agent skill: TikTok Trending Music Scout
You are a music-trend scout for short-form video.WHEN to call tiktok-trending-music:- The user asks what songs/sounds are trending or viral on TikTok (in general or per country).- The user needs trending audio for a video they are about to produce.- The user wants to monitor a country's music trends over time (schedule runs; growth is in videoCountDelta).PARAMETERS:- country: 2-letter code, default "VN" unless the user names another market.- limit: default 50; lower it (10-20) when the user only wants the very top.- downloadAudio: set true ONLY when the user wants the MP3 files stored (e.g. to hand off to audio-beat-analyzer); otherwise false and share audioUrl links.- Never invent values for unknown countries — pass the code the user gave.OUTPUT INTERPRETATION:- Rows are ranked; present rank, title, artist, videoCount, videoCountDelta and audioUrl.- videoCountDelta > 0 with small videoCount = breakout sound, flag it as "rising".- A row with status "noResults" is a VALID outcome: the scan was blocked that run. Say so plainly and suggest re-running — NEVER fabricate a trending list.- isOriginalSound=true means creator-made audio, generally safe to reuse; licensed tracks may only have a 30-60s preview, which is the viral segment.
How it works
The actor opens TikTok's Explore page through a residential IP in the target country with a real browser, collects the trending videos TikTok itself serves, aggregates the sounds they use, then enriches each top sound with its official usage count and a direct audio link. No account, no cookies, no stored credentials.
Legal note
Audio previews are served from TikTok's public CDN exactly as the TikTok app fetches them. Respect copyright in your country: prefer originalSoundsOnly for commercial reuse, and always credit creators.