Endpoint Playground
Test Crawlora's Retrieve TikTok hashtag details API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/tiktok/hashtag/<name>" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| name (path) | string | Yes | Hashtag name (e.g., 'christmas') |
{
"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
}
}Public Playground
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.
Returns the metadata payload for a TikTok hashtag page.
{
"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 "https://api.crawlora.net/api/v1/tiktok/hashtag/<name>" \
-H "x-api-key: $CRAWLORA_API_KEY"