RedNote (Xiaohongshu) Group Search Scraper avatar

RedNote (Xiaohongshu) Group Search Scraper

Pricing

from $1.20 / 1,000 results

Go to Apify Store
RedNote (Xiaohongshu) Group Search Scraper

RedNote (Xiaohongshu) Group Search Scraper

Search public RedNote (Xiaohongshu) interest groups by keyword and collect each group's name, description, member cap, and owner ID, fully paginated with no login ever required.

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

2 hours ago

Last modified

Share

Search public RedNote or Xiaohongshu interest groups by keyword and export group IDs, names, descriptions, owners, and member limits.

A small input

{
"query": "niche travel meetups",
"maxItems": 25
}

query is required. maxItems defaults to 100, with 20 prefilled in the Store form. Set 0 to keep following RedNote's cursor until the search is exhausted.

The run also stops on an empty page or a repeated cursor. That prevents a dead continuation token from looping forever.

A useful row

{
"group_id": "137237731408742411",
"group_name": "Niche Travel Meetups",
"group_desc": "Trip planning and local tips for solo and small-group travel.",
"user_num_limit": 500
}
FieldContents
group_idGroup ID
group_namePublic group name
group_descGroup description
group_master_idOwner's user ID
user_num_limitMaximum member count reported for the group

Questions

Is user_num_limit the current member count?

No. It is the group's reported member limit. The output does not claim a current membership field.

Why did the Actor save fewer than maxItems rows?

The cap does not guarantee that many matches. Collection ends when RedNote runs out of group-search pages, returns an empty page, or repeats its cursor.

Does group search require an account session?

No. You don't supply a login, cookie, or session token.

Use RedNote Profile Search Scraper to find accounts, or RedNote Post Search Scraper to find public posts.