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

Search TikTok hashtags API Playground

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

GETapiKey8 credits/requesttiktok.searchHashtagResponseDocTikTok

Endpoint

Choose one catalog endpoint for this request.

15 shown
GETapiKey8 credits/requesttiktok.searchHashtagResponseDocTikTok
GET /tiktok/search/hashtag

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
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Required query parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "type": 3,
    "challenge_list": [
      {
        "challenge_info": {
          "cha_name": "chatgpt",
          "cid": "163321922"
        }
      }
    ],
    "cursor": 20,
    "has_more": 1,
    "status_code": 0
  }
}

Endpoint details

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

Method
GET
Path
/tiktok/search/hashtag
Authentication
apiKey
Credit cost
8 credits/request
Platform
TikTok
Parameters
4 documented fields

Request parameters

x-api-key:headerkeyword:querycursor:querycount:query

Response schema fields

codedatadata.challenge_listdata.cursordata.extradata.has_moredata.input_keyworddata.log_pbdata.log_pb.impr_iddata.music_listdata.qcdata.rid

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "type": 3,
    "challenge_list": [
      {
        "challenge_info": {
          "cha_name": "chatgpt",
          "cid": "163321922"
        }
      }
    ],
    "cursor": 20,
    "has_more": 1,
    "status_code": 0
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/tiktok/search/hashtag?keyword=<keyword>" \
  -H "x-api-key: <api-key>"