获取搜索关键词建议V2(移动端)/Get search keyword suggestions V2 (Mobile)

TikTokapi

About

获取搜索关键词建议V2(移动端)/Get search keyword suggestions V2 (Mobile)

Documentation

获取搜索关键词建议V2(移动端)/Get search keyword suggestions V2 (Mobile)

[中文]

用途:

  • 获取搜索关键词建议(移动端接口)
  • 专为电商搜索结果优化

参数:

  • search_word: 搜索关键词 (必填)
  • lang: 语言代码 (en-US/zh-CN等)
  • region: 地区代码 (US/GB/SG/MY/PH/TH/VN/ID)

重要提示:

  • 由于接口风控原因,请务必将请求timeout设置为30秒
  • 如遇到400错误代码,请重试请求3次

返回数据结构:

{
    "code": 0,
    "message": "",
    "data": [                        // 建议列表(最多50个)
        "关键词1",
        "关键词2",
        "..."
    ]
}

[English]

Purpose:

  • Get search keyword suggestions (Mobile API)
  • Optimized for e-commerce search results

Parameters:

  • search_word: Search keyword (required)
  • lang: Language code (en-US/zh-CN etc.)
  • region: Region code (US/GB/SG/MY/PH/TH/VN/ID)

Important Notice:

  • 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": 0,
    "message": "",
    "data": [                        // Suggestion list (up to 50)
        "keyword1",
        "keyword2",
        "..."
    ]
}

[示例/Example]

search_word = "labubu" lang = "en-US" region = "US"

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

Try 获取搜索关键词建议V2(移动端)/Get search keyword suggestions V2 (Mobile)

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

Open in Playground

Related Models