RedNote (Xiaohongshu) User Profile Scraper
Pricing
from $5.00 / 1,000 results
RedNote (Xiaohongshu) User Profile Scraper
Get a RedNote / Xiaohongshu (小红书) user's profile with NO login: nickname, red ID, bio, gender, IP location, follower/following/interaction counts (Chinese counts parsed to numbers), profession, college, and avatar. Paste a user ID or profile URL — one clean JSON row per user.
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
One 小红书 user in, one complete JSON profile out — nickname, red ID, bio, follower counts, profession, college, IP location. No login, no cookie.
Profile pages are one of the parts of Xiaohongshu that render without an account. Paste any profile URL (or bare 24-hex user ID) and get the user's public profile through Xiaohongshu's own web rendering, with built-in residential routing.
What you get per user
| Field | Description |
|---|---|
userId, userName, redId | IDs and display name (red ID is the user-chosen handle) |
desc | Profile bio |
gender, ipLocation | As displayed on the profile |
fansCount / fansCountNum | Followers as shown (e.g. 1.8万) and parsed to a number (18000) |
followsCount(Num), interactionCount(Num) | Following and total likes+collects, same twin format |
location, profession, college | Profile tags where the user filled them in |
avatar, profileUrl | Image and canonical URL |
How to run it
Copy a profile URL from Xiaohongshu — from your browser, or in bulk from the RedNote Search Scraper (every note row carries its author's userId) — and paste it as userId. That's the whole setup.
{"userId": "https://www.xiaohongshu.com/user/profile/5ff0e6410000000001008400"}
FAQ
Do I really not need an account? Correct — public profile pages render for guests. Search and comments are login-gated on Xiaohongshu; profiles are not.
Are the Chinese counts usable in spreadsheets? Yes — every count comes twice: as displayed (1.8万) and parsed (18000) in the *Num twin field.
Can I get the user's posts too? That's the RedNote User Posts Scraper — feed it the same user ID.
Related scrapers
- RedNote User Posts Scraper — a creator's note catalog
- RedNote Search Scraper — find users and notes by keyword
- 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-profile-scraper).
Purpose: Returns one Xiaohongshu (RedNote / 小红书) user's public profile as a single JSON row — no login required.
Minimal input:
{ "userId": "https://www.xiaohongshu.com/user/profile/5ff0e6410000000001008400" }
Output: one row per run; key fields: userId, userName, redId, desc, gender, ipLocation, fansCount, fansCountNum, followsCount, followsCountNum, interactionCount, interactionCountNum, location, profession, college, avatar, profileUrl.
Behaviors an agent should know:
userIdaccepts a bare 24-hex ID or a full profile URL.- One-user-per-run by design — fan out over user IDs collected from the RedNote Search Scraper.
- Chinese display counts always ship with a numeric
*Numtwin (1.8万→18000). - No cookie, no login. 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 and Xiaohongshu's terms. Do not use collected data for spam or harassment.