AS
Apify Store
/easyapi/all-in-one-rednote-xiaohongshu-scraper
All-in-One RedNote(Xiaohongshu) Scraper 🔍
A versatile scraper for RedNote (Xiaohongshu) that extracts search results, comments, user profiles, and user posts. Supports multiple modes and customizable parameters. Perfect for social media analy
liveasyncunknown~30s typical
social mediaintegrationsallonerednotexiaohongshu
$0.0062
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.00499 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /easyapi/all-in-one-rednote-xiaohongshu-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| mode* | string (search | comment | profile | userPosts) | Select the type of data to scrape default "search" |
| keywords | array | Keywords to search for (only used in search mode) default ["ai"] |
| postUrls | array | URLs of posts to scrape comments from (only used in comment mode) default [] |
| profileUrls | array | URLs of user profiles to scrape (used in profile and userPosts modes) default [] |
| maxItems | integer | Maximum number of items to scrape default 30 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/easyapi/all-in-one-rednote-xiaohongshu-scraper","input":{"mode":"search","maxItems":30},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /easyapi/all-in-one-rednote-xiaohongshu-scraper -i '{"mode":"search","maxItems":30}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/easyapi/all-in-one-rednote-xiaohongshu-scraper", input: {"mode":"search","maxItems":30}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.