搜索广告/Search ads
GET
https://api.tikhub.io/api/v1/tiktok/ads/search_ads
TikTok-Ads-API
Last modified:2025-06-16 00:25:53
OperationId:search_ads_api_v1_tiktok_ads_search_ads_get
[中文]
用途:
参数:
常用行业ID示例:
返回内容说明:
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
}
}
}
[English]
Purpose:
Parameters:
Common Industry ID Examples:
Return Description:
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 itemsExample Response:
{
"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
}
}
}
Request
Query Params
objective
integer
Objective
Default:
1
like
integer
Like
Default:
1
period
integer
Period
Default:
180
industry
string
Industry
keyword
string
Keyword
page
integer
Page
Default:
1
limit
integer
Limit
Default:
20
order_by
string
Order By
Default:
for_you
country_code
string
Country Code
Default:
US
ad_format
integer
Ad Format
Default:
1
ad_language
string
Ad Language
Default:
en
search_id
string
Search Id
Request samples
Responses
Modified at 2025-06-16 00:25:53