Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
itemInfo.itemID 获取TH,可减少一次查询耗时entityInfo: 视频详情itemInfo: 视频基础信息 (itemID / title / createTime / coverURL / videoURL / authorID / creatorID)itemMetrics: 视频指标 (videoViews / engagementRate / sixSecondsVTR 及各自的 LifeTime 累计值)itemAuthorInfo: 作者信息 (nickName / handlerName / avatarURI / bio / storeRegion)itemAuthorMetrics: 作者指标 (followers 粉丝数)contentTags: 内容分类标签commentInfos: 热门评论 (text / likeCnt / createTime / userName / userAvatarLink)itemInfo.itemID of /get_top_contents_listTH for a video taken from the TH ranking, to avoid an extra lookupentityInfo: Video detail (itemInfo / itemMetrics / itemAuthorInfo / itemAuthorMetrics / contentTags / commentInfos)Authorization: Bearer ********************curl --location 'https://api.tikhub.io/api/v1/tiktok/ads/get_top_contents_item_detail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"item_id": "string",
"period_end_timestamp": 0,
"period_dimension": 3,
"country_code": "US",
"cookie": "string"
}'{
"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
}