[中文]#
用途:#
根据关键词搜索小红书图片,每页返回 20 条结果,支持分页
参数:#
keyword: 搜索关键词(必需),如 "壁纸"
search_id: 搜索ID,翻页时传入首次搜索返回的值
search_session_id: 搜索会话ID,翻页时传入首次搜索返回的值
word_request_id: 词请求ID,翻页时传入首次搜索返回的值
source: 来源,默认 "explore_feed"
返回:#
翻页说明:#
翻页请求:传入首次搜索返回的 search_id、search_session_id 和 word_request_id
[English]#
Purpose:#
Search Xiaohongshu images 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
search_session_id: Search session ID, pass value from first search response for pagination
word_request_id: Word request ID, pass value from first search response for pagination
source: Source, default "explore_feed"
Return:#
Search result data, including image list and pagination info
First request: only pass keyword and page
Next page: pass search_id, search_session_id, and word_request_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_images?keyword=%E5%A3%81%E7%BA%B8&page=1&search_id=&search_session_id=&word_request_id=&source=explore_feed' \
--header 'Authorization: Bearer <token>'
Modified at 2026-06-11 22:47:42