Skip to content

User notes

Fetch notes published by one Xiaohongshu user.

Inputs

user_idRequired · text

User ID

Default:
cursorOptional · cursor

Cursor

Default:

Minimal call

estimate_collection
{
  "input": {
    "user_id": "<搜索结果返回的 user_id>"
  },
  "task_code": "xhs_user_notes_v1",
  "task_query": "获取指定小红书用户发布的笔记"
}

Result and pagination

  • mode: cursor
  • cursor: data.has_moredata.next_cursor
  • 10 Credits per successful task; estimated 5–30 seconds.

Only the fields listed below are part of the stable result contract.

PathTypeDescription
meta.request_idstringAsklear request identifier for tracing.
meta.api_namestringExecuted collection operation name.
meta.latency_msintegerCollection execution latency in milliseconds.
meta.credits_chargedintegerAsklear user-side Credits settled for this task after completion.
data.has_morebooleanWhether another user-note page is available.
data.next_cursorstringCursor for the next page when has_more is true.
data.item_countintegerNumber of notes in this response, when supplied.
data.itemsarray<object>User-note items for this page, when supplied.