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&max_cursor=&filter_type=&order_by=&search_tab=main' \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "2025-09-30 00:21:29",
"time_stamp": 1759216889,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}