RedNote (Xiaohongshu) Product Recommendations Scraper avatar

RedNote (Xiaohongshu) Product Recommendations Scraper

Pricing

from $2.80 / 1,000 results

Go to Apify Store
RedNote (Xiaohongshu) Product Recommendations Scraper

RedNote (Xiaohongshu) Product Recommendations Scraper

Extract the related products RedNote (Xiaohongshu) recommends for one product ID: title, price, seller, units sold, and buy link. Already filtered clean of unrelated UI configuration data. No login or session cookie required.

Pricing

from $2.80 / 1,000 results

Rating

0.0

(0)

Developer

ToolzerHub

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Share

Collect the public “you may also like” products shown alongside one RedNote or Xiaohongshu product and save each real recommended item as a separate row.

What gets filtered

RedNote mixes product recommendations with unrelated UI and experiment configuration blocks in the same response. The Actor removes those blocks before saving results. Every output row is a recommended product — never a stray configuration object.

Request

product_id is required. maxItems defaults to 100; set 0 to keep collecting until the recommendation list ends.

The Store form prefills region with US, but the schema does not impose a default. Send the region explicitly when you want a localized result.

{
"product_id": "6627305f3152260001509721",
"region": "US",
"maxItems": 40
}
FieldContents
item_id, sku_idProduct and SKU IDs
title, link, imageListing identity and asset
seller_idSeller ID
item_sale_numReported units sold
buyableWhether RedNote reports the item as purchasable
price, price_display, currencyNumeric, formatted, and currency price fields
trackRecommendation tracking metadata
{
"item_id": "65f735233b4dcf000175fa0b",
"sku_id": "66ddbb6fb271ae0001d58910",
"title": "Matte magnetic phone case",
"seller_id": "65d704a2de7c970001f93c3b",
"item_sale_num": 277205,
"buyable": true,
"price": 1.47,
"price_display": "$1.47",
"currency": "$"
}

Pagination stops at your cap, an empty page, no next cursor, or a repeated cursor.

Questions

Why don't I see experiment blocks in the dataset?

They aren't products. The Actor selects only the recommendation components that contain actual product entries and discards the rest.

Is US always used if I omit region?

Don't rely on that. US is the Store prefill, not a schema default. Send region explicitly when localization matters.

Does this require a RedNote session?

No. Login, cookie, and session-token input isn't required or accepted.

Start with RedNote Product Search Scraper when you need a seed ID. Use RedNote Product Scraper for its detail tree or RedNote Product Reviews Scraper for buyer feedback.