[中文]#
用途:#
根据关键词搜索小红书用户,每页返回 20 条结果,支持分页
参数:#
keyword: 搜索关键词(必需),如 "美食博主"
search_id: 搜索ID,翻页时传入首次搜索返回的值
source: 来源,默认 "explore_feed"
返回:#
翻页说明:#
[English]#
Purpose:#
Search Xiaohongshu users by keyword, returns 20 results per page, supports pagination
Parameters:#
keyword: Search keyword (required), e.g. "美食博主"
page: Page number, start from 1
search_id: Search ID, pass value from first search response for pagination
source: Source, default "explore_feed"
Return:#
Search result data, including user list and pagination info
First request: only pass keyword and page
Next page: pass search_id from first search response
[示例/Example]#
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://api.tikomni.com/api/u1/v1/xiaohongshu/app_v2/search_users?keyword=%E7%BE%8E%E9%A3%9F%E5%8D%9A%E4%B8%BB&page=1&search_id=&source=explore_feed' \
--header 'Authorization: Bearer <token>'
Modified at 2026-06-11 22:47:42