RedNote (Xiaohongshu) User Posts Scraper
Pricing
from $5.00 / 1,000 results
RedNote (Xiaohongshu) User Posts Scraper
Scrape a RedNote / Xiaohongshu (小红书) creator's note catalog: every post with title, like counts (parsed to numbers), cover image, and a ready-to-scrape URL with xsec_token. Page 1 needs NO login; add your web_session cookie for deeper pagination. Paste a user ID or profile URL.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Muhamed Didovic
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
A creator's complete 小红书 note catalog as structured rows — title, engagement counts, cover, and a ready-to-scrape URL with xsec_token per post.
Point it at any Xiaohongshu user and get their posted notes. The actor first tries the public profile page as a guest; Xiaohongshu often withholds the catalog from logged-out visitors, so for reliable results supply your web_session cookie — the catalog then runs through Xiaohongshu's own signed API under your session.
What you get per post
| Field | Description |
|---|---|
noteId, noteType | ID and type (normal image post or video) |
noteTitle | Display title |
likedCount / likedCountNum | Likes as shown (e.g. 1.2万) and parsed to a number (12000) |
userId, userName, userAvatar | The creator |
noteCoverUrl | Cover image |
noteUrl + xsecToken | Ready to paste into the Note Detail or Comments scraper |
How to run it
{"userId": "https://www.xiaohongshu.com/user/profile/5ff0e6410000000001008400","maxPages": 1}
For more than the first page, add your web_session cookie: log in at xiaohongshu.com, open DevTools → Application → Cookies, copy the web_session value (marked secret in the input, never logged).
FAQ
Do I need a cookie? For reliable results, yes — Xiaohongshu frequently withholds the notes section of a profile from logged-out visitors, so a guest run can come back empty even for an active creator. The actor still tries the free guest path first and never bills empty runs beyond the start event.
How do I monitor a creator over time? Schedule a maxPages: 1 run with your cookie — the newest posts are on page 1.
Where do I find creators to track? The RedNote Search Scraper — every note row includes the author's userId.
Related scrapers
- RedNote User Profile Scraper — the creator's bio and follower counts
- RedNote Note Detail Scraper — hydrate any post to full detail, no login
- Xiaohongshu (RedNote) Scraper — the all-in-one actor: 8 operations
🤖 For AI Agents & LLM Apps
Compact reference for AI agents calling this actor via the Apify MCP server or the Apify API (actor: memo23/rednote-user-posts-scraper).
Purpose: Lists one Xiaohongshu (RedNote / 小红书) creator's posted notes as JSON rows with engagement counts and per-note access tokens.
Minimal input:
{ "userId": "https://www.xiaohongshu.com/user/profile/5ff0e6410000000001008400", "maxPages": 1 }
Output: one row per note; key fields: noteId, noteType, noteTitle, likedCount, likedCountNum, userId, userName, userAvatar, noteCoverUrl, noteUrl, xsecToken.
Behaviors an agent should know:
- Xiaohongshu often gates the catalog for guests — supply a logged-in
web_sessioncookie value inwebSession(secret, never logged) for reliable results; guest runs can legitimately return 0 rows. - ~15–20 notes per page; cap totals with
maxItems. - Each row's
noteUrl+xsecTokenfeed directly into the RedNote Note Detail or Comments scrapers. - Billing: pay-per-event — see the Pricing tab on the actor page.
⚠️ Disclaimer
This actor collects publicly displayed data from Xiaohongshu for legitimate research, marketing, and archival purposes. You are responsible for complying with applicable laws, Xiaohongshu's terms, and for the account whose cookie you supply. Do not use collected data for spam or harassment.