RedNote (Xiaohongshu) Product Reviews Scraper
Pricing
from $2.00 / 1,000 results
RedNote (Xiaohongshu) Product Reviews Scraper
Collect a RedNote (Xiaohongshu) product's public reviews with relevant review filters, or fetch its review score overview.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
ToolzerHub
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Fetch a RedNote or Xiaohongshu product's review summary or collect its individual public reviews, including scores, dates, images, reviewer data, and purchased variants.
Pick the result type
scraperType | Result | Default |
|---|---|---|
productReviews | Paginated individual review rows | Yes |
productReviewOverview | One aggregate review record | No |
Both modes require product_id.
Overview fields
| Field | Contents |
|---|---|
avgScore | Average score |
avgScoreDesc | Human-readable score description |
avgScoreLevel | Score tier reported by RedNote |
total | Total review count |
purchaseHistoryCount | Purchase-history count reported with the overview |
Review fields
| Field | Contents |
|---|---|
reviewId | Review ID |
content | Review text |
itemScore | Rating |
likeCount | Review likes |
createTimeDesc | Human-readable review date |
images | Review images |
user | Reviewer details |
variants | Purchased variant details |
Collect review rows
{"scraperType": "productReviews","product_id": "6627305f3152260001509721","review_sort": "recent","only_with_images": true,"maxItems": 50}
review_sort accepts relevance or recent and defaults to relevance. only_with_images defaults to false. maxItems defaults to 100; use 0 to remove the cap.
{"reviewId": "403518753833793119","content": "Whisk holds up well, handle feels sturdy.","itemScore": 5,"likeCount": 3,"createTimeDesc": "2024-09-25","user": {"name": "a_reviewer"},"variants": [{"name": "Color","value": "Natural bamboo"}]}
Behavior to plan for
Individual reviews paginate by page number. The run stops at maxItems, an empty review page, or when RedNote marks that no more reviews exist. Overview mode makes one lookup and returns one aggregate row.
Questions
Does only_with_images affect the overview?
No. It is used by the productReviews mode. The overview is one aggregate record.
Why did the review run stop below the requested cap?
maxItems is a ceiling. RedNote can exhaust the public review list or report no further pages first.
Do I need an account cookie?
No login, cookie, or session token is required or accepted.
Find product IDs with RedNote Product Search Scraper, or collect adjacent products with RedNote Product Recommendations Scraper.