获取笔记二级评论列表/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中提取cursor和index分别传入对应参数
[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, useshare_text, one of the two parameters is required, if both are carried,note_idshall prevail. - comment_id: Parent comment ID (required), e.g. "699fb9930000000008030db6"
- cursor: Pagination cursor, leave empty for first request, extract
cursorvalue from$.data.cursorof previous response for next page - index: Pagination index, pass 1 for first request, extract
indexvalue from$.data.cursorof previous response for next page
Return:
- Sub-comments data object, including sub-comment list, pagination cursor, etc.
Pagination Guide:
- The
$.data.data.cursorin response is a JSON object, e.g.{"cursor":"69a0c134000000000c00910d","index":3} - First request: leave cursor empty, pass index as 1
- Next page: extract
cursorandindexfrom$.data.data.cursorand 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 PlaygroundRelated Models
获取创作者热点灵感列表/Get creator hot inspiration feedXiaohongshuapi获取创作者推荐灵感列表/Get creator inspiration feedXiaohongshuapi获取图文笔记详情/Get image note detailXiaohongshuapi获取笔记评论列表/Get note commentsXiaohongshuapi获取商品详情/Get product detailXiaohongshuapi获取商品推荐列表/Get product recommendationsXiaohongshuapi获取商品评论总览/Get product review overviewXiaohongshuapi获取商品评论列表/Get product reviewsXiaohongshuapi