🧪 TikTok Sound Scraper
Under maintenancePricing
from $1.40 / 1,000 results
🧪 TikTok Sound Scraper
Under maintenanceFetch TikTok sound and music data by ID: title, author, and usage count. Optionally collect videos using that sound with captions, engagement statistics, and post dates. Export the data, run it via API, or schedule and monitor trending sounds.
Pricing
from $1.40 / 1,000 results
Rating
0.0
(0)
Developer
ToolzerHub
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
TikTok Sound & Music Scraper
Look up a TikTok sound by ID or URL and get its title, author and how many videos use it. Tick one box and you get those videos instead, each carrying the sound's details.
Input
| Field | Use it for |
|---|---|
music_id | A sound ID, or a full sound URL like https://www.tiktok.com/music/original-sound-7234567890123456789. Required. |
addonMusicVideos | Return videos using this sound as rows instead of the sound row. One extra request. |
{"music_id": "https://www.tiktok.com/music/original-sound-7234567890123456789"}
You do not need to pull the ID out of that URL yourself -- paste the whole thing.
Two different outputs, depending on one box
addonMusicVideos off (default) -- one row, the sound itself.
| Field | Contents |
|---|---|
music_id | The sound's ID |
music_title | Track title |
music_author | Author or owner, when reported |
music_usage_count | Videos reported as using this sound |
music_info | The full sound record |
{"music_id": "7234567890123456789","music_title": "original sound","music_author": "khaby.lame","music_usage_count": 1284000}
addonMusicVideos on -- one row per video, and no standalone sound row. Each video row carries the sound fields above alongside aweme_id, description, create_time and stats.
If you wanted both the sound record and its videos, that is not two row types -- the sound's fields repeat on every video row.
Questions
Where do I find a sound ID?
The easiest route is a video: run the Bulk TikTok Video Scraper or Profile Videos Scraper and read music_info on any row. Otherwise, paste a tiktok.com/music/... URL straight in.
music_author is empty. Is the sound broken?
No. TikTok reports authorship in several different places and some sounds -- especially auto-generated "original sound" entries -- fill in none of them. The field comes back empty rather than guessed. music_title and music_usage_count are still reliable.
How many videos does the add-on return?
Whatever TikTok serves in one response. There is no pagination and no limit setting here, so this is a snapshot of current videos using the sound, not an exhaustive list. music_usage_count will normally be far larger than the number of rows you get.
Can I search sounds by name? Not with this Actor -- it takes an ID or URL. Search videos by keyword with the Video Search Scraper and read the sound off the results.
Related Actors
| Actor | Purpose |
|---|---|
| Bulk TikTok Video Scraper | Read music_info off a video to get its sound ID |
| TikTok Hashtag Scraper | The same pattern for a hashtag |
| TikTok Video Search Scraper | Paginated keyword search across videos |