xiaohongshu-note-detail

Extract Xiaohongshu note metadata and paginated comments by note ID.

5.3k|252|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill xiaohongshu-note-detail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xiaohongshu-note-detail
Source: https://github.com/browser-act/skills/tree/main/solutions/social-listening/xiaohongshu-note-detail
Command: npx skills add https://github.com/browser-act/skills --skill xiaohongshu-note-detail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables automated extraction of Xiaohongshu note metadata and its paginated comments by note ID, turning on-screen data into structured results for downstream processing.

Core Features & Use Cases

  • Note metadata: capture title, description, author info, publish time, and tags.
  • Comments retrieval: fetch initial and paginated comments with user info and like counts.
  • Output: output a consolidated JSON payload ready for analytics or UI rendering.

Quick Start

Provide a note_id and let the Skill return the note details and initial comments.

Frequently Asked Questions about xiaohongshu-note-detail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract Xiaohongshu note details and comments by note ID?

The Skill reads the window.__INITIAL_STATE__ mappings from a live Xiaohongshu explore page context to extract note metadata and comments by note ID, outputting a structured JSON payload.

What data fields can I scrape from a Xiaohongshu note?

Extracted data fields include the note title, description, author info, publish time, engagement stats, tags, and a paginated list of comments with user info and like counts.

Can I automate Xiaohongshu web scraping for structured JSON output?

Yes, you can automate Xiaohongshu web scraping to produce structured JSON output by providing a note ID to the automated extraction process.

Does Xiaohongshu note extraction require a browser context?

Yes, Xiaohongshu note extraction requires a browser context with access to the explore page to read live window.__INITIAL_STATE__ mappings.

How do I retrieve paginated comments on a Xiaohongshu note?

You retrieve paginated comments by providing a note ID, which triggers the extraction of initial and subsequent comment pages with user info and like counts.

What are the limitations of extracting Xiaohongshu data from window.__INITIAL_STATE__?

Extracting data from window.__INITIAL_STATE__ is limited by its dependency on a live browser context, meaning extraction fails if the page structure changes or access is blocked.