xhs_search_feeds
Search Xiaohongshu notes by keyword to get note IDs, titles, authors, and engagement metrics. The returned ID and token unlock detail views, likes, and favorites.
Instructions
搜索小红书笔记:按关键词搜索,返回笔记列表(含笔记 ID、xsecToken、标题、作者、互动数据)。返回的 id + xsecToken 可用于 xhs_get_feed_detail / xhs_like_feed / xhs_favorite_feed。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回条数上限,默认 10 | |
| keyword | Yes | 搜索关键词,如"美食"、"旅行攻略" |