Skip to main content
POST
Rednote Search Notes API

Get Rednote Search

Fetch normalized search data from Rednote. Each successful task costs a fixed 1.00 credits.

Request Body

Use with MCP

A successful request returns a task_id. Poll it with socq_get_task, then read normalized records from results.items.

Result Fields

Completed Task Response

Authorizations

Authorization
string
header
required

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

Body

application/json
query
string
required

Search query.

Minimum string length: 1
media_type
enum<string>
Available options:
all,
image,
video
Minimum string length: 1
published_within
enum<string>
Available options:
all,
day,
six_months,
week
Minimum string length: 1
sort_by
enum<string>
Available options:
general,
latest,
most_liked
Minimum string length: 1

Response

Task accepted

code
integer
data
object