获取产品详细信息/Get product detail
GET
https://api.tikhub.io/api/v1/tiktok/ads/get_product_detail
TikTok-Ads-API
Last modified:2025-06-16 00:25:53
OperationId:get_product_detail_api_v1_tiktok_ads_get_product_detail_get
[中文]
用途:
参数:
返回内容说明:
info
: 产品详细信息audience_ages
: 受众年龄分布age_level
: 年龄数值score
: 占比分数audience_interests
: 受众兴趣分布interest_info
: 兴趣信息id
: 兴趣IDlabel
: 兴趣标签value
: 兴趣名称score
: 占比分数cover_url
: 封面图URL(可能为null)ecom_type
: 电商类型first_ecom_category
: 一级电商类目id
: 类目IDlabel
: 类目标签value
: 类目名称hashtags
: 热门标签列表posts
: 相关帖子列表second_ecom_category
: 二级电商类目third_ecom_category
: 三级电商类目url_title
: URL标题示例响应:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_product_detail",
"params": {
"id": "601583",
"last": "30",
"ecom_type": "l3",
"period_type": "last"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"info": {
"audience_ages": [
{
"age_level": 35,
"score": 27
},
{
"age_level": 25,
"score": 22
},
{
"age_level": 18,
"score": 22
},
{
"age_level": 45,
"score": 18
},
{
"age_level": 55,
"score": 11
}
],
"audience_interests": [
{
"interest_info": {
"id": "13105000000",
"label": "label_13105000000",
"value": "Pawn Shops"
},
"score": 135
},
{
"interest_info": {
"id": "24104000000",
"label": "label_24104000000",
"value": "Electronics & Electrical"
},
"score": 127
}
],
"cover_url": null,
"ecom_type": "l3",
"first_ecom_category": {
"id": "601450",
"label": "category_601450",
"value": "Beauty & Personal Care"
},
"hashtags": [
"vlog",
"perfumetiktok",
"perfume",
"fragrance",
"fragrancetiktok"
],
"posts": [
"7436474042036522248",
"7486253493716536584",
"7503974461725740295"
],
"url_title": "Perfume"
}
}
}
}
[English]
Purpose:
Parameters:
Return Description:
info
: Product detailed informationaudience_ages
: Audience age distributionage_level
: Age valuescore
: Score valueaudience_interests
: Audience interest distributioninterest_info
: Interest informationid
: Interest IDlabel
: Interest labelvalue
: Interest namescore
: Score valuecover_url
: Cover image URL (may be null)ecom_type
: E-commerce typefirst_ecom_category
: First-level e-commerce categoryid
: Category IDlabel
: Category labelvalue
: Category namehashtags
: Popular hashtags listposts
: Related posts listsecond_ecom_category
: Second-level e-commerce categorythird_ecom_category
: Third-level e-commerce categoryurl_title
: URL titleExample Response:
{
"code": 200,
"router": "/api/v1/tiktok/ads/get_product_detail",
"params": {
"id": "601583",
"last": "30",
"ecom_type": "l3",
"period_type": "last"
},
"data": {
"code": 0,
"msg": "OK",
"data": {
"info": {
"audience_ages": [
{
"age_level": 35,
"score": 27
},
{
"age_level": 25,
"score": 22
},
{
"age_level": 18,
"score": 22
},
{
"age_level": 45,
"score": 18
},
{
"age_level": 55,
"score": 11
}
],
"audience_interests": [
{
"interest_info": {
"id": "13105000000",
"label": "label_13105000000",
"value": "Pawn Shops"
},
"score": 135
},
{
"interest_info": {
"id": "24104000000",
"label": "label_24104000000",
"value": "Electronics & Electrical"
},
"score": 127
}
],
"cover_url": null,
"ecom_type": "l3",
"first_ecom_category": {
"id": "601450",
"label": "category_601450",
"value": "Beauty & Personal Care"
},
"hashtags": [
"vlog",
"perfumetiktok",
"perfume",
"fragrance",
"fragrancetiktok"
],
"posts": [
"7436474042036522248",
"7486253493716536584",
"7503974461725740295"
],
"url_title": "Perfume"
}
}
}
}
Request
Query Params
id
string
Id
Example:
601583
last
integer
Last
Default:
30
ecom_type
string
Ecom Type
Default:
l3
period_type
string
Period Type
Default:
last
country_code
string
Country Code
Default:
US
Request samples
Responses
Modified at 2025-06-16 00:25:53