Playground

Retrieve TikTok popular-trend hashtags API playground

Returns trending hashtags from TikTok Creative Center. The service clamps `page` to 1-10, `limit` to at most 100, and defaults `period` to 7.

GETapiKey8 credits/requestpopulartrend.hashtagTrendResponseDoc

Selected endpoint

GET /tiktok/popular-trend/hashtag

Returns trending hashtags from TikTok Creative Center. The service clamps `page` to 1-10, `limit` to at most 100, and defaults `period` to 7.

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

Retrieve TikTok popular-trend hashtags

Returns trending hashtags from TikTok Creative Center. The service clamps `page` to 1-10, `limit` to at most 100, and defaults `period` to 7.

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": {
    "code": 0,
    "msg": "OK",
    "data": {
      "list": [
        {
          "hashtag_id": "4777",
          "hashtag_name": "prom",
          "country_info": {
            "id": "US",
            "value": "United States",
            "label": "US"
          },
          "industry_info": {
            "id": 22000000000,
            "value": "Apparel & Accessories",
            "label": "label_22000000000"
          },
          "is_promoted": false,
          "trend": [
            {
              "time": 1776729600,
              "value": 1
            }
          ],
          "publish_cnt": 179872,
          "video_views": 766182036,
          "rank": 1,
          "rank_diff": 0,
          "rank_diff_type": 4
        }
      ],
      "pagination": {
        "page": 1,
        "size": 1,
        "total": 100,
        "has_more": true
      }
    }
  }
}