Skip to main content
GET
/
api
/
tiktok
/
search
/
top
Top search on TikTok
curl --request GET \
  --url https://creatorcrawl.com/api/tiktok/search/top \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key from your CreatorCrawl dashboard

Query Parameters

query
string
required

Keyword to search for

publish_time
enum<string>

Time frame filter

Available options:
yesterday,
this-week,
this-month,
last-3-months,
last-6-months,
all-time
sort_by
enum<string>

Sort by

Available options:
relevance,
most-liked,
date-posted
region
string

Region for the proxy (2 letter country code e.g. US, GB)

cursor
number

Cursor to get more results. Get cursor from previous response.

Response

TikTok top search results (videos + photo carousels)