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/u1/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/u1/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 ********************{
"objective": 1,
"like": 1,
"period": 180,
"page": 1,
"limit": 20,
"order_by": "for_you",
"country_code": "US",
"ad_format": 1,
"ad_language": "en"
}curl --location 'https://api.tikomni.com/api/u1/v1/tiktok/ads/search_ads' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"objective": 1,
"like": 1,
"period": 180,
"page": 1,
"limit": 20,
"order_by": "for_you",
"country_code": "US",
"ad_format": 1,
"ad_language": "en"
}'{}