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 posts API Playground
Returns the videos listed for a TikTok hashtag id with cursor-based pagination.
GETapiKey8 credits/requesttiktok.challengeListResponseDocTikTok
Endpoint details
Returns the videos listed for a TikTok hashtag id with cursor-based pagination.
- Method
- GET
- Path
- /tiktok/hashtags
- Authentication
- apiKey
- Credit cost
- 8 credits/request
- Platform
- TikTok
- Parameters
- 3 documented fields
Request parameters
x-api-key:headerid:querycursor:query
Response schema fields
codedatadata.cursordata.extradata.extra.fatal_item_idsdata.extra.logiddata.extra.nowdata.hasMoredata.itemListdata.log_pbdata.log_pb.impr_iddata.statusCode
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"cursor": "93",
"extra": {
"fatal_item_ids": [],
"logid": "20241211093132324B6C98847222021454",
"now": 1733909492000
},
"hasMore": true,
"itemList": [
{
"AIGCDescription": "",
"BAInfo": "",
"CategoryType": 120,
"adAuthorization": false,
"adLabelVersion": 0,
"aigcLabelType": 0
}
],
"log_pb": {
"impr_id": "20241211093132324B6C98847222021454"
},
"statusCode": 0
}
}cURL example
curl "https://api.crawlora.net/api/v1/tiktok/hashtags?id=<id>" \
-H "x-api-key: <api-key>"