xiaohongshu-user-profile

Extract Xiaohongshu user profiles and notes into structured JSON.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the extraction of Xiaohongshu user profiles and their published notes from profile pages, saving time and reducing manual scraping effort.

Core Features & Use Cases

  • Profile extraction: Retrieve userId, nickname, bio, location, avatar, follows, fans, and engagement totals from the user profile.
  • Notes extraction: Gather published notes with title, like/collect/comment counts, and cover URLs; supports pagination via scroll to load more notes.
  • Use Case: Build influencer profiles for KOL discovery, market research, or competitive analysis by compiling profile and notes data in structured JSON.

Quick Start

Open a Xiaohongshu user profile page and run the skill to fetch the profile and notes data.

Frequently Asked Questions about xiaohongshu-user-profile

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

FAQPage Schema
How do I extract Xiaohongshu user profile data like bio, follows, and fans?

Extract Xiaohongshu user profile data by opening the profile page in your browser and running the skill to read Vue state data. It retrieves userId, nickname, bio, location, avatar, follows, fans, and engagement totals in structured JSON.

Can I scrape published notes from a Xiaohongshu profile automatically?

You can scrape published notes from a Xiaohongshu profile automatically using this skill. It gathers note titles, like/collect/comment counts, and cover URLs, supporting pagination by scrolling the page to load more notes.

What is the best way to automate Xiaohongshu data extraction for KOL discovery?

Automate Xiaohongshu data extraction for KOL discovery by running this skill on visible profile pages. It compiles profile information and published notes data into structured JSON, reducing manual scraping effort for market research.

Does the Xiaohongshu profile extractor require login or API access?

The Xiaohongshu profile extractor operates on profiles visible in your browser and reads on-page Vue state data. It requires no API access, extracting profile and notes data directly from the loaded webpage.

How do I get more notes from a Xiaohongshu profile during web scraping?

To get more notes during web scraping, the skill supports pagination via scroll. By scrolling down the Xiaohongshu profile page, it loads more published notes and extracts their titles, engagement counts, and cover URLs.

What format does the Xiaohongshu web scraping tool output for notes and profiles?

The Xiaohongshu web scraping tool outputs structured JSON for both profile information and notes. This format includes extracted data points like userId, nickname, engagement totals, note titles, and cover URLs.