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
Search TikTok users API Playground
Searches TikTok users by keyword with cursor-based pagination.
GETapiKey8 credits/requesttiktok.searchUserResponseDocTikTok
Endpoint details
Searches TikTok users by keyword with cursor-based pagination.
- Method
- GET
- Path
- /tiktok/search/user
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- TikTok
- Parameters
- 3 documented fields
Request parameters
x-api-key:headerkeyword:querycursor:query
Response schema fields
codedatadata.challenge_listdata.cursordata.extradata.feedback_typedata.global_doodle_configdata.has_moredata.input_keyworddata.log_pbdata.log_pb.impr_iddata.music_list
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"type": 1,
"user_list": [
{
"challenges": null,
"effects": null,
"items": null,
"mix_list": null,
"musics": null,
"position": null
}
],
"challenge_list": null,
"music_list": null,
"cursor": 10,
"has_more": 1
}
}cURL example
curl "https://api.crawlora.net/api/v1/tiktok/search/user?keyword=<keyword>" \
-H "x-api-key: <api-key>"