RedNote (Xiaohongshu) Comments Scraper
Pricing
from $1.20 / 1,000 results
RedNote (Xiaohongshu) Comments Scraper
Collect public comments for a RedNote (Xiaohongshu) post, with an optional switch to include replies under one result limit.
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
Collect public comments from one RedNote or Xiaohongshu post, with optional nested replies and one result cap for the whole run.
Choose the depth
| Setting | Default | What it changes |
|---|---|---|
include_replies | false | When true, the Actor opens each returned top-level comment's reply thread. |
comment_sort | latest | Accepts default, latest, or popular. |
maxItems | 100 | Caps comments and replies together. Set 0 to continue until RedNote runs out of pages. |
Replies cost extra requests. The Actor fetches each top-level thread separately, so turning include_replies on can multiply the work by roughly the number of comment threads. Leave it off for a quick read.
Run it
Supply either post_url or post_id. A recognizable public URL is resolved automatically.
{"post_id": "69280b85000000001e00971c","comment_sort": "popular","include_replies": true,"maxItems": 50}
Comment rows
| Field | Contents |
|---|---|
id | Comment or reply ID |
content | Comment text |
user | Comment author details |
like_count | Likes on the comment |
time | Unix timestamp |
sub_comment_count | Number of replies reported for a top-level comment |
{"id": "6933e4fa00000000380056a6","content": "Which trail was this?","user": {"nickname": "wanderlust22","red_id": "1082232385"},"like_count": 12,"time": 1765008661,"sub_comment_count": 2}
Where a run stops
Pagination follows RedNote's continuation cursor. The run ends at maxItems, when no next page exists, when a page is empty, or when RedNote repeats the same cursor. With replies enabled, top-level comments and replies both count toward the same cap.
Questions
Why did I receive fewer rows than maxItems?
maxItems is a ceiling, not a promised count. The run stops when RedNote has no more comment pages.
Do I need a session cookie to read comments?
No login, cookie, or session token is required or accepted.
Need the post itself first? RedNote Post Scraper accepts the same post URL or ID.