RedNote (Xiaohongshu) Product Reviews Scraper avatar

RedNote (Xiaohongshu) Product Reviews Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
RedNote (Xiaohongshu) Product Reviews Scraper

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

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

scraperTypeResultDefault
productReviewsPaginated individual review rowsYes
productReviewOverviewOne aggregate review recordNo

Both modes require product_id.

Overview fields

FieldContents
avgScoreAverage score
avgScoreDescHuman-readable score description
avgScoreLevelScore tier reported by RedNote
totalTotal review count
purchaseHistoryCountPurchase-history count reported with the overview

Review fields

FieldContents
reviewIdReview ID
contentReview text
itemScoreRating
likeCountReview likes
createTimeDescHuman-readable review date
imagesReview images
userReviewer details
variantsPurchased 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.