获取商品详情V3(移动端-数据完整)/Get product detail V3 (Full Data)

TikTokapi

About

获取商品详情V3(移动端-数据完整)/Get product detail V3 (Full Data)

Documentation

获取商品详情V3(移动端-数据完整)/Get product detail V3 (Full Data)

[中文]

用途:

  • 获取TikTok Shop商品详情
  • 提供最完整的商品信息,包括推荐商品、相关视频、店铺信息等
  • 适用于所有地区的商品

参数:

  • product_id: 商品ID (必填)
  • region: 地区代码 (US/GB/SG/MY/PH/TH/VN/ID)

重要提示:

  • 请务必确保 product_id 对应的 region 是正确的,否则接口将不会返回数据。
  • 由于接口风控原因,请务必将请求timeout设置为30秒
  • 如遇到400错误代码,请重试请求3次

返回数据结构:

{
    "code": 200,
    "data": {
        "productInfo": {},                           // 商品详细信息
        "frequentlyBoughtTogether": [],              // 经常一起购买的商品
        "similarProductsInCategory": [],             // 同类别相似商品
        "exploreMoreFromShop": [],                   // 店铺更多商品
        "brandInCategoryRecommendedProducts": [],    // 品牌分类推荐商品
        "customersAlsoBought": [],                   // 顾客还购买了
        "moreInThisColorStyle": [],                  // 更多颜色款式
        "relatedVideos": [],                         // 相关视频
        "shopPerformance": {},                       // 店铺表现
        "categoryInfo": {},                          // 分类信息
        "searchRecommendWords": [],                  // 搜索推荐词
        "randomSearchWord": "",                      // 随机搜索词
        "shopInfo": {},                              // 店铺信息
        "shopHotReviews": []                         // 店铺热门评论
    }
}

[English]

Purpose:

  • Get TikTok Shop product details
  • Provides the most complete product information including recommendations, videos, shop info, etc.
  • Suitable for products from all regions

Parameters:

  • product_id: Product ID (required)
  • region: Region code (US/GB/SG/MY/PH/TH/VN/ID)

Important Notice:

  • Please ensure that the region matches the actual region of the product_id, otherwise the API will not return any data.
  • Due to API rate limiting, please set request timeout to 30 seconds
  • If you encounter error code 400, please retry the request 3 times

Response Structure:

{
    "code": 200,
    "data": {
        "productInfo": {},                           // Product details
        "frequentlyBoughtTogether": [],              // Frequently bought together
        "similarProductsInCategory": [],             // Similar products in category
        "exploreMoreFromShop": [],                   // More from shop
        "brandInCategoryRecommendedProducts": [],    // Brand category recommendations
        "customersAlsoBought": [],                   // Customers also bought
        "moreInThisColorStyle": [],                  // More colors/styles
        "relatedVideos": [],                         // Related videos
        "shopPerformance": {},                       // Shop performance
        "categoryInfo": {},                          // Category info
        "searchRecommendWords": [],                  // Search recommendation words
        "randomSearchWord": "",                      // Random search word
        "shopInfo": {},                              // Shop information
        "shopHotReviews": []                         // Shop hot reviews
    }
}

[示例/Example]

product_id = "1732108663255959373" region = "SG"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取商品详情V3(移动端-数据完整)/Get product detail V3 (Full Data)

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models