专业的小红书 APP 数据接口服务,支持笔记、用户、搜索、商品、话题等全场景数据采集。 智能账号池自动轮换,按需计费,仅成功请求扣费。
| 参数 | 必填 | 默认 | 说明 |
|---|---|---|---|
note_id | 是 | — | 笔记 ID |
comment_id | 是 | — | 父评论 ID —— 取 /note/comments 返回的评论 id |
cursor | 否 | 空 | 翻页游标,首次留空,翻页传上次返回的 cursor |
index | 否 | 0 | 翻页索引 |
num | 否 | 5 | 每页数量,1~5 |
page_context | 否 | 空 | 页面上下文 JSON,如 {"highlight":["关键词"]} |
$.data.data:comments(回复数组,结构同一级评论)、has_more、page_context。comment_id 必须是该笔记下的评论 ID,跨笔记传会取不到数据。X-API-Key: ********************curl --location 'https://rnote.dev/api/v2/crawler/note/sub_comments?note_id=699916e6000000001d0253da&comment_id=699fb9930000000008030db6&cursor=undefined&index=undefined&num=undefined&page_context=undefined' \
--header 'X-API-Key: <api-key>'null