RedNote (Xiaohongshu) Profile Search Scraper
Pricing
from $1.20 / 1,000 results
RedNote (Xiaohongshu) Profile Search Scraper
Search public RedNote (Xiaohongshu) profiles by keyword and collect each match's RED ID, follower/fan counts, bio, and profile link, fully paginated, with an optional add-on for full profile detail.
Pricing
from $1.20 / 1,000 results
Rating
0.0
(0)
Developer
ToolzerHub
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
Search public RedNote or Xiaohongshu profiles by keyword and return account IDs, names, RED IDs, audience summaries, descriptions, images, and profile links.
The rows
| Field | Contents |
|---|---|
id | Profile ID |
name | Display name |
red_id | Public RED ID |
sub_title | Follower summary text as RedNote displays it |
image | Profile image |
desc | Search-result description |
followed | Whether the requesting context follows the profile |
link | Public profile link when RedNote provides one |
profile_detail | Full profile detail, only present when addonProfileDetails is on |
The Actor preserves summary text such as Fans 30.6k in sub_title. It doesn't turn that display string into an inferred numeric count.
{"id": "5f9fcf8d0000000001007536","name": "Matcha & Co","red_id": "1029380428","sub_title": "Fans 30.6k","desc": "RED ID: 1029380428","followed": false}
Add full profile detail in the same run
Set addonProfileDetails to true and every row gets a profile_detail field merged in — the same fields RedNote Profile Scraper returns for that account, including fans and follows, fetched with one extra request per row instead of a separate run.
{"query": "matcha","maxItems": 20,"addonProfileDetails": true}
This adds a charged event per enriched row, on top of the per-row result charge. If a profile's detail request fails, the row is still saved without profile_detail — nothing is skipped and nothing is charged for that row's enrichment.
Search input
query is required. maxItems defaults to 100; the Store form starts at 20. Send 0 to keep collecting until RedNote exhausts the search.
{"query": "matcha","maxItems": 40}
Pagination ends at your cap, an empty page, no next cursor, or a repeated cursor. Fewer rows than maxItems means RedNote stopped returning new profile hits.
Questions
Do I need a session cookie for profile search?
No. Login, cookie, and session-token inputs aren't required or accepted.
How do I get exact follower and following counts for a result?
Turn on addonProfileDetails to get fans and follows merged into profile_detail in the same run, or take a result's id to RedNote Profile Scraper separately. Profile search alone only returns RedNote's display summary in sub_title.
Can I collect every post from a found account?
Yes. Send the result ID to RedNote Profile Posts Scraper, which paginates the public post list.
Looking for content instead of people? RedNote Post Search Scraper searches public posts with type, time, and sort filters.