Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
materials: 广告素材列表id: 广告素材IDaweme_id: 广告视频IDdesc: 广告描述create_time: 创建时间video_info: 视频信息cover: 封面图URLduration: 时长(秒)statistics: 统计数据digg_count: 点赞数comment_count: 评论数share_count: 分享数ads_info: 广告信息advertiser_name: 广告主名称landing_page: 落地页URLpagination: 分页信息page: 当前页limit: 每页数量total: 总数量has_more: 是否有更多{
"code": 200,
"router": "/api/v1/tiktok/ads/search_ads",
"params": {
"keyword": "cat toy",
"period": 180,
"industry": "27000000000",
"page": 1,
"limit": 20
},
"data": {
"materials": [
{
"id": "7213258221116751874",
"aweme_id": "7213258221116751874",
"desc": "Best interactive cat toys! Keep your cats entertained 🐱",
"create_time": 1680234567,
"video_info": {
"cover": "https://p16-ad-sg.tiktokcdn.com/img/xxx.jpeg",
"duration": 15
},
"statistics": {
"digg_count": 128456,
"comment_count": 3421,
"share_count": 892
},
"ads_info": {
"advertiser_name": "PetToys Inc.",
"landing_page": "https://example.com/cat-toys"
}
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1523,
"has_more": true
}
}
}materials: List of ad materialsid: Ad material IDaweme_id: Ad video IDdesc: Ad descriptioncreate_time: Creation timevideo_info: Video informationcover: Cover image URLduration: Duration in secondsstatistics: Statisticsdigg_count: Number of likescomment_count: Number of commentsshare_count: Number of sharesads_info: Ad informationadvertiser_name: Advertiser namelanding_page: Landing page URLpagination: Pagination infopage: Current pagelimit: Items per pagetotal: Total counthas_more: Whether there are more items{
"code": 200,
"router": "/api/v1/tiktok/ads/search_ads",
"params": {
"keyword": "cat toy",
"period": 180,
"industry": "27000000000",
"page": 1,
"limit": 20
},
"data": {
"materials": [
{
"id": "7213258221116751874",
"aweme_id": "7213258221116751874",
"desc": "Best interactive cat toys! Keep your cats entertained 🐱",
"create_time": 1680234567,
"video_info": {
"cover": "https://p16-ad-sg.tiktokcdn.com/img/xxx.jpeg",
"duration": 15
},
"statistics": {
"digg_count": 128456,
"comment_count": 3421,
"share_count": 892
},
"ads_info": {
"advertiser_name": "PetToys Inc.",
"landing_page": "https://example.com/cat-toys"
}
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1523,
"has_more": true
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/search_ads?objective&like&period&industry&keyword&page&limit&order_by&country_code&ad_format&ad_language&search_id' \
--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
}