Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
keyword_list: 关键词详情列表comment: 评论数cost: 花费金额cpa: 每次转化成本ctr: 点击率cvr: 转化率impression: 展示量keyword: 关键词文本like: 点赞数play_six_rate: 6秒播放率post: 发布量post_change: 发布量变化率share: 分享数video_list: 视频ID列表pagination: 分页信息page: 当前页size: 每页数量total: 总数量has_more: 是否有更多{
"code": 200,
"router": "/api/v1/tiktok/ads/get_keyword_details",
"params": {
"keyword": "",
"page": "1",
"limit": "20",
"period": "7",
"country_code": "US",
"order_by": "post",
"order_type": "desc"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"keyword_list": [
{
"comment": 4785,
"cost": 756000,
"cpa": 20.2,
"ctr": 0.53,
"cvr": 9.75,
"impression": 164000000,
"keyword": "summer",
"like": 475734,
"play_six_rate": 6.43,
"post": 14200,
"post_change": 111.21,
"share": 5754,
"video_list": [
"7504060523021896977",
"7512164952346529031"
]
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 484,
"has_more": true
}
}
}
}keyword_list: Keyword details listcomment: Comment countcost: Cost amountcpa: Cost per acquisitionctr: Click-through ratecvr: Conversion rateimpression: Impression countkeyword: Keyword textlike: Like countplay_six_rate: 6-second play ratepost: Post volumepost_change: Post volume change rateshare: Share countvideo_list: Video ID listpagination: Pagination infopage: Current pagesize: Items per pagetotal: Total counthas_more: Whether there are more items{
"code": 200,
"router": "/api/v1/tiktok/ads/get_keyword_details",
"params": {
"keyword": "",
"page": "1",
"limit": "20",
"period": "7",
"country_code": "US",
"order_by": "post",
"order_type": "desc"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"keyword_list": [
{
"comment": 4785,
"cost": 756000,
"cpa": 20.2,
"ctr": 0.53,
"cvr": 9.75,
"impression": 164000000,
"keyword": "summer",
"like": 475734,
"play_six_rate": 6.43,
"post": 14200,
"post_change": 111.21,
"share": 5754,
"video_list": [
"7504060523021896977",
"7512164952346529031"
]
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 484,
"has_more": true
}
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/get_keyword_details?keyword&page&limit&period&country_code&order_by&order_type&industry&objective&keyword_type' \
--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
}