搜索接口/Search API

Lemon8api

About

搜索接口/Search API

Documentation

搜索接口/Search API

[中文]

用途:

  • 搜索接口

参数:

  • query: 搜索关键词
  • max_cursor: 翻页参数,可以从上一次请求的返回结果中获取,第一次请求为空,后续请求使用上一次请求返回的max_cursor进行翻页,可以通过返回结果的has_more字段判断是否还有更多数据。
  • filter_type: 搜索过滤类型,默认为空字符串,可选值如下:
    • 空字符串:All(全部,默认使用此参数搜索)
    • video:只搜索视频作品
    • posts:只搜索文章作品
  • order_by: 搜索排序方式,默认为空字符串,可选值如下:
    • 空字符串:Relevance(相关度,默认使用此参数排序)
    • popular:流行度排序
    • recent:从新到旧排序
  • search_tab: 搜索类型,默认为main,可选值如下:
    • main:APP中显示为 Top(综合搜索,默认使用此参数搜索)
    • user:APP中显示为 Accounts (搜索用户账号)
    • hashtag:APP中显示为 Hashtags(搜索话题)
    • article:APP中显示为 Posts(搜索文章)

返回:

  • 搜索结果

[English]

Purpose:

  • Search API

Parameters:

  • query: Search keyword
  • max_cursor: Pagination parameter, can be obtained from the return result of the last request. It is empty for the first request, and the max_cursor returned by the last request is used for subsequent requests. You can judge whether there is more data by the has_more field in the return result.
  • filter_type: Search filter type, default is an empty string, optional values are as follows:
    • Empty string: All (default using this parameter to search)
    • video: Search only video
    • posts: Search only posts
  • order_by: Search sort type, default is an empty string, optional values are as follows:
    • Empty string: Relevance (default using this parameter to sort)
    • popular: Sort by popularity
    • recent: Sort from new to old
  • search_tab: Search type, default is main, optional values are as follows:
    • main: Display as Top in the APP (comprehensive search, default using this parameter to search)
    • user: Display as Accounts in the APP (search user accounts)
    • hashtag: Display as Hashtags in the APP (search hashtags)
    • article: Display as Posts in the APP (search articles)

Return:

  • Search results

[示例/Example]

query = "lemon8" max_cursor = "" filter_type = "" order_by = "" search_tab = "main"

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

Try 搜索接口/Search API

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

Open in Playground

Related Models