VOOZH about

URL: https://apify.com/clockworks/tiktok-sound-scraper/api

⇱ 🎢 Tiktok Sound Scraper API Β· Apify


Pricing

from $2.00 / 1,000 videos

Go to Apify Store

TikTok Sound Scraper

Scrape TikTok videos with a chosen sound. Just add one or more sound URLs and extract tiktoks that have it: URLs, likes, country of creation, video and music metadata, creator data. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

Pricing

from $2.00 / 1,000 videos

Rating

5.0

(3)

Developer

πŸ‘ Clockworks

Clockworks

Maintained by Apify

Actor stats

34

Bookmarked

1.5K

Total users

106

Monthly active users

5.4 days

Issues response

4 hours ago

Last modified

Share

You might also like

TikTok Sound Music API (free-watermark videos)

novi/tiktok-sound-api

Extract data from TikTok Sound/Music. Scrape full user profiles including posts, total likes, name, nickname, numbers of comments, shares, followers, following, and more.

TikTok Explore Scraper

clockworks/tiktok-explore-scraper

Extract data from TikTok explore categories including post, author, video, and music data. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

266

4.1

🏯 Tiktok Music & Sound Scraper

apidojo/tiktok-music-scraper

Scrape TikTok music data at 300 tracks/sec with 98% success - no proxy needed. Extract titles, artists, IDs, usage counts, covers & video data in real-time. Supports URL/ID input. Export JSON/CSV with full API integration. Perfect for trend tracking, viral analysis & campaigns.

279

4.8

TikTok Trending Sounds

burbn/tiktok-trending-sounds

Find the next viral TikTok sound before it peaks! Scrape trending music, daily rankings, and trend data across 24+ countries. Get direct music URLs, artist info, and related video analytics. No login or cookies required!

TikTok Trending Sounds Scraper

alien_force/tiktok-trending-sounds-tracker

πŸš€ Track TikTok's Trending Sounds! 🎢 Scrape trending TikTok sounds with comprehensive data, including rank, title, author, trends over time, duration, country code, and related items. Perfect for creators, marketers, and analysts to stay ahead of trends. Start now and ride the viral wave!

295

5.0

TikTok Music Trend API

novi/tiktok-music-trend-api

TikTok Trending Music Scraper. Get real-time insights into popular sounds, discover new artists, and fuel your music discovery applications.

Hermes Skill Builder for Apify & APIs

solutionssmart/hermes-skill-builder-for-apify-apis

Generate Hermes-ready AI agent skill packages from Apify Actors, API docs, GitHub repositories, and OpenAPI specs.

πŸ‘ User avatar

Solutions Smart

19

Tiktok Sound Music Scraper

coregent/tiktok-sound-music-scraper

TikTok Sound / Music Scraper extracts TikTok sound pages, music metadata, and videos using a sound, including captions, creators, stats, and URLs. Use it for trend tracking, viral audio discovery, campaign monitoring, creator research, and analytics.

16

TikTok Audio Downloader 🎡

alpha-scraper/tiktok-audio-downloader

Super fast & No proxy needed! 🎡 Extract high-quality, playable audio URLs from TikTok video links. Supports multiple videos, delivers clean metadata, and saves audio to dataset & key-value storeβ€”ideal for automation, research, and content workflows.

14

TikTok Video Scraper

clockworks/tiktok-video-scraper

Extract data from chosen tiktoks. Just add a TikTok URL and get TikTok video and profile data: URLs, numbers of shares, followers, hashtags, hearts, video, and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

11K

4.4

You can access the TikTok Sound Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "musics": [
< "https://www.tiktok.com/music/Oh-No-Instrumental-6889520563052645121"
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/clockworks~tiktok-sound-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

🎢 Tiktok Sound Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the TikTok Sound Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/clockworks~tiktok-sound-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/clockworks~tiktok-sound-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/clockworks~tiktok-sound-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the TikTok Sound Scraper API programmatically via the Apify API.

You can choose from:

TikTok Sound Scraper API in Python

TikTok Sound Scraper API in JavaScript

TikTok Sound Scraper API through CLI

TikTok Sound Scraper OpenAPI definition

You can start TikTok Sound Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The TikTok Sound Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the TikTok Sound Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.