Crawlzodocs
API referenceXiaohongshu

Xiaohongshu details

Single-note (details) for a Xiaohongshu (小红书 / RED) note.

A note is addressed by a token that belongs to that note alone and stops working after a while. Pass the complete note URL you were given, including its token, rather than assembling one from the note id.

A note page requires the per-note xsec_token. Provide a full note url that already carries ?xsec_token=… (preferred), OR a 24-hex note_id together with xsec_token. Returns post_info: title/description, exact comment & share counts (like/collect bucketed for anonymous viewers, exact with an authenticated session), images, video, topics, @-mentions and the author.

A note page is addressed by a per-note token that is part of the note's own URL. Pass the full URL you were given rather than just the note id.

No example response is shown for this endpoint.

POST
/v1/scrapers/xiaohongshu-details

Authorization

ApiKeyAuth
X-API-Key<token>

Your API key. Sent on every request.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/scrapers/xiaohongshu-details" \  -H "Content-Type: application/json" \  -d '{    "url": "https://www.xiaohongshu.com/explore/6a150220000000003502af83?xsec_token=AB8pKGu9WY-yS82QsVG6ImQFsTKJp-RPoORv0IiV-9PEY=&xsec_source=pc_feed"  }'
{}