Skip to main content
GET
/
api
/
tiktok
/
songs
/
popular
Get popular songs
curl --request GET \
  --url https://creatorcrawl.com/api/tiktok/songs/popular \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key from your CreatorCrawl dashboard

Query Parameters

page
number

Page number

timePeriod
enum<number>

Time period to get popular songs from

Available options:
7,
30,
130
rankType
enum<string>

Get popular or surging songs

Available options:
popular,
surging
newOnBoard
boolean

New to top 100

commercialMusic
boolean

Approved for business use

countryCode
string

Country code (e.g. US, GB, DE)

Response

Popular songs data with pagination