v1

latestOpenAPI 3.1.02026-07-26560790.7 KB
Trending

Get Trending Hashtag

Get Trending Hashtag

get/api/trending/hashtag

Query parameters

pageinteger

Page

Example:1
limitinteger

Number of items per page (maximum is 20)

Example:20
period7 | 30 | 120
    Period in days:
    - 7: Last 7 days
    - 30: Last 30 days
    - 120: Last 120 days
    
Example:7
countrystring

Country code. Head here for a full list of supported countries

Example:US
sort_bystring

Sort by

Example:popular
industry_idstring

Head to here for a full list of Industry code. You can combine multiple industries by using a comma. For example: 22102000000,22101000000

Response

Success

Example response

{
  "data": {
    "pagination": {
      "has_more": true,
      "page": 1,
      "size": 20,
      "total_count": 500
    },
    "list": [
      {
        "hashtag_id": "7415820094837948446",
        "hashtag_name": "tiktokshopholidayhaul",
        "country_info": {
          "id": "US",
          "value": "United States",
          "label": "US"
        },
        "industry_info": {
          "id": 22000000000,
          "value": "Apparel & Accessories",
          "label": "label_22000000000"
        },
        "trend": [
          {
            "time": 1763251200,
            "value": 0.21
          }
        ],
        "publish_cnt": 1083553,
        "video_views": 2049831890,
        "rank": 1,
        "rank_diff_type": 2
      }
    ]
  }
}