搜索商品列表V2(移动端)/Search products list V2 (Mobile)

TikTokapi

About

搜索商品列表V2(移动端)/Search products list V2 (Mobile)

Documentation

搜索商品列表V2(移动端)/Search products list V2 (Mobile)

[中文]

用途:

  • 搜索商品(移动端接口)
  • 数据结构更精简,响应更快

参数:

  • search_word: 搜索关键词 (必填)
  • offset: 偏移量 (默认0)
  • page_token: 分页标记
  • region: 地区代码 (US/GB/SG/MY/PH/TH/VN/ID)

返回数据结构:

{
    "code": 0,
    "message": "success",
    "data": {
        "products": [...],            // 商品列表
        "has_more": true,             // 是否有更多
        "load_more_params": {}        // 加载更多参数
    }
}

[English]

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.

Try 搜索商品列表V2(移动端)/Search products list V2 (Mobile)

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

Open in Playground

Related Models