获取笔记二级评论列表/Get note sub comments

Xiaohongshuapi

About

获取笔记二级评论列表/Get note sub comments

Documentation

获取笔记二级评论列表/Get note sub comments

[中文]

用途:

  • 获取指定笔记某条评论下的子评论(回复)列表,使用游标分页

参数:

  • note_id: 笔记ID,如 "699916e6000000001d0253da"
  • share_text: 小红书分享链接(支持APP和Web端分享链接)
  • 优先使用note_id,如果没有则使用share_text,两个参数二选一,如都携带则以note_id为准。
  • comment_id: 父评论ID(必需),如 "699fb9930000000008030db6"
  • cursor: 分页游标,首次请求留空,翻页时从上一次响应的 $.data.data.cursor 中提取 cursor 字段的值
  • index: 分页索引,首次请求传 1,翻页时从上一次响应的 $.data.data.cursor 中提取 index 字段的值

返回:

  • 子评论数据对象,包含子评论列表、分页游标等

翻页说明:

  • 响应中的 $.data.data.cursor 是一个 JSON 对象,示例: {"cursor":"69a0c134000000000c00910d","index":3}
  • 首次请求:cursor留空,index传1
  • 翻页请求:从 $.data.data.cursor 中提取 cursorindex 分别传入对应参数

[English]

Purpose:

  • Get sub-comment (reply) list under a specific comment of a note, using cursor pagination

Parameters:

  • note_id: Note ID, e.g. "699916e6000000001d0253da"
  • share_text: Xiaohongshu sharing link (support APP and Web sharing link)
  • Prefer to use note_id, if not, use share_text, one of the two parameters is required, if both are carried, note_id shall prevail.
  • comment_id: Parent comment ID (required), e.g. "699fb9930000000008030db6"
  • cursor: Pagination cursor, leave empty for first request, extract cursor value from $.data.cursor of previous response for next page
  • index: Pagination index, pass 1 for first request, extract index value from $.data.cursor of previous response for next page

Return:

  • Sub-comments data object, including sub-comment list, pagination cursor, etc.

Pagination Guide:

  • The $.data.data.cursor in response is a JSON object, e.g. {"cursor":"69a0c134000000000c00910d","index":3}
  • First request: leave cursor empty, pass index as 1
  • Next page: extract cursor and index from $.data.data.cursor and pass them as corresponding parameters

[示例/Example]

note_id="699916e6000000001d0253da" comment_id="699fb9930000000008030db6"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取笔记二级评论列表/Get note sub comments

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models