Xiaohongshu
Extract data from Xiaohongshu
Extract data from Xiaohongshu.
Base URL: /v1/xiaohongshu/...
Getting Started
1. Fetch a profile
curl "https://www.socialcrawl.dev/v1/xiaohongshu/profile?url=https://www.xiaohongshu.com/user/profile/6a59f257000000000f03b000" \
-H "x-api-key: YOUR_API_KEY"2. Fetch their content
curl "https://www.socialcrawl.dev/v1/xiaohongshu/search?query=护肤" \
-H "x-api-key: YOUR_API_KEY"3. Read computed fields
When an endpoint supports a computed field and the required source inputs are present, the unified response includes that optional field. Depending on the endpoint, optional fields can include engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics. Where an endpoint supports them, list rows also carry judged labels (computed.labels, computed.relevance) by default at no extra credits; see Labels.
Endpoints
6 endpoints available.
| Endpoint | Path | Credit Tier |
|---|---|---|
| Get a Xiaohongshu note | /v1/xiaohongshu/post | advanced (5cr) |
| Get Xiaohongshu note comments | /v1/xiaohongshu/post/comments | advanced (5-100cr)metered |
| Get a Xiaohongshu creator | /v1/xiaohongshu/profile | advanced (5cr) |
| List a Xiaohongshu creator's notes | /v1/xiaohongshu/profile/posts | advanced (5-100cr)metered |
| Search Xiaohongshu notes | /v1/xiaohongshu/search | advanced (5-100cr)metered |
| Get the Xiaohongshu hot search board | /v1/xiaohongshu/trending | advanced (5-100cr)metered |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
