Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
keyword_info_list: 关键词信息列表keyword: 关键词文本post: 使用该关键词的广告发布数量video_list: 使用该关键词的示例视频ID列表pagination: 分页信息{
"code": 200,
"router": "/api/v1/tiktok/ads/get_keyword_list",
"params": {
"keyword": "cat toy",
"period": 120,
"page": 1,
"limit": 6
},
"data": {
"keyword_info_list": [
{
"keyword": "cat toy",
"post": 12345,
"video_list": ["7213258221116751874", "7213258221116751875"]
}
],
"pagination": {
"page": 1,
"limit": 6,
"total": 50,
"has_more": true
}
}
}keyword_info_list: Keyword information listkeyword: Keyword textpost: Number of ads using this keywordvideo_list: List of example video IDs using this keywordpagination: Pagination info{
"code": 200,
"router": "/api/v1/tiktok/ads/get_keyword_list",
"params": {
"keyword": "cat toy",
"period": 120,
"page": 1,
"limit": 6
},
"data": {
"keyword_info_list": [
{
"keyword": "cat toy",
"post": 12345,
"video_list": ["7213258221116751874", "7213258221116751875"]
}
],
"pagination": {
"page": 1,
"limit": 6,
"total": 50,
"has_more": true
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/get_keyword_list?keyword&period&page&limit&country_code&industry' \
--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
}