1. 小红书
红狐数据
  • 小红书
    • 获取小红书蒲公英笔记详情(实时)
      POST
    • 获取小红书蒲公英作者数据表现(实时)
      POST
    • 获取小红书账号信息 (实时)
      POST
    • 获取小红书作品列表 (实时)
      POST
    • 获取小红书作品内容详情 (实时)
      POST
    • 获取小红书作品评论列表 (实时)
      POST
    • 搜索关键词获取小红书作品 (实时)
      POST
    • 搜索关键词获取小红书账号(实时)
      POST
    • 搜索关键词获取小红书作品(优质库)
      POST
    • 获取小红书作品内容详情(优质库)
      POST
    • 获取小红书作品详情数据(实时-含是否商单)
      POST
    • 获取小红书视频详情数据(实时)
      POST
    • 获取小红书二级评论数据(实时)
      POST
    • 获取小红书二级评论数据(实时) -备用
      POST
  • 抖音
    • 星图批量获取创作者信息(实时)
      POST
    • 星图获取创作者视频列表(实时)
      POST
    • 搜索关键字获取抖音账号 (实时)
      POST
    • 获取抖音账号信息(实时)
      POST
    • 搜索关键字获取抖音作品 (实时)
      POST
    • 获取抖音账号作品列表 (实时)
      POST
    • 获取抖音作品内容详情 (实时)
      POST
    • 获取抖音作品评论列表 (实时)
      POST
    • 搜索抖音二级评论列表 (实时)
      POST
    • 抖音作品商单查询(实时)
      POST
  • 哔哩哔哩
    • 搜索关键字获取B站作品 (实时)
      POST
    • 获取B站作品内容详情 (实时)
      POST
    • 搜索关键字获取B站账号 (实时)
      POST
    • 获取 B 站账号作品列表 (实时)
      POST
    • 提交 B 站作品评论列表(提交任务)
      POST
    • 查询 B 站作品评论列表(查询结果)
      POST
  • 数据模型
    • ContentTagPercentVO
    • ImageExtraInfoVO
    • VideoInfoVO
    • GzhArticleSearchVO
    • AuthorInfoVO
    • NoteItemVO
    • ImageItemVO
    • GzhRelatedSearchVO
    • DyAbilityStarAuthorBatchVO
    • DyAbilityStarVideoListVO
    • PagePercentVO
    • GzhHotTopicVO
    • DyAbilityStarAuthorBatchReq
    • DyAbilityStarVideoListReq
    • LongTermNoteVO
    • TimeVO
    • GzhArticleSearchRespVO
    • XhsAbilityAuthorPerformanceVO
    • ContentTagVO
    • GzhArticleSearchReq
    • XhsAbilityAuthorPerformanceReq
    • UserInfoVO
    • XhsAbilityNotePerformanceVO
    • XhsAbilityNoteDetailReq
  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 'https://redfox.hk/story/api/xhs/ability/commentList' \
--header 'REDFOX_API_KEY: ak_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--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-22 11:53:33
上一页
获取小红书作品内容详情 (实时)
下一页
搜索关键词获取小红书作品 (实时)
Built with