Social data connector

Xiaohongshu API connector for agent 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.

Connector ID
social.xiaohongshu
Sub-functions
18
Cost
3 credits per successful run

What this Xiaohongshu connector is for

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.

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.

Managed connector access

Agents call Vernclaw with a stable connector ID, params object, and compact JSON response without managing separate credentials.

Normalized social data

Return platform, operation, result, and item fields in a consistent envelope so downstream automations do not parse varying response formats.

Supported Xiaohongshu API sub-functions

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`.

Image note detail

image_note_detail

Fetch Xiaohongshu image note detail.

Video note detail

video_note_detail

Fetch Xiaohongshu video note detail.

Note comments

note_comments

Fetch comments for a Xiaohongshu note.

Note sub-comments

note_sub_comments

Fetch nested comments for a note comment.

User info

user_info

Fetch Xiaohongshu user profile data.

Search notes

search_notes

Search Xiaohongshu notes by keyword.

Topic info

topic_info

Fetch Xiaohongshu topic metadata.

Topic feed

topic_feed

Fetch Xiaohongshu topic feed rows.

Creator inspiration feed

creator_inspiration_feed

Fetch creator inspiration feed rows.

Hot inspiration feed

creator_hot_inspiration_feed

Fetch hot creator inspiration feed rows.

Web note detail

web_note_detail

Fetch Xiaohongshu web note detail.

Search suggestions

search_suggest

Fetch Xiaohongshu search suggestions.

Hot list

hot_list

Fetch Xiaohongshu hot list.

Web note comments

web_note_comments

Fetch web note comments.

PGY blogger detail

pgy_blogger_detail

Fetch PGY blogger detail.

PGY core data

pgy_blogger_core_data

Fetch PGY blogger core data.

PGY fans summary

pgy_blogger_fans_summary

Fetch PGY blogger fans summary.

PGY fans history

pgy_blogger_fans_history

Fetch PGY blogger fans history.

Agent and CLI usage

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"}'
Platform
xiaohongshu
Default operation
image_note_detail
Input params
operation, params

Xiaohongshu connector FAQ

Is this a Xiaohongshu API or a scraper?

It is a Vernclaw connector. Agents call Vernclaw with a supported Xiaohongshu operation, and the response is normalized for automation.

Do I need to manage a separate API key?

No for normal Vernclaw connector use. Vernclaw users authenticate with a Vernclaw API key and managed access is handled for them.

Which Xiaohongshu operations are supported?

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).

Can I use it from the Vernclaw CLI?

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.

Other social platforms