Structured public data from Xiaohongshu (小红书 / RedNote) — China's #1 lifestyle & product-discovery platform. Trending feed, full note detail, and creator profiles. Clean JSON, no login, no HTML parsing.
Track what's trending and how campaigns and competitors perform on the platform shaping Chinese consumer taste.
Find and vet creators by niche — follower counts, profession tags, bio, and recent posts in one call.
Surface product trends and engagement signals for cross-border sourcing and selection.
/v1/feed
Trending / explore notes with engagement signals. No parameters.
{
"count": 25,
"notes": [{
"id": "6411a2a2000000001300ee0a",
"type": "video",
"title": "准备好和我们迎接夏天吗🔥🔥",
"liked_count": 19000,
"author": { "nickname": "野路子Roy" },
"url": "https://www.xiaohongshu.com/explore/6411a2a2..."
}]
}
/v1/note?url=<note url or id>
Full detail for one note: caption, hashtags, media, and like / collect / comment / share counts.
{
"title": "懒人土豆火腿肠拌面|酱汁浓郁好吃到舔碗🔥",
"liked_count": 31000, "collected_count": 30000,
"comment_count": 416, "share_count": 2388,
"tags": ["拌面","泡面","土豆的吃法"],
"video": "http://sns-video-.../xxx.mp4"
}
/v1/user?url=<profile url or id>
Creator profile + recent posts: followers, niche, bio, RedID.
{
"red_id": "lweiya",
"nickname": "娅娅就要瘦",
"fans": { "count": 10000, "raw": "10K+" },
"professions": ["运动博主","vlog博主"],
"note_count": 32,
"notes": [{ "title": "古法瘦身就是牛🔥...", "liked_count": 14000 }]
}
Auth: send your key as
X-API-Key (handled automatically when you subscribe via RapidAPI).
| Plan | Price | Quota | Overage |
|---|---|---|---|
| Basic | Free | 100 req / mo | — |
| Pro | $15/mo | 5,000 req | $0.004/req |
| Ultra | $49/mo | 25,000 req | $0.003/req |
| Mega | $149/mo | 100,000 req | $0.002/req |