RedNote Xiaohongshu Scraper All-in-One
Pricing
from $5.00 / 1,000 results
RedNote Xiaohongshu Scraper All-in-One
The only RedNote scraper you need. Search posts, extract user content, download videos, scrape comments, and get profile data — all in one reliable Actor. Clean JSON output, fast, and actually works.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Sami
Actor stats
1
Bookmarked
160
Total users
83
Monthly active users
1.6 hours
Issues response
5 days ago
Last modified
Categories
Share
RedNote (Xiaohongshu) Scraper -- All-in-One
Scrape RedNote (Xiaohongshu / Little Red Book) -- China's fastest-growing social platform with 300M+ users. Extract posts, profiles, and user content in one tool. No login required.
How to scrape RedNote (Xiaohongshu) in 3 easy steps
- Go to RedNote Scraper on Apify Store and click "Try for free"
- Choose your mode — search by keyword, paste a user profile URL, or enter specific post URLs
- Click Run and download results in JSON, CSV, or Excel
No coding required. No login needed. Works with Apify's free plan.
Part of the Chinese Digital Intelligence Suite by Zhorex
This is one of four Chinese platform scrapers built by Zhorex -- the only developer on Apify specializing in Chinese social media:
| Platform | Users | Use Case | Link |
|---|---|---|---|
| RedNote (Xiaohongshu) | 300M+ | Social commerce, lifestyle, brand monitoring | You are here |
| 580M+ | Microblogging, trending topics, PR monitoring | Weibo Scraper | |
| Bilibili | 300M+ | Video content, gaming, anime, creator analytics | Bilibili Scraper |
Why use the suite? Western brands entering China need data across platforms -- RedNote for product reviews, Weibo for public sentiment, Bilibili for video trends. No other Apify developer offers this combination.
What is RedNote?
RedNote (Xiaohongshu) is China's #1 lifestyle social platform, booming globally after TikTok's ban uncertainty in the US. It's where brands, influencers, and consumers share product reviews, travel tips, fashion inspiration, beauty routines, and more. This scraper gives you structured access to all that public data — perfect for Xiaohongshu brand monitoring, RedNote influencer research, and Little Red Book trend discovery.
Xiaohongshu API alternative — no login required
There is no official Xiaohongshu/RedNote API for extracting public data. This Actor is the best RedNote API alternative in 2026 and the best free Xiaohongshu API for developers — it extracts posts, profiles, comments, and videos from the public interface. No login, no API key, no authentication required.
Whether you call it Xiaohongshu, RedNote, Little Red Book, RED, or XHS — this scraper handles all of it in one unified tool, and works with xhslink.com short links automatically.
Common use cases
- RedNote influencer data — find creators by niche, vet engagement metrics, build influencer databases
- Xiaohongshu brand monitoring — track product mentions, reviews, sentiment in real time
- RedNote competitor intelligence — monitor competitor content strategy and audience reception
- Scrape Little Red Book trends — discover emerging products, aesthetics, and viral content before they go mainstream
- RedNote market research — understand Chinese consumer preferences for product launches in China
- Xiaohongshu data export — export structured RedNote data for BI tools, CRM, or AI training pipelines
- RedNote ecommerce data — track product mentions, tagged products, and shopping-related posts (with the upcoming RedShop launch in 2026, this surface is growing fast)
What Can You Scrape?
| Mode | What you get | Best for |
|---|---|---|
| Search | Posts matching any keyword | Trend research, brand monitoring |
| User Posts | All posts from a specific user | Influencer analysis, competitor research |
| User Profile | Bio, followers, location, tags | Influencer vetting, audience research |
| Post Details | Full data for specific post URLs | Deep-dive on viral content |
| Comments | Comments on specific posts | Sentiment analysis |
| Video Download | Direct video URLs | Content archival |
Data You Get
For each post (search, user_posts)
- Post ID, URL, and content type (image note or video)
- Title text
- Cover/thumbnail image URL
- Like count
- Author: user ID, nickname, avatar
- Timestamp of when it was scraped
For each profile
- User ID, nickname, avatar URL
- Full bio/description
- RedNote ID (red ID)
- Follower and following counts
- Total likes received
- Gender, location
- Profile tags (profession, interests)
- Verified status
Input Examples
Search posts by keyword
{"mode": "search","searchQuery": "skincare routine","maxResults": 50,"sortBy": "general","filterByType": "all","filterByMinLikes": 100}
Get all posts from a user
{"mode": "user_posts","userUrl": "https://www.xiaohongshu.com/user/profile/USER_ID","maxResults": 100}
Get a user's profile info
{"mode": "profile","userUrl": "https://www.xiaohongshu.com/user/profile/USER_ID"}
Output Examples
Post output (search, user_posts)
{"mode": "search","postId": "69d269310000000023017e07","postUrl": "https://www.xiaohongshu.com/explore/69d269310000000023017e07","type": "normal","title": "Morning skincare routine for dry skin","images": ["https://sns-webpic-qc.xhscdn.com/..."],"likes": 15234,"author": {"userId": "575d32285e87e733f0162c0a","nickname": "BeautyQueen","avatar": "https://sns-avatar-qc.xhscdn.com/..."},"scrapedAt": "2026-04-10T21:14:30Z"}
Profile output
{"mode": "profile","userId": "5cfbc3f10000000018023ebb","profileUrl": "https://www.xiaohongshu.com/user/profile/5cfbc3f10000000018023ebb","nickname": "FoodBlogger","avatar": "https://sns-avatar-qc.xhscdn.com/avatar/...","description": "Food & travel content creator. 10 years, 40+ countries, 6000+ restaurants.","redId": "358997720","gender": 0,"location": "Shanghai","followers": 10000,"following": 320,"totalLikes": 10000,"isVerified": false,"tags": ["Food Blogger", "China"],"scrapedAt": "2026-04-10T21:15:03Z"}
Use Cases
- Brand monitoring -- Track what people say about your brand or products on China's biggest review platform
- Influencer research -- Find creators by niche, analyze their engagement metrics, and vet potential partners
- Competitive analysis -- Monitor competitor content strategy and audience reception
- Trend discovery -- Identify trending topics, products, and aesthetics before they go mainstream
- Market research -- Understand Chinese consumer preferences and buying behavior
- Content strategy -- Study what types of posts perform best in your niche
Scrape RedNote with Python, JavaScript, or no code
Use this Actor directly from the Apify platform (no coding required), or call it via the Apify API from Python, JavaScript, or any language:
Python example:
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run = client.actor("zhorex/rednote-xiaohongshu-scraper").call(run_input={"mode": "search","searchQuery": "skincare routine","maxResults": 50})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
JavaScript example:
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const run = await client.actor('zhorex/rednote-xiaohongshu-scraper').call({mode: 'search',searchQuery: 'skincare routine',maxResults: 50,});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
Pricing
This Actor uses Pay-Per-Event pricing -- you only pay for results:
| What you pay | Price |
|---|---|
| Per result (post, profile, comment, video) | $0.005 |
| Per Actor start | $0.00005 |
Typical costs:
- Search 100 posts: ~$0.50
- Scrape a user's profile: ~$0.005
- Extract 30 user posts: ~$0.15
- 200 comments: ~$1.00
Platform compute costs (Apify usage) are charged separately.
Proxy Configuration
For reliable results, residential proxies are strongly recommended — this is configured by default using Apify's residential proxy group. You can substitute your own proxy provider via the proxy configuration input.
How It Works
This Actor handles all the tricky parts of accessing RedNote so you don't have to:
- No login required — works against publicly accessible content only
- Popups, cookie consent, and login walls are handled automatically
- Built-in retry and rate-limit handling for reliable large extractions
- Output is clean structured JSON ready for analysis or downstream pipelines
You provide the input (search query, user URL, or post URL); the Actor returns the data. That's it.
What works best (mode reliability)
This Actor is built for the use cases users actually care about — brand monitoring, influencer research, trend discovery — not edge cases. Here's an honest breakdown:
| Mode | Reliability | Best for |
|---|---|---|
search | 🟢 Stable | Trend discovery and brand monitoring (returns trending + discovery-feed posts matching your topic — perfect for spotting what's gaining traction) |
user_posts | 🟢 Stable | Influencer analysis, competitor research |
profile | 🟢 Stable | Influencer vetting, audience research |
post_details | 🟡 Best-effort | Deep-dives on posts visible in the current feed |
comments | 🟡 Best-effort | Sentiment analysis on accessible posts |
video | 🟡 Best-effort | Video archival for accessible posts |
Notes:
- Smart rate limiting: built-in pacing keeps the scraper reliable. Plan a few hundred results in a single run; for very large extractions split into multiple runs.
- Content language: most RedNote content is in Chinese. Data returns as-is — pair with your translation pipeline of choice.
- Engagement metrics (followers, likes) use approximate values when RedNote shows "1万+" (10k+) format.
- Search results: RedNote's exact-match keyword search is login-gated. This Actor returns trending and discovery content matching your topic, which is what most users actually want for monitoring use cases. For exact-match needs, combine with
filterByMinLikesto surface high-quality content.
FAQ
Q: Why don't search results match my keyword exactly?
A: RedNote's exact-match keyword search is login-gated. The scraper returns trending and discovery content matching your topic — perfect for monitoring use cases. For keyword-specific results, consider combining with the filterByMinLikes parameter to surface higher-quality content.
Q: Can I scrape English content? A: Yes. RedNote has a growing global user base, especially after the TikTok situation. Search in any language.
Q: How fast is it? A: Predictable throughput optimized for reliability over raw speed. Most users complete a 100-500 result run in a few minutes. Larger extractions are best split into multiple runs for resilience.
Q: Does it work with short links (xhslink.com)? A: Yes! Short links from the RedNote app are automatically resolved to full URLs. Just paste the link as-is.
Q: Can I scrape in bulk? A: Yes. All modes support arrays of URLs, multiple search queries, and pagination. Set maxResults up to 500 per run.
Q: What's the difference between this and other RedNote scrapers? A: This is a single unified Actor that handles search, profiles, user posts, comments, videos, and post details -- 6 modes in one tool. Other options require 5-6 separate actors for the same functionality. Plus we support short links (xhslink.com) and signed URLs that most competitors don't handle correctly.
Q: Is there a RedNote/Xiaohongshu API? A: There is no official public API for RedNote (Xiaohongshu). This Actor serves as the best Xiaohongshu API alternative — it extracts structured data from the public web interface without requiring login or API keys.
Q: How much does it cost to scrape RedNote? A: $0.005 per result. Search 100 posts for ~$0.50, scrape a profile for ~$0.005. Start with Apify's free plan which includes $5 monthly — enough for 1,000 results.
Q: Can I scrape RedNote in Python?
A: Yes. Use the Apify Python client (pip install apify-client) to call this Actor programmatically. See the Python example above.
Q: What is Xiaohongshu (Little Red Book)? A: Xiaohongshu (小红书), also known as RedNote or Little Red Book, is China's leading lifestyle social commerce platform with 300M+ monthly active users. It combines social media and e-commerce, popular for product reviews, beauty, travel, fashion, and food content.
Q: Is scraping RedNote legal? A: This Actor accesses only publicly visible content on RedNote's website — the same content any browser user can see. No login or authentication is used. Always consult legal counsel for your specific use case and jurisdiction.
Integrations & data export
Export your RedNote data in JSON, CSV, Excel, or XML. Integrate directly with:
- Google Sheets — automatic data sync for brand monitoring dashboards
- Zapier / Make / n8n — workflow automation and alerts
- REST API — programmatic access from Python, JavaScript, or any language
- Webhooks — real-time notifications when scrapes complete
Other scrapers by Zhorex
Chinese Digital Intelligence Suite:
- Weibo Scraper — Posts, trending topics, comments from China's Twitter (580M+ users)
- Bilibili Scraper — Videos, comments, creator analytics from China's YouTube (300M+ users)
B2B Review Intelligence:
- G2 Reviews Scraper — B2B software reviews via public API (no proxy needed)
- Capterra Reviews Scraper — Software reviews with sub-ratings
- Booking.com Reviews Scraper — Hotel reviews and ratings
Streaming Analytics:
- Twitch Scraper — Streamer profiles, live streams, clips
- Kick.com Scraper — Kick streamer analytics
Other Tools:
- Perplexity AI Search Scraper — AI search results and brand monitoring
- YouTube Shorts Scraper Pro — YouTube Shorts data
- TradingView Scraper — Stocks, forex, crypto data
- Telegram Channel Scraper — Telegram messages
- Domain Authority Checker — Bulk SEO domain analysis
- Phone Number Validator — Phone validation
Your Review Matters ⭐
This is the most actively-maintained RedNote/Xiaohongshu scraper on Apify — and the only one in the official Chinese Digital Intelligence Suite. If it delivered the data you needed, a 30-second review helps a lot:
- Go to the RedNote Scraper page
- Click the star rating (top of the page)
- Optionally leave a one-line note (e.g. "extracted 200 skincare posts in 5 minutes")
Why it matters: reviews are the #1 signal Apify users check before trying a scraper. A high rating means more users find this Actor instead of broken or abandoned alternatives — which means faster updates, more features, and better support for everyone.
Found a bug or missing feature? Open an issue on the Actor page and it'll typically be fixed within 48 hours.
Last updated: May 2026 · Actively maintained · Trusted by e-commerce teams, brand monitors, and influencer-research analysts.