RedNote (Xiaohongshu) Comments Scraper
Pricing
from $5.10 / 1,000 results
RedNote (Xiaohongshu) Comments Scraper
Extract comments from any public RedNote (Xiaohongshu) post: comment text, author, like count, post time, and reply count. Paste a post URL or ID and optionally include nested reply threads. No login or session cookie required.
Pricing
from $5.10 / 1,000 results
Rating
0.0
(0)
Developer
ToolzerHub
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days 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 a post ID or URL in post_id_or_url. Recognizable public URLs are resolved by the ToolzerHub API.
{"post_id_or_url": "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.