RedNote (Xiaohongshu) Profile Search Scraper avatar

RedNote (Xiaohongshu) Profile Search Scraper

Pricing

from $1.20 / 1,000 results

Go to Apify Store
RedNote (Xiaohongshu) Profile Search Scraper

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

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

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

FieldContents
idProfile ID
nameDisplay name
red_idPublic RED ID
sub_titleFollower summary text as RedNote displays it
imageProfile image
descSearch-result description
followedWhether the requesting context follows the profile
linkPublic profile link when RedNote provides one
profile_detailFull 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.