TikTok Sound Library
Pricing
from $5.00 / 1,000 results
TikTok Sound Library
Discover unlimited royalty-free TikTok sounds & music! Scrape the TikTok Sound Library with titles, artists, albums, cover art, audio URLs, duration, and usage stats. Sort by Hot or New β all without a TikTok account!
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Kevin
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
2 days ago
Last modified
Categories
Share
π΅ TikTok Sound Library Scraper - Discover Unlimited Royalty-Free Music
Explore TikTok's massive Sound Library of unlimited, royalty-free music! Scrape sound titles, artists, albums, cover art, direct audio URLs, duration, and usage stats. Sort by Hot or New β all without a TikTok account!
π Table of Contents
- π Features
- π― Use Cases
- β‘ Quick Start
- π Input Parameters
- π€ Output Format
- π΅ Sound Data Extracted
- π Performance & Reliability
- π‘ Best Practices
- β FAQ
- π Related Actors
π Features
π΅ Complete Sound Library Access
- β No Login Required β Browse TikTok's Sound Library without a TikTok account
- β Unlimited Sounds β Access 879,000+ royalty-free sounds and growing
- β Sort by Hot or New β Discover the most popular or recently added sounds
- β Real-Time Data β Access the latest sound library data from TikTok
- β Commerce-Safe β All sounds are marked with commercial usage status
π Comprehensive Data
- β Song Title & Artist β Full track title and artist/creator name
- β Album Info β Album name for organized music discovery
- β Duration β Track length in seconds with high precision
- β Cover Art β Three sizes of cover art (large, medium, thumbnail)
- β Direct Audio URL β CDN-hosted audio file URL for playback
- β Usage Stats β Number of TikTok videos using each sound
- β Language β Track language (English, non_vocal, etc.)
- β Commercial Status β Whether the sound is approved for commercial use
- β Matched Song β Original song metadata (title, artist, ID, full duration)
π― Use Cases
| Use Case | Description | Benefits |
|---|---|---|
| π΅ Content Creation | Find royalty-free sounds for TikTok videos | Access safe-to-use music for your content |
| π Music Discovery | Browse TikTok's hottest sounds | Discover new music before it goes viral |
| πΌ Brand Content | Find commercial-safe sounds | Use legally approved audio for branded content |
| π Music Research | Analyze TikTok's sound library | Understand what music is available and popular |
| πΆ Music Industry | Monitor TikTok's sound catalog | Track which songs are featured in the library |
| π Data Analysis | Build sound databases | Create datasets of TikTok's music catalog |
| π§ Playlist Curation | Discover sounds by popularity | Find the most-used sounds for playlists |
β‘ Quick Start
1οΈβ£ Hot Sounds (Most Popular)
{"orderBy": "1","maxResults": 100}
2οΈβ£ New Sounds (Recently Added)
{"orderBy": "2","maxResults": 100}
3οΈβ£ Large Scrape (500 Sounds)
{"orderBy": "1","maxResults": 500}
4οΈβ£ Scrape Everything (Unlimited)
{"orderBy": "1","maxResults": 0}
π Input Parameters
Configuration Options
| Parameter | Type | Default | Description |
|---|---|---|---|
orderBy | String | "1" | Sort order: 1 (Hot / Most Popular) or 2 (New / Recently Added) |
page | Integer | 1 | Start extraction from this page |
maxResults | Integer | 100 | Maximum number of sounds to retrieve (0 for all) |
pageSize | Integer | 10 | Results per page per request (Max 10, API limit) |
π€ Output Format
π΅ Sound Data Structure
{"source": "tiktok_sound_library","music_id": "6714532073182333697","mid": "6714532073182333697","title": "Future","author": "Official Sound Studio","album": "Funk It Up","duration": 33,"duration_precision": 33.77,"language": "non_vocal","user_count": 5466702,"cover_large": "https://p16-sg.tiktokcdn.com/aweme/720x720/...","cover_medium": "https://p16-sg.tiktokcdn.com/aweme/200x200/...","cover_thumb": "https://p16-sg.tiktokcdn.com/aweme/100x100/...","play_url": "https://sf16-ies-music-sg.tiktokcdn.com/obj/...","is_commerce_music": true,"is_original": false,"is_original_sound": false,"is_unlimited_music": true,"matched_song_title": "Future","matched_song_author": "BCD Studio","matched_song_id": "7085455230749378562","matched_song_full_duration": 33777,"create_time": "2019-07-17T07:13:44.000Z"}
π΅ Sound Data Extracted
π·οΈ Sound Info
| Element | Description | Details |
|---|---|---|
| Title | Song/sound title | Full track name |
| Author | Artist/creator name | Original sound creator |
| Album | Album name | Album the track belongs to |
| Duration | Track length in seconds | Integer duration |
| Duration Precision | Precise track length | Decimal seconds |
| Language | Track language | English, non_vocal, etc. |
| Music ID | TikTok music identifier | Unique sound ID |
π Usage & Popularity
| Element | Description | Details |
|---|---|---|
| User Count | Number of videos | How many TikToks use this sound |
πΌοΈ Media URLs
| Element | Description | Details |
|---|---|---|
| Cover Large | 720x720 cover art | High-res album cover |
| Cover Medium | 200x200 cover art | Medium album cover |
| Cover Thumb | 100x100 cover art | Thumbnail album cover |
| Play URL | Direct audio file URL | CDN-hosted audio file |
πΌ Status Flags
| Element | Description | Details |
|---|---|---|
| Is Commerce Music | Commercial-approved | true = safe for commercial use |
| Is Original | Original composition | true = original track |
| Is Original Sound | Original TikTok sound | true = native TikTok audio |
| Is Unlimited Music | Unlimited usage | true = royalty-free for TikTok |
π΅ Matched Song Info
| Element | Description | Details |
|---|---|---|
| Matched Song Title | Original song title | The source song title |
| Matched Song Author | Original artist | The source song artist |
| Matched Song ID | Song identifier | Unique matched song ID |
| Full Duration | Full song length (ms) | Complete track duration |
π Performance & Reliability
π Reliability Features
- β Auto-Retry & Backoff β Handles temporary connection hiccups gracefully
- β Multi-Key Rotation β Automatically cycles through API keys on rate limits
- β Dynamic Pagination β Seamlessly loops through all pages of results
- β Batch Processing β Efficiently pushes data in batches of 10 items
- β Fail-Safes β Early exits if maximum results limit is reached
π‘ Best Practices
β Recommended Usage
- Start Small β Use
maxResults: 20first to verify your filters work correctly. - Hot for Popular β Use
orderBy: "1"to find the most-used sounds on TikTok. - New for Fresh Content β Use
orderBy: "2"to discover recently added sounds. - Check User Count β Higher
user_countmeans the sound is proven popular. - Use Cover Art β Three sizes of cover art are provided for different display needs.
- Check Commerce Status β Always verify
is_commerce_musicbefore using in commercial content. - Download Audio Promptly β
play_urlCDN links may expire; download audio files quickly.
β οΈ Important Notes
- The API returns a maximum of 10 sounds per page (
pageSizelimit). - Cover art and audio URLs are CDN-hosted and may expire; download them promptly if needed.
user_countshows how many TikTok videos currently use this sound.create_timeis converted from Unix timestamp to ISO 8601 format.- Total available sounds: 879,000+ and growing.
β FAQ
Q: Do I need a TikTok account?
A: No, this tool uses specialized endpoints and does not require login, cookies, or account access.
Q: What's the difference between Hot and New?
A: Hot (orderBy: 1) shows the most popular sounds by usage. New (orderBy: 2) shows recently added sounds to the library.
Q: Are these sounds royalty-free?
A: These sounds are from TikTok's "Unlimited Sounds" library, which are available for use on TikTok. Check is_commerce_music for commercial usage rights.
Q: How many sounds are available?
A: The library contains 879,000+ sounds and is constantly growing with new additions.
Q: What does user_count mean?
A: It shows how many TikTok videos currently use that particular sound. Higher counts indicate more popular sounds.
Q: Can I get the audio file?
A: Yes, the play_url field contains a direct CDN link to the audio file. Download promptly as URLs may expire.
Q: What is matched_song?
A: Many TikTok sounds are clips of full songs. The matched song data shows the original full-length song's title, artist, and duration.
π Related Actors
| Actor | Description |
|---|---|
| π΅ TikTok Trending Sounds | Discover trending TikTok sounds with rankings, trend data, and music URLs |
| π¬ TikTok Trending Product Videos | Discover trending TikTok videos with titles, covers, and direct links |
| π TikTok Trending Creators | Discover trending TikTok creators and influencers |
| π TikTok Top Ads Spy | Scrape top-performing TikTok ads |
| π¦ TikTok Trending Products | Discover viral products on TikTok |
π·οΈ Keywords & Tags
tiktok sound library, tiktok sounds scraper, tiktok music scraper, tiktok unlimited sounds, tiktok royalty free music, tiktok audio scraper, tiktok music library, tiktok sound catalog, tiktok music data, tiktok audio data, tiktok sound extractor, tiktok music extractor, tiktok free music, tiktok popular sounds, tiktok hot sounds, tiktok new sounds, tiktok commercial music, tiktok music analytics, tiktok sound discovery, tiktok music discovery, tiktok scraper, apify tiktok, tiktok api scraper, tiktok data extraction, social media scraper, music discovery tool, audio discovery tool, tiktok music catalog, tiktok music research, tiktok content strategy
π Get $5 Free Apify Credits
New to Apify? Sign up using this link and get $5 free credits to start scraping TikTok Sound Library right away! No credit card required.
β If this actor helps your workflow, please give it a star!