Skip to content

Xiaohongshu (小红书)

Mode: 🔐 Browser · Domain: xiaohongshu.com

Commands

CommandDescription
opencli xiaohongshu searchSearch notes by keyword (returns title, author, likes, URL)
opencli xiaohongshu noteRead full note content (title, author, description, likes, collects, comments, tags)
opencli xiaohongshu commentsRead comments from a note (--with-replies for nested 楼中楼 replies)
opencli xiaohongshu feedHome feed recommendations (via Pinia store interception)
opencli xiaohongshu notificationsUser notifications (mentions, likes, connections)
opencli xiaohongshu userGet public notes from a user profile
opencli xiaohongshu downloadDownload images and videos from a note
opencli xiaohongshu publishPublish image-text notes (creator center UI automation)
opencli xiaohongshu creator-notesCreator's note list with per-note metrics
opencli xiaohongshu creator-note-detailDetailed analytics for a single creator note
opencli xiaohongshu creator-notes-summaryCombined note list + detail analytics summary
opencli xiaohongshu creator-profileCreator account info (followers, growth level)
opencli xiaohongshu creator-statsCreator data overview (views, likes, collects, trends)

Usage Examples

bash
# Search for notes
opencli xiaohongshu search 美食 --limit 10

# Read a note's full content (pass URL from search results to preserve xsec_token)
opencli xiaohongshu note "https://www.xiaohongshu.com/search_result/<id>?xsec_token=..."

# Read comments with nested replies (楼中楼)
opencli xiaohongshu comments "https://www.xiaohongshu.com/search_result/<id>?xsec_token=..." --with-replies --limit 20

# JSON output
opencli xiaohongshu search 旅行 -f json

# Other commands
opencli xiaohongshu feed
opencli xiaohongshu notifications
opencli xiaohongshu download <note-id or url>

Prerequisites

Released under the Apache-2.0 License.