Tiktok Trending Songs Analytics
1 day trial then $20.00/month - No credit card required now
Tiktok Trending Songs Analytics
1 day trial then $20.00/month - No credit card required now
Unlock TikTok's trending songs and music with comprehensive analytics and audience insights. Gather data on music trends by country. Find trending commercial music to supercharge your TikTok content strategy.
Discover new trends on TikTok through songs. Get comprehensive analytics and insights for music on TikTok.
Key Features
- Get the top 100 trending songs for each country in the last 7/30/120 days
- Get detailed analytics for trending music
- Analyze audience demographics and age distribution
- Discover related interests and regional popularity
- Find trending songs and related videos
Perfect for social media managers, content creators, and marketing professionals who want to leverage data-driven insights for their TikTok strategy.
Input
To start, select the type of result you want to retrieve.
Top 100 ranking only
Retrieve the top 100 trending songs for a given country and time frame.
1{ 2 "result_type": "top100", 3 "country": "US", 4 "period": "7", 5 "top100_rank_type": "popular", 6 "top100_commercial_music": false, 7 "top100_new_on_board": false 8}
Example output
1[ 2 { 3 "author": "SlvixalBoy", 4 "clip_id": "7373935903716935681", 5 "cml_mid": "7375041366630957057", 6 "country_code": "US", 7 "cover": "https://p16-sg.tiktokcdn.com/aweme/720x720/tos-alisg-v-2774/ogmFaZiWZER7EBAEaApYr4UAAAllERbLiBBgv.jpeg", 8 "duration": 106, 9 "if_cml": true, 10 "is_search": false, 11 "link": "https://www.tiktok.com/music/x-7373935903716935681", 12 "music_url": "https://sf19-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oAXtWVgKWFa2CBQT5mqrZSgDuEQpfB0DYqe68i", 13 "on_list_times": null, 14 "promoted": false, 15 "rank": 21, 16 "rank_diff": null, 17 "rank_diff_type": 4, 18 "related_items": [ 19 { 20 "item_id": 7457282630245993000, 21 "cover_uri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oQW9YPqiqzILBIJEHAizAlhBw3pWTB5xfsvCJx~tplv-noop.image?x-expires=1736808674&x-signature=9eaeo7zSrOqUvX4QTq8F2palgzo%3D" 22 }, 23 ... 24 ], 25 "song_id": "7373935879872759825", 26 "title": "Tropical Sunshine", 27 "trend": [ 28 { 29 "time": 1736121600, 30 "value": 1 31 }, 32 ... 33 ], 34 "url_title": "Tropical-Sunshine", 35 "period": "7", 36 "rank_change_readable": "New" 37 }, 38 ... 39]
Top 100 ranking including song analytics
Retrieve the top 100 trending songs for a given country and time frame, including song analytics.
1{ 2 "result_type": "top100_with_analytics", 3 "country": "US", 4 "period": "7", 5 "top100_rank_type": "popular", 6 "top100_commercial_music": false, 7 "top100_new_on_board": false 8}
Example output excerpt
1[ 2 ... 3 "analytics": { 4 "audience_ages": [ 5 { 6 "age_level": 3, 7 "score": 100 8 } 9 ], 10 "audience_countries": [ 11 { 12 "country_info": { 13 "id": "2635167", 14 "label": "GB", 15 "value": "United Kingdom" 16 }, 17 "score": 771 18 }, 19 ... 20 ], 21 "audience_interests": [ 22 { 23 "interest_info": { 24 "id": "10057", 25 "label": "diversify_10057", 26 "value": "Non-Video Games" 27 }, 28 "score": 304 29 }, 30 ... 31 ], 32 "author": "SlvixalBoy", 33 "clip_id": "7373935903716935681", 34 "cml_mid": "7375041366630957057", 35 "country_code": "US", 36 "cover": "https://p16-sg.tiktokcdn.com/aweme/720x720/tos-alisg-v-2774/ogmFaZiWZER7EBAEaApYr4UAAAllERbLiBBgv.jpeg", 37 "duration": 106, 38 "if_cml": true, 39 "is_search": false, 40 "link": "https://www.tiktok.com/music/x-7373935903716935681", 41 "longevity": { 42 "popular_days": 0, 43 "current_popularity": 0 44 }, 45 "music_url": "https://sf19-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oAXtWVgKWFa2CBQT5mqrZSgDuEQpfB0DYqe68i", 46 "on_list_times": null, 47 "promoted": false, 48 "rank": null, 49 "rank_diff": null, 50 "related_items": [ 51 { 52 "item_id": 7457282630245993000, 53 "cover_uri": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oQW9YPqiqzILBIJEHAizAlhBw3pWTB5xfsvCJx~tplv-noop.image?x-expires=1736808675&x-signature=Ko9yK2IkHm6cGQgP3Glby2e1b4M%3D" 54 }, 55 ... 56 ], 57 "song_id": "7373935879872759825", 58 "title": "Tropical Sunshine", 59 "trend": [ 60 { 61 "time": 1736121600, 62 "value": 1 63 }, 64 ... 65 ], 66 "url_title": "Tropical-Sunshine", 67 "audience_ages_readable": [ 68 { 69 "age_range": "18-24", 70 "score": 100 71 } 72 ] 73 } 74]
Song analytics only
Retrieve detailed analytics for a custom list of music/clip ids. For this example url https://www.tiktok.com/music/x-7373935903716935681 use 7373935903716935681 as id
1{ 2 "result_type": "analytics", 3 "song_list": ["7373935903716935681"], 4 "country": "US", 5 "period": "30" 6}
If a song you provide is not popular enough (in this country and period), TikTok will not return any data for this song.
Insights that song analytics can provide
Interest over time
Each data point compares the relative volume against the peak volume of the trend. A value of 100 is the peak popularity for the trend.
Audience insights
Information about viewers that watch videos associated with this trend.
Age range
The approximate percentage of viewers associated with different age ranges. Only available for age ranges above 18 years old.
Related interests
The top interests associated with viewers of this trend. The value represents an index score. Example: If the score is 200, the interest category is 2x as popular with viewers of this trend compared to its average popularity on TikTok worldwide.
Regional popularity
The top locations in the world where this term is most popular. The value represents an index score. Example: If the score is 200, the trend is 2x as popular in this market compared to its average popularity on TikTok worldwide.
Related videos
Trending videos that use this song in the selected region and time frame.
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in Jan 2025
Modified 2 days ago