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

Authorizations

Authorization
string
header
required

API key from your CreatorCrawl dashboard

Query Parameters

page
number

Page number

sortBy
enum<string>

Sort creators by engagement, follower count, or average views

Available options:
engagement,
follower,
avg_views
followerCount
enum<string>

Filter by follower count range

Available options:
10K-100K,
100K-1M,
1M-10M,
10M+
creatorCountry
string

Country code of the creator (e.g. US, GB)

audienceCountry
string

Country code of the audience/follower (e.g. US, GB)

Response

Popular creators with pagination