Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve TikTok popular-trend creators API Playground
Returns trending creators from TikTok Creative Center. The service clamps `page` to 1-10 and `limit` to at most 100.
GETapiKey8 credits/requestpopulartrend.creatorTrendResponseDocTikTok
Endpoint details
Returns trending creators from TikTok Creative Center. The service clamps `page` to 1-10 and `limit` to at most 100.
- Method
- GET
- Path
- /tiktok/popular-trend/creator
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- TikTok
- Parameters
- 6 documented fields
Request parameters
x-api-key:headerpage:querylimit:querysort_by:querycreator_country:queryaudience_count:query
Response schema fields
codedatadata.codedata.datadata.data.creatorsdata.data.creators[].avatar_urldata.data.creators[].country_codedata.data.creators[].follower_cntdata.data.creators[].itemsdata.data.creators[].items[].cover_urldata.data.creators[].items[].create_timedata.data.creators[].items[].item_id
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"code": 0,
"msg": "OK",
"data": {
"creators": [
{
"tcm_id": "7414477993612935173",
"user_id": "62133858422239232",
"nick_name": "Fernanda",
"avatar_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/3fa0e612da6c7528e77ef65fbb...",
"country_code": "US",
"follower_cnt": 9135515,
"liked_cnt": 668294555,
"tt_link": "https://www.tiktok.com/@ferchugimenez",
"tcm_link": "https://creatormarketplace.tiktok.com/ad#/author/7414477993612935173",
"items": [
{
"item_id": "7444674312784645432",
"cover_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/oQIBhn2EeBMUWQR5wVQACFEBtlDx...",
"tt_link": "https://www.tiktok.com/@author/video/7444674312784645432",
"vv": 13733332,
"liked_cnt": 516217,
"create_time": 1733348322
}
]
}
],
"pagination": {
"page": 1,
"size": 1,
"total": 459,
"has_more": true
}
}
}
}cURL example
curl "https://api.crawlora.net/api/v1/tiktok/popular-trend/creator" \
-H "x-api-key: <api-key>"