Skip to main content
GET
Search Xiaohongshu notes

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string
required

Search phrase supplied by the user. Do not include provider-specific query syntax unless documented by the operation.

Required string length: 1 - 500
sort_type
enum<string>

Optional redbook note search ranking. Omit it for the platform default (general).

Available options:
general,
time_descending,
popularity_descending,
comment_descending,
collect_descending,
english_preferred
note_type
enum<string>

Optional redbook note search type filter.

Available options:
all,
video,
normal,
live
time_filter
enum<string>

Optional redbook note search publish-time filter.

Available options:
all,
day,
week,
half_year
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

Response

Successful Gateway result.

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