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

Authorizations

Authorization
string
header
required

API key from your CreatorCrawl dashboard

Query Parameters

query
string
required

Keyword to search for

date_posted
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 videos. Get cursor from previous response.

trim
boolean

Set to true to get a trimmed response

Response

TikTok keyword search results