RedNote (Xiaohongshu) Product Scraper
Pricing
from $2.40 / 1,000 results
RedNote (Xiaohongshu) Product Scraper
Fetch public details for one RedNote (Xiaohongshu) product by product ID.
Pricing
from $2.40 / 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
Fetch the public detail response for one RedNote or Xiaohongshu product by ID and save its real card-module tree without flattening fields that vary by product.
The important limitation
Product detail isn't a stable flat record of title, price, and image fields. RedNote returns a tree of UI cards under module. Card types vary between products and weren't fully enumerable from the verified development data.
The Actor therefore keeps that structure as-is. If your workflow needs predictable listing fields such as id, title, link, vendor, stock_status, and price_info, start with RedNote Product Search Scraper.
Input
product_id is required.
{"product_id": "6627305f3152260001509721"}
You can take that ID directly from a product-search row.
Output contract
| Field | Contents |
|---|---|
module | Product-specific card/module tree. Product values live inside card content blocks. |
ver | Card schema version reported by RedNote. |
The stable outer shape is:
{"module": {},"ver": "<RedNote card schema version>"}
The empty object above marks the variable module tree — it is not a claim that a real product returns no cards. Inspect the saved module object for the product you requested.
Questions
Why doesn't the Actor flatten price and title?
The available product-detail data did not establish every card type. Flattening an incomplete list would silently lose or mislabel product data. The Actor returns the real module tree instead.
Can I ask for a product by URL?
No. This Actor's public input is product_id. Product search returns the ID you need.
Do I need to provide a cookie or session token?
No. Neither is required or accepted.
Continue with the same product ID
| Goal | Actor |
|---|---|
| Review totals or individual buyer reviews | RedNote Product Reviews Scraper |
| Related items shown alongside the product | RedNote Product Recommendations Scraper |