🧪 TikTok Sound Scraper avatar

🧪 TikTok Sound Scraper

Under maintenance

Pricing

from $1.40 / 1,000 results

Go to Apify Store
🧪 TikTok Sound Scraper

🧪 TikTok Sound Scraper

Under maintenance

Fetch 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

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

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

FieldUse it for
music_idA sound ID, or a full sound URL like https://www.tiktok.com/music/original-sound-7234567890123456789. Required.
addonMusicVideosReturn 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.

FieldContents
music_idThe sound's ID
music_titleTrack title
music_authorAuthor or owner, when reported
music_usage_countVideos reported as using this sound
music_infoThe 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.

ActorPurpose
Bulk TikTok Video ScraperRead music_info off a video to get its sound ID
TikTok Hashtag ScraperThe same pattern for a hashtag
TikTok Video Search ScraperPaginated keyword search across videos