RedNote (Xiaohongshu) Scraper | All-In-One avatar

RedNote (Xiaohongshu) Scraper | All-In-One

Pricing

from $2.40 / 1,000 results

Go to Apify Store
RedNote (Xiaohongshu) Scraper | All-In-One

RedNote (Xiaohongshu) Scraper | All-In-One

Extract RedNote (Xiaohongshu) posts, profiles, comments, products, and topics in one Actor. Add a post link, profile link, keyword, or product ID and get titles, captions, like, comment and save counts, author details, prices, and review scores.

Pricing

from $2.40 / 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

RedNote (Xiaohongshu) Scraper

Pull RedNote (Xiaohongshu) posts, profiles, comments, products, topics, and feeds from one Actor. Give it a post link, a profile link, a keyword, or a product ID, and it returns structured rows — titles, captions, like/comment/save counts, author details, prices, and review scores. No login or session cookie required: the fields a session would carry — xsec_token, cookie, session — are stripped from input before a request is ever built, not merely left unused.

Modes

Set scraperType to pick what this run collects. Each mode takes its own identifier below the picker.

ModeReturnsNeedsOr use the focused Actor
Post detailsOne image or video post's full recordpost_id_or_url and content_typeRedNote Post Scraper
Post commentsA post's comments, with optional nested repliespost_id_or_urlRedNote Comments Scraper
Profile detailsOne profile's public dataprofile_id_or_urlRedNote Profile Scraper
Profile postsEvery public post on a profileprofile_id_or_urlRedNote Profile Posts Scraper
Profile favoritesA profile's publicly visible saved postsprofile_id_or_urlRedNote Favorites Scraper
Search postsPosts matching a keywordqueryRedNote Search Scraper
Search profilesProfiles matching a keywordqueryRedNote Profile Search Scraper
Search imagesImage-only posts matching a keywordqueryRedNote Image Search Scraper
Search productsProduct listings matching a keywordqueryRedNote Product Search Scraper
Search groupsInterest groups matching a keywordqueryRedNote Group Search Scraper
Topic detailsOne topic's public metadatatopic_idRedNote Topic Scraper
Topic notesPosts tagged with a topictopic_idRedNote Topic Scraper
Product detailsOne product's raw detail recordproduct_idRedNote Product Scraper
Product review overviewA product's average score and review countproduct_idRedNote Product Reviews Scraper
Product reviewsEvery individual review for a productproduct_idRedNote Product Reviews Scraper
Product recommendationsProducts RedNote recommends alongside one productproduct_idRedNote Product Recommendations Scraper
Creator inspirationContent-idea prompts for creatorsnoneRedNote Creator Inspiration Scraper
Hot creator inspirationCurrently trending content-idea promptsnoneRedNote Creator Inspiration Scraper
Home feedThe public RedNote home feednoneRedNote Home Feed Scraper
Hot trendsThe current hot-topics listnoneRedNote Hot Trends Scraper

scraperType is the only field this Actor marks required. Every other field is mode-specific, and most identifier fields raise a plain error when they're missing rather than an empty run — Provide a public post URL or post ID, Provide a public profile URL or profile ID, Provide a search query, Provide a topic ID, Provide a product ID. Post Details additionally requires content_type on top of the post identifier, and stops with Choose whether the post is an image post or video post if it's left unset — there's no default, because the two content types hit different endpoints.

One Actor or sixteen?

The twenty modes above are also sold as sixteen focused Actors (a few pair two closely related modes, like Topic Details and Topic Notes, behind one Actor). Reach for a focused Actor once you know exactly which dataset you're pulling at scale — a post's comment tree, one profile's posts, product reviews for one listing. Reach for this Actor when a research project spans several of those — a topic's metadata plus its posts plus each poster's profile, say — because that's one Actor integration instead of switching between several.

Input

{
"scraperType": "postDetails",
"post_id_or_url": "https://www.xiaohongshu.com/explore/64f...",
"content_type": "image"
}

post_id_or_url and profile_id_or_url both accept a bare ID or a page URL. topic_id and product_id do not — RedNote's topic and product pages carry a URL that doesn't resolve to the ID directly, so both modes need the ID itself. maxItems (default 100, 0 for no limit) caps every paginated mode; Post Details, Profile Details, Topic Details, Product Details, and Product Review Overview each return a single record instead.

Output

Field names vary by mode. Across the twenty, the ones you'll see most are:

FieldContents
id, title, desc, typePost identifiers, title, and content type
userAuthor record
liked_count, comments_count, share_count, collected_countPost engagement
red_id, nickname, fans, followsProfile data
content, like_count, timeComment data
avgScore, total, reviewId, itemScoreProduct review data
price_info, vendor, stock_statusProduct listing data
rank, hot, hot_value, trendHot-topics data
{
"id": "64f8a2b1000000001203abcd",
"title": "Weekend recipe idea",
"desc": "Simple pasta dish for two",
"type": "normal",
"user": { "nickname": "creator123", "userid": "5f3a..." },
"liked_count": "1.2k",
"comments_count": "89"
}

Questions

I ran Profile Favorites on a public profile and got zero rows. Is that broken? No. RedNote keeps favorites private by default, and every public profile checked while building this Actor returned an empty favorites list regardless of how active or public the account otherwise was. A profile with a public favorites tab will return rows; most don't have one. An empty run here is the platform's own visibility setting, not a failed request.

Can I paste a topic or product page URL into topic_id or product_id? No — unlike post_id_or_url and profile_id_or_url, these two fields need the bare ID, not the page link. RedNote's topic and product URLs don't resolve back to the ID the way post and profile URLs do.

Product Details returns one big module field instead of separate price and title columns. Why? That mode intentionally ships the raw card/module tree rather than flattened fields — the real product data (title, price, images) lives inside per-card blocks whose structure varies by card type, and not every variant has been verified against a live response. Use Search Products or Product Recommendations for pre-flattened title/price columns; use Product Details when you need the full raw structure.

What's the difference between Product Review Overview and Product Reviews? Overview returns one summary record — average score, total review count, purchase-history count — and nothing else; the individual review sample RedNote's own overview endpoint bundles alongside those stats is deliberately dropped, because it's a partial, unflattened sample of the same reviews Product Reviews paginates properly. Use Product Reviews when you need the actual review text and ratings.

Does Hot Trends support a region filter? No. The region field exists in this Actor's shared schema for other modes, but Hot Trends doesn't use it — the request is unparameterized beyond pagination.

Do the add-ons (addonPostDetails, addonProfileDetails, addonProductDetails) always add a billed request? Only when they return something. Profile Posts, Search Profiles, and Search Products each apply their add-on as a follow-up request per row; a failed or empty follow-up leaves the original row in place, unbilled, rather than dropping it.

Is a RedNote login or session cookie ever required? No. Session-specific fields — xsec_token, xsec_source, cookie, session — are stripped from every request before it's built, across all twenty modes.

ActorPurpose
RedNote Post ScraperOne post's full record
RedNote Comments ScraperOne post's comments
RedNote Profile ScraperOne profile's public data
RedNote Search ScraperKeyword search across posts
RedNote Product Reviews ScraperOne product's review summary and full review list