User notes
Fetch notes published by one Xiaohongshu user.
Document ID:
agent.collection.task.xhs_user_notes_v1Inputs
user_idRequired · textUser ID
Default:cursorOptional · cursorCursor
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_more → data.next_cursor
- 10 Credits per successful task; estimated 5–30 seconds.
Only the fields listed below are part of the stable result contract.
| Path | Type | Description |
|---|---|---|
meta.request_id | string | Asklear request identifier for tracing. |
meta.api_name | string | Executed collection operation name. |
meta.latency_ms | integer | Collection execution latency in milliseconds. |
meta.credits_charged | integer | Asklear user-side Credits settled for this task after completion. |
data.has_more | boolean | Whether another user-note page is available. |
data.next_cursor | string | Cursor for the next page when has_more is true. |
data.item_count | integer | Number of notes in this response, when supplied. |
data.items | array<object> | User-note items for this page, when supplied. |