获取热门标签列表/Get popular hashtags list
GET
https://api.tikhub.io/api/v1/tiktok/ads/get_hashtag_list
TikTok-Ads-API
Last modified:2025-06-16 00:25:53
OperationId:get_hashtag_list_api_v1_tiktok_ads_get_hashtag_list_get
[中文]
用途:
参数:
返回内容说明:
list
: 标签列表hashtag_id
: 标签IDhashtag_name
: 标签名称country_info
: 国家信息id
: 国家IDvalue
: 国家名称label
: 国家标签industry_info
: 行业信息id
: 行业IDvalue
: 行业名称label
: 行业标签is_promoted
: 是否推广trend
: 趋势数据列表time
: 时间戳value
: 该时间点的值creators
: 创作者列表nick_name
: 昵称avatar_url
: 头像URLpublish_cnt
: 发布数量video_views
: 视频观看量rank
: 排名rank_diff
: 排名变化rank_diff_type
: 排名变化类型pagination
: 分页信息page
: 当前页size
: 每页数量total
: 总数量has_more
: 是否有更多示例响应:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_hashtag_list",
"params": {
"page": "1",
"limit": "20",
"period": "120",
"country_code": "US",
"sort_by": "popular",
"industry_id": "",
"filter_by": ""
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"list": [
{
"hashtag_id": "4100",
"hashtag_name": "summer",
"country_info": {
"id": "US",
"value": "United States",
"label": "US"
},
"industry_info": {
"id": 28000000000,
"value": "Sports & Outdoor",
"label": "label_28000000000"
},
"is_promoted": false,
"trend": [
{
"time": 1740787200,
"value": 0.38
},
{
"time": 1741392000,
"value": 0.37
},
{
"time": 1741996800,
"value": 0.43
},
{
"time": 1749254400,
"value": 1
}
],
"creators": [
{
"nick_name": "Mark Broze",
"avatar_url": "https://p16-sign-sg.tiktokcdn.com/tos-alisg-avt-0068/28bb3ad309c2165f9579a67515d17ca9~tplv-tiktokx-cropcenter:100:100.png"
},
{
"nick_name": "Liam 🤠",
"avatar_url": "https://p16-sign-sg.tiktokcdn.com/tos-alisg-avt-0068/a27b40671c78f8af17cdd2618ad8ba20~tplv-tiktokx-cropcenter:100:100.png"
}
],
"publish_cnt": 2886791,
"video_views": 19583705445,
"rank": 1,
"rank_diff": 1,
"rank_diff_type": 1
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 100,
"has_more": true
}
}
}
}
[English]
Purpose:
Parameters:
Return Description:
list
: Hashtag listhashtag_id
: Hashtag IDhashtag_name
: Hashtag namecountry_info
: Country informationid
: Country IDvalue
: Country namelabel
: Country labelindustry_info
: Industry informationid
: Industry IDvalue
: Industry namelabel
: Industry labelis_promoted
: Whether promotedtrend
: Trend data listtime
: Timestampvalue
: Value at that time pointcreators
: Creator listnick_name
: Nicknameavatar_url
: Avatar URLpublish_cnt
: Publish countvideo_views
: Video viewsrank
: Rankingrank_diff
: Rank differencerank_diff_type
: Rank difference typepagination
: Pagination infopage
: Current pagesize
: Items per pagetotal
: Total counthas_more
: Whether there are more itemsExample Response:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_hashtag_list",
"params": {
"page": "1",
"limit": "20",
"period": "120",
"country_code": "US",
"sort_by": "popular",
"industry_id": "",
"filter_by": ""
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"list": [
{
"hashtag_id": "4100",
"hashtag_name": "summer",
"country_info": {
"id": "US",
"value": "United States",
"label": "US"
},
"industry_info": {
"id": 28000000000,
"value": "Sports & Outdoor",
"label": "label_28000000000"
},
"is_promoted": false,
"trend": [
{
"time": 1740787200,
"value": 0.38
},
{
"time": 1741392000,
"value": 0.37
}
],
"creators": [
{
"nick_name": "creator1",
"avatar_url": "https://example.com/avatar1.jpg"
}
],
"publish_cnt": 45678,
"video_views": 123456789,
"rank": 1,
"rank_diff": 2,
"rank_diff_type": 1
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 500,
"has_more": true
}
}
}
}
Request
Query Params
page
integer
Page
Default:
1
limit
integer
Limit
Default:
20
period
integer
Period
Default:
120
country_code
string
Country Code
Default:
US
sort_by
string
Sort By
Default:
popular
industry_id
string
Industry Id
Default:
filter_by
string
Filter By
Default:
Request samples
Responses
Modified at 2025-06-16 00:25:53