1. 小红书
红狐数据
  • 小红书
    • 实时获取小红书账号详情
      POST
    • 获取小红书主页作品列表
      POST
    • 获取小红书作品内容详情
      POST
    • 获取小红书作品评论列表
      POST
    • 小红书关键词搜索作品
      POST
  • 抖音
    • 抖音账号实时搜索
      POST
    • 抖音账号主页信息
      POST
    • 抖音关键词实时搜索内容
      POST
    • 抖音作品列表
      POST
    • 抖音作品详情
      POST
    • 抖音作品评论
      POST
  • 哔哩哔哩
    • B站关键字搜索作品
      POST
    • B站作品详情
      POST
    • B站关键字搜索账号
      POST
    • B站账号发文列表
      POST
    • B站作品评论回采(提交任务)
      POST
    • B站作品评论回采(查询结果)
      POST
  1. 小红书

获取小红书作品评论列表

开发中
POST
/story/api/xhs/ability/commentList

请求参数

Header 参数

Body 参数application/json必填

示例
{
  "noteId": "6a2ac3020000000035022d8e",
  "cursor": "",
  "sort": ""
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'http://prod-cn.your-api-server.com/story/api/xhs/ability/commentList' \
--header 'REDFOX_API_KEY: ak_a4f7a20476634c1aa97e74e41a875465' \
--header 'Content-Type: application/json' \
--data '{
  "noteId": "6a2ac3020000000035022d8e",
  "cursor": "",
  "sort": ""
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
  "authorId": "5a73c5fa4eacab4c4ccc9778",
  "hasNextPage": true,
  "nextCursor": "%7B%22cursor%22%3A%226a2d99cd000000002a027e5b%22%2C%22index%22%3A2%2C%22pageArea%22%3A%22UNFOLDED%22%7D",
  "paginationContext": "%7B%22support_folded%22%3Atrue%7D",
  "commentList": [
    {
      "accountId": "49926410690",
      "commentId": "6a2ad1de000000002901122b",
      "commentStatus": 0,
      "commentText": "诡秘我就知道你会安慰我们粉丝的,抵制黄牛票,也不知道出现的意义是什么[哭惹R][哭惹R]",
      "displayTags": [],
      "ipRegion": "甘肃",
      "mentionedUsers": [],
      "noteId": "6a2ac3020000000035022d8e",
      "picList": [
        {
          "fileCode": "",
          "picHeight": "1920",
          "picWidth": "884",
          "previewUrl": "http://sns-i14-ae.rednotecdn.com/comment/...",
          "sourceUrl": "http://sns-i14-ae.rednotecdn.com/comment/..."
        }
      ],
      "postTime": "2026-06-11 23:18:56",
      "replyCount": 16,
      "replyList": [
        {
          "accountId": "49926410690",
          "displayTags": [],
          "ipRegion": "江西",
          "noteId": "6a2ac3020000000035022d8e",
          "postTime": 1781205760000,
          "replyId": "6a2b0b00000000002b00242f",
          "replyText": "有一些黄牛是有后台的...",
          "thumbCount": 235,
          "userAvatar": "https://sns-avatar-qc.xhscdn.com/avatar/...",
          "userName": "肥肥养兔子了吗、",
          "userUid": "ad069440f823ea2f8d51aa5124b3a"
        }
      ],
      "syncTime": "2026-06-16 20:32:44",
      "thumbCount": 558,
      "userAvatar": "https://sns-avatar-qc.xhscdn.com/avatar/...",
      "userName": "赵露思的抽象圣体",
      "userUid": "a7983352394cbd77726616a18addb"
    }
  ]
}
修改于 2026-06-16 12:34:59
上一页
获取小红书作品内容详情
下一页
小红书关键词搜索作品
Built with