搜索接口/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(搜索文章)
- main:APP中显示为
返回:
- 搜索结果
[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_cursorreturned by the last request is used for subsequent requests. You can judge whether there is more data by thehas_morefield 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
Topin the APP (comprehensive search, default using this parameter to search) - user: Display as
Accountsin the APP (search user accounts) - hashtag: Display as
Hashtagsin the APP (search hashtags) - article: Display as
Postsin the APP (search articles)
- main: Display as
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 PlaygroundRelated Models
获取发现页Banner/Get banners of discover pageLemon8api获取发现页主体内容/Get main content of discover pageLemon8api获取发现页的 Editor's Picks/Get Editor's Picks of discover pageLemon8api获取热搜关键词/Get hot search keywordsLemon8api通过分享链接获取作品ID/Get post ID through sharing linkLemon8api通过分享链接批量获取作品ID/Get post IDs in batch through sharing linksLemon8api获取指定作品的评论列表/Get comments list of specified postLemon8api获取指定作品的信息/Get information of specified postLemon8api