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 hashtag details API Playground
Returns the metadata payload for a TikTok hashtag page.
GETapiKey8 credits/requesttiktok.challengeResponseDocTikTok
Endpoint details
Returns the metadata payload for a TikTok hashtag page.
- Method
- GET
- Path
- /tiktok/hashtag/{name}
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- TikTok
- Parameters
- 2 documented fields
Request parameters
x-api-key:headername:path
Response schema fields
codedatadata.challengeInfodata.extradata.extra.fatal_item_idsdata.extra.logiddata.extra.nowdata.log_pbdata.log_pb.impr_iddata.shareMetadata.shareMeta.descdata.shareMeta.title
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"challengeInfo": {
"challenge": {
"coverLarger": "https://p16-sg.tiktokcdn.com/obj/tiktok-obj/6a1da427fdfd35e4a056bfb897709fed.jpeg?shp=81f88b70&shcp=-",
"coverMedium": "https://p16-sg.tiktokcdn.com/obj/tiktok-obj/6a1da427fdfd35e4a056bfb897709fed.jpeg?shp=81f88b70&shcp=-",
"coverThumb": "https://p16-sg.tiktokcdn.com/obj/tiktok-obj/6a1da427fdfd35e4a056bfb897709fed.jpeg?shp=81f88b70&shcp=-",
"desc": "Merry #Christmas!",
"id": "3242",
"isCommerce": false
},
"challengeAnnouncement": {
"body": "",
"title": ""
},
"stats": {
"videoCount": 0,
"viewCount": 321900000000
},
"statsV2": {
"videoCount": "33173666",
"viewCount": "321857738740"
}
},
"extra": {
"fatal_item_ids": [],
"logid": "2024121109145995D9E90EDC8E41018BB8",
"now": 1733908499000
},
"log_pb": {
"impr_id": "2024121109145995D9E90EDC8E41018BB8"
},
"shareMeta": {
"desc": "321900.0m views - Watch awesome short videos created with trending hashtag #christmas",
"title": "#christmas on TikTok"
},
"statusCode": 0,
"status_code": 0
}
}cURL example
curl "https://api.crawlora.net/api/v1/tiktok/hashtag/<name>" \
-H "x-api-key: <api-key>"