获取流行趋势视频/Get popular trend videos
GET
https://api.tikhub.io/api/v1/tiktok/ads/get_popular_trends
TikTok-Ads-API
Last modified:2025-06-16 00:25:53
OperationId:get_popular_trends_api_v1_tiktok_ads_get_popular_trends_get
[中文]
用途:
参数:
返回内容说明:
pagination
: 分页信息has_more
: 是否有更多limit
: 每页数量page
: 当前页total_count
: 总数量videos
: 趋势视频列表country_code
: 国家代码cover
: 封面图URLduration
: 时长(秒)id
: 视频IDitem_id
: 视频项目IDitem_url
: 视频链接region
: 地区title
: 视频标题示例响应:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_popular_trends",
"params": {
"period": "7",
"page": "1",
"limit": "10",
"order_by": "vv",
"country_code": "US"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"pagination": {
"has_more": true,
"limit": 10,
"page": 1,
"total_count": 500
},
"videos": [
{
"country_code": "US",
"cover": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/osAmHI2QkEfCyjJI57DfCFPhVDQJqnImEusfHA~tplv-noop.image",
"duration": 15,
"id": "7512918118663081262",
"item_id": "7512918118663081262",
"item_url": "https://www.tiktok.com/@mnm_pipi/video/7512918118663081262",
"region": "United States",
"title": "We've lowered MSRP on Rogue and Pathfinder, because Nissan is here for you."
},
{
"country_code": "US",
"cover": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/ocQjW3QOfqt0seM0CA8gWfAqC5I2BO1LIkjQUI~tplv-noop.image",
"duration": 15,
"id": "7514018454932835615",
"item_id": "7514018454932835615",
"item_url": "https://www.tiktok.com/@mnm_pipi/video/7514018454932835615",
"region": "United States",
"title": "Wanna see something gorgeous? Apple's new look is coming soon. Learn more at www.apple.com/os/. #LiquidGlass #WWDC25 #Apple #iOS26 #macOS26"
}
]
}
}
}
[English]
Purpose:
Parameters:
Return Description:
pagination
: Pagination infohas_more
: Has more pageslimit
: Items per pagepage
: Current pagetotal_count
: Total countvideos
: Trend video listcountry_code
: Country codecover
: Cover image URLduration
: Duration in secondsid
: Video IDitem_id
: Video item IDitem_url
: Video linkregion
: Region nametitle
: Video titleExample Response:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_popular_trends",
"params": {
"period": "7",
"page": "1",
"limit": "10",
"order_by": "vv",
"country_code": "US"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"pagination": {
"has_more": true,
"limit": 10,
"page": 1,
"total_count": 500
},
"videos": [
{
"country_code": "US",
"cover": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/osAmHI2QkEfCyjJI57DfCFPhVDQJqnImEusfHA~tplv-noop.image",
"duration": 15,
"id": "7512918118663081262",
"item_id": "7512918118663081262",
"item_url": "https://www.tiktok.com/@mnm_pipi/video/7512918118663081262",
"region": "United States",
"title": "We've lowered MSRP on Rogue and Pathfinder, because Nissan is here for you."
},
{
"country_code": "US",
"cover": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/ocQjW3QOfqt0seM0CA8gWfAqC5I2BO1LIkjQUI~tplv-noop.image",
"duration": 15,
"id": "7514018454932835615",
"item_id": "7514018454932835615",
"item_url": "https://www.tiktok.com/@mnm_pipi/video/7514018454932835615",
"region": "United States",
"title": "Wanna see something gorgeous? Apple's new look is coming soon. Learn more at www.apple.com/os/. #LiquidGlass #WWDC25 #Apple #iOS26 #macOS26"
}
]
}
}
}
Request
Query Params
period
integer
Period
Default:
7
page
integer
Page
Default:
1
limit
integer
Limit
Default:
10
order_by
string
Order By
Default:
vv
country_code
string
Country Code
Default:
US
Request samples
Responses
Modified at 2025-06-16 00:25:53