[中文]#
用途:#
根据关键词搜索小红书笔记,支持多种排序方式、笔记类型筛选和发布时间筛选
参数:#
keyword: 搜索关键词(必需),如 "美食推荐"
"time_descending": 按时间倒序(最新)
"popularity_descending": 按点赞数排序(最多点赞)
"comment_descending": 按评论数排序(最多评论)
"collect_descending": 按收藏数排序(最多收藏)
"english_preferred": 英文优先
search_id: 搜索ID,翻页时传入首次搜索返回的值
search_session_id: 搜索会话ID,翻页时传入首次搜索返回的值
source: 来源,默认 "explore_feed"
返回:#
翻页说明:#
翻页请求:传入首次搜索返回的 search_id 和 search_session_id
[English]#
Purpose:#
Search Xiaohongshu notes by keyword, supports multiple sort types, note type filters, and time filters
Parameters:#
keyword: Search keyword (required), e.g. "美食推荐"
page: Page number, start from 1
"general": General sort (default)
"time_descending": Sort by time descending (latest)
"popularity_descending": Sort by like count (most liked)
"comment_descending": Sort by comment count (most commented)
"collect_descending": Sort by collect count (most collected)
"english_preferred": English preferred
note_type: Note type filter"不限": All types (default)
search_id: Search ID, pass value from first search response for pagination
search_session_id: Search session ID, pass value from first search response for pagination
source: Source, default "explore_feed"
ai_mode: AI mode, 0=off, 1=on
Return:#
Search result data, including note list and pagination info
First request: only pass keyword and page
Next page: pass search_id and search_session_id from first search response
[示例/Example]#
keyword="美食推荐"
page=1
sort_type="general"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_notes?keyword=%E7%BE%8E%E9%A3%9F%E6%8E%A8%E8%8D%90&page=1&sort_type=general¬e_type=%E4%B8%8D%E9%99%90&time_filter=%E4%B8%8D%E9%99%90&search_id=&search_session_id=&source=explore_feed&ai_mode=undefined' \
--header 'Authorization: Bearer <token>'
Modified at 2026-06-11 22:47:42