Playground

Search TikTok hashtags API playground

Searches TikTok hashtags/challenges by keyword with cursor-based pagination.

GETapiKey8 credits/requesttiktok.searchHashtagResponseDoc

Selected endpoint

GET /tiktok/search/hashtag

Searches TikTok hashtags/challenges by keyword with cursor-based pagination.

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

Search TikTok hashtags

Searches TikTok hashtags/challenges by keyword 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": {
    "type": 3,
    "challenge_list": [
      {
        "challenge_info": {
          "cha_name": "chatgpt",
          "cid": "163321922"
        }
      }
    ],
    "cursor": 20,
    "has_more": 1,
    "status_code": 0
  }
}