# Xiaohongshu Data API (https://www.socialcrawl.dev/platforms/xiaohongshu) > Access Xiaohongshu data through 6 API endpoints. Profiles, posts, comments, search, and more. One unified schema. Free trial. TL;DR: SocialCrawl's Xiaohongshu API exposes 6 endpoints, 5 to 100 credits per call, all returning one unified JSON schema with computed fields such as engagement rate, language and content category. Single x-api-key auth, 100 free credits on signup. ## Endpoints | Endpoint | Method | Path | Credits | Description | | --- | --- | --- | --- | --- | | Search | GET | `/v1/xiaohongshu/search` | 5 to 100 | Search Xiaohongshu notes | | Trending | GET | `/v1/xiaohongshu/trending` | 5 to 100 | Get the Xiaohongshu hot search board | | Profile | GET | `/v1/xiaohongshu/profile` | 5 | Get a Xiaohongshu creator | | Profile Posts | GET | `/v1/xiaohongshu/profile/posts` | 5 to 100 | List a Xiaohongshu creator's notes | | Post | GET | `/v1/xiaohongshu/post` | 5 | Get a Xiaohongshu note | | Post Comments | GET | `/v1/xiaohongshu/post/comments` | 5 to 100 | Get Xiaohongshu note comments | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/xiaohongshu/search?query=%E6%8A%A4%E8%82%A4" \ -H "x-api-key: sc_YOUR_API_KEY" ``` Every response shares one JSON envelope: `{ success, platform, endpoint, data, credits_used, credits_remaining }`. ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing