获取热门产品列表/Get top products list
GET
https://api.tikhub.io/api/v1/tiktok/ads/get_top_products
TikTok-Ads-API
Last modified:2025-06-16 00:25:53
OperationId:get_top_products_api_v1_tiktok_ads_get_top_products_get
[中文]
用途:
参数:
常用电商类目ID:
返回内容说明:
list
: 产品列表comment
: 评论数cost
: 花费金额cover_url
: 封面图URL(可能为null)cpa
: 每次转化成本ctr
: 点击率(百分比)cvr
: 转化率(百分比)ecom_type
: 电商类型first_ecom_category
: 一级电商类目id
: 类目IDlabel
: 类目标签value
: 类目名称impression
: 展示量like
: 点赞数play_six_rate
: 6秒播放率(百分比)post
: 发布量post_change
: 发布量变化率(百分比)second_ecom_category
: 二级电商类目id
: 类目IDlabel
: 类目标签parent_id
: 父类目IDvalue
: 类目名称share
: 分享数third_ecom_category
: 三级电商类目id
: 类目IDlabel
: 类目标签parent_id
: 父类目IDvalue
: 类目名称url_title
: URL标题pagination
: 分页信息page
: 当前页size
: 每页数量total
: 总数量has_more
: 是否有更多示例响应:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_top_products",
"params": {
"last": "7",
"page": "1",
"limit": "20",
"country_code": "US",
"first_ecom_category_id": "",
"ecom_type": "l3",
"period_type": "last",
"order_by": "post",
"order_type": "desc"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"list": [
{
"comment": 3449,
"cost": 477000,
"cover_url": null,
"cpa": 9.21,
"ctr": 1.29,
"cvr": 12.94,
"ecom_type": "l3",
"first_ecom_category": {
"id": "601450",
"label": "category_601450",
"value": "Beauty & Personal Care"
},
"impression": 65000000,
"like": 166618,
"play_six_rate": 7.62,
"post": 10600,
"post_change": -10.16,
"second_ecom_category": {
"id": "848648",
"label": "category_848648",
"parent_id": "601450",
"value": "Makeup & Perfume"
},
"share": 2359,
"third_ecom_category": {
"id": "601583",
"label": "category_601583",
"parent_id": "848648",
"value": "Perfume"
},
"url_title": "Perfume"
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 156,
"has_more": true
}
}
}
}
[English]
Purpose:
Parameters:
Common E-commerce Category IDs:
Return Description:
list
: Product listcomment
: Comment countcost
: Cost amountcover_url
: Cover image URL (may be null)cpa
: Cost per acquisitionctr
: Click-through rate (percentage)cvr
: Conversion rate (percentage)ecom_type
: E-commerce typefirst_ecom_category
: First-level e-commerce categoryid
: Category IDlabel
: Category labelvalue
: Category nameimpression
: Impression countlike
: Like countplay_six_rate
: 6-second play rate (percentage)post
: Post volumepost_change
: Post volume change rate (percentage)second_ecom_category
: Second-level e-commerce categoryid
: Category IDlabel
: Category labelparent_id
: Parent category IDvalue
: Category nameshare
: Share countthird_ecom_category
: Third-level e-commerce categoryid
: Category IDlabel
: Category labelparent_id
: Parent category IDvalue
: Category nameurl_title
: URL titlepagination
: Pagination infopage
: Current pagesize
: Items per pagetotal
: Total counthas_more
: Whether there are more itemsExample Response:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_top_products",
"params": {
"last": "7",
"page": "1",
"limit": "20",
"country_code": "US",
"first_ecom_category_id": "",
"ecom_type": "l3",
"period_type": "last",
"order_by": "post",
"order_type": "desc"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"list": [
{
"comment": 3449,
"cost": 477000,
"cover_url": null,
"cpa": 9.21,
"ctr": 1.29,
"cvr": 12.94,
"ecom_type": "l3",
"first_ecom_category": {
"id": "601450",
"label": "category_601450",
"value": "Beauty & Personal Care"
},
"impression": 65000000,
"like": 166618,
"play_six_rate": 7.62,
"post": 10600,
"post_change": -10.16,
"second_ecom_category": {
"id": "848648",
"label": "category_848648",
"parent_id": "601450",
"value": "Makeup & Perfume"
},
"share": 2359,
"third_ecom_category": {
"id": "601583",
"label": "category_601583",
"parent_id": "848648",
"value": "Perfume"
},
"url_title": "Perfume"
}
],
"pagination": {
"page": 1,
"size": 20,
"total": 156,
"has_more": true
}
}
}
}
Request
Query Params
last
integer
Last
Default:
7
page
integer
Page
Default:
1
limit
integer
Limit
Default:
20
country_code
string
Country Code
Default:
US
first_ecom_category_id
string
First Ecom Category Id
Default:
ecom_type
string
Ecom Type
Default:
l3
period_type
string
Period Type
Default:
last
order_by
string
Order By
Default:
post
order_type
string
Order Type
Default:
desc
Request samples
Responses
Modified at 2025-06-16 00:25:53