Comment replies
Fetch replies for one Xiaohongshu comment.
Document ID:
agent.collection.task.xhs_comment_sub_comments_v1Inputs
note_idRequired · textNote ID
Default:comment_idRequired · textComment ID
Default:startOptional · cursorReply cursor
Default:Minimal call
estimate_collection{
"input": {
"comment_id": "<评论结果返回的 comment_id>",
"note_id": "<笔记详情返回的 note_id>"
},
"task_code": "xhs_comment_sub_comments_v1",
"task_query": "获取指定小红书评论的回复"
}Result and pagination
- mode:
start - start: data.has_more → data.next_start
- 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 reply page is available. |
data.next_start | string | Cursor for the next reply page when has_more is true. |
data.item_count | integer | Number of replies in this response, when supplied. |
data.items | array<object> | Reply items for this page, when supplied. |