Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
max_cursor
进行翻页,可以通过返回结果的has_more
字段判断是否还有更多数据。main
,可选值如下:Top
(综合搜索,默认使用此参数搜索)Accounts
(搜索用户账号)Hashtags
(搜索话题)Posts
(搜索文章)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.main
, optional values are as follows:Top
in the APP (comprehensive search, default using this parameter to search)Accounts
in the APP (search user accounts)Hashtags
in the APP (search hashtags)Posts
in the APP (search articles)Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/lemon8/app/fetch_search?query=lemon8'
{
"code": 200,
"router": "",
"params": {},
"data": null
}