← All APIs
Social platformsLive
Xiaohongshu
Xiaohongshu (小红书) Web-V3 — the modern surface for the lifestyle / fashion / beauty social network. Note routes carry the signed `xsec_token` returned alongside every `note_id`; the gateway round-trips it as a required query param so downstream calls work without re-resolving.
Endpoints
5 ready-to-call endpoints
GET/xiaohongshu/users/{id}
Get a user profile
Profile, red number, follower / following / interaction counts.
GET/xiaohongshu/users/{id}/notes
List user notes
Notes authored by the user, paginated.
GET/xiaohongshu/notes/{id}
Get a note (requires xsec_token)
Single note detail; pass the `xsec_token` returned in the parent list response.
GET/xiaohongshu/search/notes
Search notes
Keyword search across the Xiaohongshu note graph.
GET/xiaohongshu/homefeed
Home feed
Anonymous home feed — useful for the trending mosaic.