获取搜索联想词/Fetch search suggestions
[中文]#
用途:#
获取搜索联想词,keyword 为空时返回热门推荐
接口优先级:#
小红书接口推荐优先级: App V2 > App > Web V3(本接口) > Web V2 > Web
参数:#
返回:#
[English]#
Purpose:#
Get search suggestions, returns popular recommendations when keyword is empty
API Priority:#
Xiaohongshu API priority: App V2 > App > Web V3 (this) > Web V2 > Web
Parameters:#
keyword: Keyword (optional)
Return:#
[示例/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/web_v3/fetch_search_suggest?keyword=%E5%8F%A3%E7%BA%A2' \
--header 'Authorization: Bearer <token>'
Modified at 2026-08-13 21:36:23