Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
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"
}
]
}
}
}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 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"
}
]
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/get_popular_trends?period&page&limit&order_by&country_code' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}