Research and monitoring
Pull Xiaohongshu signals such as image note detail, video note detail, note comments, note sub-comments into repeatable market, creator, or community research workflows.
Xiaohongshu Social Data Connector gives AI agents one managed route for Xiaohongshu search, profile, feed, detail, or trend operations. It is built for teams comparing Xiaohongshu API options, scraper alternatives, and agent-ready social data workflows.
Use it when an AI agent needs repeatable Xiaohongshu research, public profile lookup, content detail checks, hot list monitoring, or search enrichment without managing separate credentials inside the agent. Vernclaw keeps every request behind one stable connector contract and returns normalized data for automation.
Pull Xiaohongshu signals such as image note detail, video note detail, note comments, note sub-comments into repeatable market, creator, or community research workflows.
Agents call Vernclaw with a stable connector ID, params object, and compact JSON response without managing separate credentials.
Return platform, operation, result, and item fields in a consistent envelope so downstream automations do not parse varying response formats.
This page covers Image note detail, Video note detail, Note comments, Note sub-comments, User info, Search notes, Topic info, Topic feed, Creator inspiration feed, Hot inspiration feed, Web note detail, Search suggestions, Hot list, Web note comments, PGY blogger detail, PGY core data, PGY fans summary, PGY fans history. Choose the operation name in the request, then pass the platform-specific parameters through `params`.
Fetch Xiaohongshu image note detail.
Fetch Xiaohongshu video note detail.
Fetch comments for a Xiaohongshu note.
Fetch nested comments for a note comment.
Fetch Xiaohongshu user profile data.
Search Xiaohongshu notes by keyword.
Fetch Xiaohongshu topic metadata.
Fetch Xiaohongshu topic feed rows.
Fetch creator inspiration feed rows.
Fetch hot creator inspiration feed rows.
Fetch Xiaohongshu web note detail.
Fetch Xiaohongshu search suggestions.
Fetch Xiaohongshu hot list.
Fetch web note comments.
Fetch PGY blogger detail.
Fetch PGY blogger core data.
Fetch PGY blogger fans summary.
Fetch PGY blogger fans history.
Agents can inspect the schema with `describe`, then invoke the platform connector with a selected operation and JSON params.
vernclaw-cli describe social.xiaohongshu
vernclaw-cli invoke social.xiaohongshu --operation image_note_detail --params '{"keyword":"AI tools"}'It is a Vernclaw connector. Agents call Vernclaw with a supported Xiaohongshu operation, and the response is normalized for automation.
No for normal Vernclaw connector use. Vernclaw users authenticate with a Vernclaw API key and managed access is handled for them.
Supported operations are Image note detail (image_note_detail), Video note detail (video_note_detail), Note comments (note_comments), Note sub-comments (note_sub_comments), User info (user_info), Search notes (search_notes), Topic info (topic_info), Topic feed (topic_feed), Creator inspiration feed (creator_inspiration_feed), Hot inspiration feed (creator_hot_inspiration_feed), Web note detail (web_note_detail), Search suggestions (search_suggest), Hot list (hot_list), Web note comments (web_note_comments), PGY blogger detail (pgy_blogger_detail), PGY core data (pgy_blogger_core_data), PGY fans summary (pgy_blogger_fans_summary), PGY fans history (pgy_blogger_fans_history).
Yes. Run vernclaw-cli describe social.xiaohongshu to inspect required fields, then invoke it with operation and params. Use vernclaw-cli list --json for structured catalog discovery.