xiaohongshu-session-reader

Extract Xiaohongshu profiles, notes, and comments via HTTP requests with Playwright fallback.

11|2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/codingSamss/all-my-ai-needs --skill xiaohongshu-session-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xiaohongshu-session-reader
Source: https://github.com/codingSamss/all-my-ai-needs/tree/main/platforms/claude/skills/xiaohongshu-session-reader
Command: npx skills add https://github.com/codingSamss/all-my-ai-needs --skill xiaohongshu-session-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of reliably accessing Xiaohongshu data while minimizing reliance on browser automation and reducing risk of detection or interruption.

Core Features & Use Cases

  • HTTP/API First Extraction: Prefers to gather profile cards, note details, and comments through stable HTTP requests.
  • Browser Fallback Support: Switches automatically to Playwright-based scraping when API access is blocked or fails.
  • Use Case: An influencer agency wants to monitor Xiaohongshu posts and comments efficiently without triggering risk controls, ensuring data collection remains stable and unobtrusive.

Quick Start

Use this Skill to fetch profile info and comments from a specific Xiaohongshu URL with minimal setup.

Frequently Asked Questions about xiaohongshu-session-reader

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

FAQPage Schema
How do I extract Xiaohongshu profile and note data via HTTP requests?

You can extract Xiaohongshu profile and note data by prioritizing automated HTTP/API requests to fetch content, which minimizes reliance on browser automation and reduces detection risks.

What happens when HTTP API requests fail during Xiaohongshu web scraping?

When HTTP API requests fail during Xiaohongshu web scraping, the system seamlessly switches to Playwright-based browser automation fallback to ensure data extraction remains stable and unobtrusive.

Can I use this approach for Xiaohongshu social media monitoring at scale?

Yes, you can use this HTTP/API first approach for Xiaohongshu social media monitoring and competitive analysis, efficiently gathering profile cards, note details, and comments without triggering platform risk controls.

What is the best way to collect Xiaohongshu comments without triggering risk controls?

The best way to collect Xiaohongshu comments without triggering risk controls is using an API-first extraction method that prefers stable HTTP requests and only uses browser automation as a fallback.

Do I need Python libraries to retrieve Xiaohongshu content using HTTP requests?

Yes, retrieving Xiaohongshu content using HTTP requests requires Python libraries such as requests or urllib to execute the data collection workflow.

Why does browser automation get blocked on Xiaohongshu and how to avoid it?

Browser automation on Xiaohongshu can get blocked due to platform risk controls; avoiding it requires an HTTP/API first extraction strategy that minimizes direct browser reliance and switches to automation only on failure.