TikTok modelsapi generation api

tiktok/shop-web/search-products-list-v2

Search products (Mobile API) More streamlined data, faster response

Input
Idle

Example output — click Run to generate your own

API README

Search products list V2 (Mobile)

Purpose:

  • Search products (Mobile API)
  • More streamlined data, faster response Parameters:
  • search_word: Search keyword (required)
  • offset: Offset (default 0)
  • page_token: Page token
  • region: Region code (US/GB/SG/MY/PH/TH/VN/ID) Response Structure:
{
    "code": 0,
    "message": "success",
    "data": {
        "products": [...],            // Product list
        "has_more": true,             // Has more
        "load_more_params": {}        // Load more params
    }
}

[Example]

search_word = "labubu" offset = 0 page_token = "" region = "US"

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

Related Models