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

Authorizations

Authorization
string
header
required

API key from your CreatorCrawl dashboard

Query Parameters

period
enum<number>

Time period in days (7 or 30)

Available options:
7,
30
page
number

Page number

orderBy
enum<string>

Sort by likes, views (hot), comments, or reposts

Available options:
like,
hot,
comment,
repost
countryCode
string

Country code (e.g. US, GB)

Response

Popular videos with pagination