获取指定关键词的用户搜索结果/Get user search results of specified keywords

TikTokapi

About

获取指定关键词的用户搜索结果/Get user search results of specified keywords

Documentation

获取指定关键词的用户搜索结果/Get user search results of specified keywords

[中文]

用途:

  • 获取指定关键词的用户搜索结果

参数:

  • keyword: 关键词
  • offset: 偏移量
  • count: 数量
  • user_search_follower_count(根据粉丝数排序):
    • 空-不限制,
    • ZERO_TO_ONE_K = 0-1K,
    • ONE_K_TO_TEN_K-1K = 1K-10K,
    • TEN_K_TO_ONE_H_K = 10K-100K,
    • ONE_H_K_PLUS = 100K以上
  • user_search_profile_type(根据账号类型排序):
    • 空-不限制,
    • VERIFIED = 认证用户
  • user_search_other_pref(根据其他偏好排序):
    • USERNAME = 根据用户名相关性

返回:

  • 用户搜索结果

[English]

Purpose:

  • Get user search results of specified keywords

Parameters:

  • keyword: Keyword
  • offset: Offset
  • count: Number
  • user_search_follower_count(Sort by number of followers):
    • Empty-Unlimited,
    • ZERO_TO_ONE_K = 0-1K,
    • ONE_K_TO_TEN_K-1K = 1K-10K,
    • TEN_K_TO_ONE_H_K = 10K-100K,
    • ONE_H_K_PLUS = 100K and above
  • user_search_profile_type(Sort by account type):
    • Empty-Unlimited,
    • VERIFIED = Verified user
  • user_search_other_pref(Sort by other preferences):
    • USERNAME = Sort by username relevance

Return:

  • User search results

[示例/Example]

keyword = "Cat" offset = 0 count = 20 user_search_follower_count = "" user_search_profile_type = "" user_search_other_pref = ""

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

Try 获取指定关键词的用户搜索结果/Get user search results of specified keywords

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

Open in Playground

Related Models