TikTok modelsapi generation api

tiktok/shop-web/product-detail-v3

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

Input
Idle

Example output — click Run to generate your own

API README

Get product detail V3 (Full Data)

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.

Related Models