Note comments
Fetch comments for one Xiaohongshu note.
Document ID:
agent.collection.task.xhs_note_comments_v1Inputs
note_idRequired · textNote ID
Default:cursorOptional · cursorComment cursor
Default:sortOptional · selectComment sort
Default: default · Allowed: default, latest_v2, like_countMinimal call
estimate_collection{
"input": {
"note_id": "<笔记详情返回的 note_id>"
},
"task_code": "xhs_note_comments_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 comment page is available. |
data.next_cursor | string | Cursor for the next page when has_more is true. |
data.item_count | integer | Number of comments in this response, when supplied. |
data.items | array<object> | Comment items for this page, when supplied. |