Skip to main content
GET
Get Xiaohongshu note comments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

note_id
string

Xiaohongshu note identifier extracted from a public note URL, or returned by an earlier redbook result. Alternative to the note share link (url).

Minimum string length: 1
url
string<uri>

A publicly reachable HTTPS URL. Do not submit private, authenticated, redirect-only, or user-specific URLs.

cursor
string

Opaque cursor returned by the preceding response. Omit it on the first request. Do not construct, modify, or reuse it outside this pagination flow.

Maximum string length: 1000
sort
enum<string>

Optional redbook comment ranking. Omit it for the platform default (latest).

Available options:
default,
latest_v2,
like_count

Response

Successful Gateway result.

has_more
boolean
required
items
object[]
required
next_cursor
string | null
required