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 hashtags API Playground
Searches TikTok hashtags/challenges by keyword with cursor-based pagination.
GETapiKey8 credits/requesttiktok.searchHashtagResponseDocTikTok
Endpoint details
Searches TikTok hashtags/challenges by keyword with cursor-based pagination.
- Method
- GET
- Path
- /tiktok/search/hashtag
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- TikTok
- Parameters
- 4 documented fields
Request parameters
x-api-key:headerkeyword:querycursor:querycount:query
Response schema fields
codedatadata.challenge_listdata.cursordata.extradata.has_moredata.input_keyworddata.log_pbdata.log_pb.impr_iddata.music_listdata.qcdata.rid
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"type": 3,
"challenge_list": [
{
"challenge_info": {
"cha_name": "chatgpt",
"cid": "163321922"
}
}
],
"cursor": 20,
"has_more": 1,
"status_code": 0
}
}cURL example
curl "https://api.crawlora.net/api/v1/tiktok/search/hashtag?keyword=<keyword>" \
-H "x-api-key: <api-key>"