Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
fetch_product_detail
或 fetch_product_detail_v3
接口{
"code": 0,
"message": "success",
"data": {
"productDetailSchema": {}, // 商品详细信息
"productCategoryInfoSchema": {}, // 分类信息
"pdpRelatedKwSchema": [], // 相关关键词
"productsForComponentListSchema": [] // 推荐商品组件
}
}
fetch_product_detail
or fetch_product_detail_v3
{
"code": 0,
"message": "success",
"data": {
"productDetailSchema": {}, // Product details
"productCategoryInfoSchema": {}, // Category info
"pdpRelatedKwSchema": [], // Related keywords
"productsForComponentListSchema": [] // Recommended product components
}
}
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/shop/web/fetch_product_detail_v2?product_id=1731088507416187562&seller_id=7495150558072178725®ion=US' \
--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": "2025-09-18 03:14:58",
"time_stamp": 1758190498,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}