Playground

Retrieve TikTok hashtag posts API playground

Returns the videos listed for a TikTok hashtag id with cursor-based pagination.

GETapiKey8 credits/requesttiktok.challengeListResponseDoc

Selected endpoint

GET /tiktok/hashtags

Returns the videos listed for a TikTok hashtag id with cursor-based pagination.

Group
TikTok
Authentication
apiKey
Credit cost
8 credits/request
Path parameters
0
Query parameters
2
Body parameters
0
GETapiKey8 credits/requestchallengeListResponseDoc

Retrieve TikTok hashtag posts

Returns the videos listed for a TikTok hashtag id with cursor-based pagination.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "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
  }
}