Skip to content

Comment replies

Fetch replies for one Xiaohongshu comment.

Inputs

note_idRequired · text

Note ID

Default:
comment_idRequired · text

Comment ID

Default:
startOptional · cursor

Reply 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_moredata.next_start
  • 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 reply page is available.
data.next_startstringCursor for the next reply page when has_more is true.
data.item_countintegerNumber of replies in this response, when supplied.
data.itemsarray<object>Reply items for this page, when supplied.