TikTok modelsapi generation api

tiktok/shop-web/hot-selling-products-list

Get TikTok Shop hot selling products list Returns currently most popular products

Input
Idle

Example output — click Run to generate your own

API README

Get hot selling products list

Purpose:

  • Get TikTok Shop hot selling products list
  • Returns currently most popular products Parameters:
  • region: Region code (US/GB/SG/MY/PH/TH/VN/ID)
  • count: Number of products to return, default 100 (optional) Response Structure:
{
    "code": 0,
    "message": "success",
    "data": {
        "products": [                // Hot selling products (up to 1000)
            {
                "product_id": "xxx",
                "title": "Product title",
                "image": "Product image",
                "price": {},              // Price info
                "rating": {},             // Rating info
                "sales": {},              // Sales info
                "rank": 1                 // Hot selling rank
            }
        ]
    }
}

[Example]

region = "US"

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

Related Models