TikTok Sound & Music Scraper - Videos by Song avatar

TikTok Sound & Music Scraper - Videos by Song

Pricing

from $3.50 / 1,000 results

Go to Apify Store
TikTok Sound & Music Scraper - Videos by Song

TikTok Sound & Music Scraper - Videos by Song

Scrape TikTok videos by song. A TikTok sound scraper and API alternative to export music data to CSV/JSON. No login or API key.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

20 hours ago

Last modified

Share

Scrape every TikTok video that uses a given sound or song and track how a track spreads across TikTok. This TikTok sound scraper and music video crawler takes a music page URL or music id and returns all the videos riding it — with engagement stats, authors and the sound's own metadata. No login, no cookies, no API key.

One sound can power thousands of videos, making this the go-to tool for understanding how a track is catching on and who is driving it.

No login required Music marketing Export Account safe


What you get

Each video using the sound is saved as one row, plus the sound's metadata:

  • videoId and url — the direct link to the video.
  • description — the full caption text.
  • postedAt and durationSec — post date and clip length.
  • playCount (views), likeCount, commentCount, shareCount, saveCount — complete engagement metrics, overflow-safe in the millions.
  • hashtags — every hashtag on the video.
  • authorusername, nickname and verified flag.
  • soundId, soundTitle, soundAuthor, soundUrl — the sound's id, title, artist and music-page link.
  • scrapedAt — capture timestamp.

Export to CSV, JSON, Excel or HTML, or pull it through the Apify API and webhooks.


Use cases

  • Music marketing & promotion — measure how a track is being used and by whom.
  • Label A&R & sync — spot songs gaining organic traction early.
  • Trend tracking — follow a sound's growth curve over days or weeks on a schedule.
  • Creator discovery — find the influencers powering a sound's spread.
  • Rights & royalties research — audit usage of a track across TikTok.

How to use

  1. Add sounds — TikTok music page URLs or numeric music ids.
  2. Set maxVideosPerSound to control how many videos to collect per sound.
  3. (Optional) Set a global maxResults cap.
  4. Click Start and export.

How to find a sound's URL or id

Open any TikTok video, tap the spinning sound disc (bottom-right) to open the music page. Its URL ends with the numeric music id.../music/original-sound-7608483104361122593. Paste the full URL or just the id.

Example input

{
"sounds": [
"https://www.tiktok.com/music/original-sound-7608483104361122593",
"7608483104361122593"
],
"maxVideosPerSound": 300
}

Example output

{
"videoId": "7600000000000000000",
"url": "https://www.tiktok.com/@amelietjer/video/7600000000000000000",
"description": "#yachting #superyacht #stewardess",
"postedAt": "2026-02-18T14:05:00.000Z",
"durationSec": 18,
"playCount": 4600000,
"likeCount": 211600,
"commentCount": 1900,
"shareCount": 7400,
"saveCount": 22300,
"hashtags": ["yachting", "superyacht", "stewardess"],
"author": { "username": "amelietjer", "nickname": "Amélie", "verified": false },
"soundId": "7608483104361122593",
"soundTitle": "original sound",
"soundAuthor": "Way Of House",
"soundUrl": "https://www.tiktok.com/music/original-sound-7608483104361122593",
"scrapedAt": "2026-06-03T18:00:00.000Z"
}

FAQ

Does this need a TikTok login or API key?

No. The actor reads only public video data through residential proxies — no account, no cookies, no API key, and zero ban risk.

What counts as a "sound"?

Any TikTok music page — original sounds, licensed songs or remixes. Pass its URL or numeric id.

Will I get every video using the sound?

You'll get up to maxVideosPerSound; raise it for more. TikTok's reported total is included in the sound metadata and logs.

Can I track several sounds at once?

Yes. Add multiple URLs or ids to sounds in one run — results are de-duplicated across them.

Is this a TikTok API alternative for sound data?

Yes. It works as an unofficial TikTok sound API alternative — you get videos-by-song and engagement metrics without applying for TikTok's official API, keys or login.

How do I export TikTok sound data to CSV or JSON?

Run the scraper, then download the dataset as CSV, JSON, Excel or HTML, or pull it through the Apify API and webhooks. Every video using the sound is one row.

Can I scrape TikTok videos by song without an API or login?

Yes. This is a no-login TikTok music scraper: pass a music page URL or id and it extracts all videos using that song through residential proxies, no API key required.


Pairs well with

  • TikTok Hashtag & Keyword Video Scraper — find trending sounds, then drill in here.
  • TikTok Creator Lead Finder — turn the creators using a sound into leads.

Responsible use. This actor collects publicly available video data only. You are responsible for complying with TikTok's Terms and music-licensing rules when reusing data.

Changelog

2026-06-07

  • Docs: added coverage for using this as a TikTok API alternative, exporting TikTok sound data to CSV/JSON, and scraping videos by song without an API or login.

2026-06-05

  • Reliability fix: results are no longer dropped by strict output validation — runs now complete cleanly even at high volume (thousands of results).
  • Stability & performance hardening; fresh rebuild.

2026-06-04

  • Verified live & refreshed build — reliability/maintenance pass.