1. 小红书
红狐数据
  • 小红书
    • 获取小红书账号信息 (实时)
      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
  1. 小红书

获取小红书评论列表(实时-备用)

测试中
POST
/story/api/xhs/ability/commentListBackup

请求参数

Header 参数

Body 参数application/json必填

示例
{
  "noteId": "6a1be7d300000000060316c6",
  "start": ""
}

请求示例代码

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/commentListBackup' \
--header 'REDFOX_API_KEY: ak_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
  "noteId": "6a1be7d300000000060316c6",
  "start": ""
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
  "commentCount": 8811,
  "nextCursor": "6a1e8cee0000000027022b45",
  "hasNextPage": true,
  "commentList": [
    {
      "mentionedUsers": [],
      "userAvatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo321nfbrgo706g5qa9r4ftoimu3ef5b6o?imageView2/2/w/120/format/jpg",
      "commentText": "怎么没有变色[偷笑R]",
      "postTime": "2026-06-02 15:57:37",
      "commentId": "6a1e8cee0000000027022b45",
      "ipRegion": "吉林",
      "thumbCount": 85,
      "userName": "兔叽叽",
      "noteId": "6a1be7d300000000060316c6",
      "picList": [
        {
          "fileCode": "",
          "picHeight": "1600",
          "picWidth": "720",
          "previewUrl": "http://sns-i27.rednotecdn.com/comment/1040g4b8320tgubtr72dg5qa9r4ftoimu04u0f1o?imageView2/1/w/360/h/480/format/heif/q/46&ap=4&sc=CMT_PRV&sign=6f5193ff9632b43290de05cdb2ce7ba4&t=6a3e47f1&src=A",
          "sourceUrl": "http://sns-i27.rednotecdn.com/comment/1040g4b8320tgubtr72dg5qa9r4ftoimu04u0f1o?imageView2/2/w/1280/format/heif/q/45&ap=4&sc=CMT_DTL&sign=6f5193ff9632b43290de05cdb2ce7ba4&t=6a3e47f1&src=A"
        }
      ],
      "displayTags": [],
      "replyCount": 65,
      "userUid": null,
      "syncTime": "2026-06-26 17:35:46",
      "accountId": "27273076826",
      "replyList": [
        {
          "userAvatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo31jh3dqjc2g005p2md0pnufsnidkds90?imageView2/2/w/120/format/jpg",
          "replyText": "对呀,泡出来是绿色的不是紫色的",
          "replyId": "6a1e8d4f0000000027022c88",
          "thumbCount": 12,
          "userName": "Cris 铁柱",
          "displayTags": [],
          "noteId": "6a1be7d300000000060316c6",
          "userUid": null,
          "postTime": "2026-06-02 16:05:11",
          "ipRegion": "安徽",
          "accountId": "5539101732"
        }
      ]
    }
  ]
}
修改于 2026-06-26 09:47:02
上一页
获取小红书视频详情数据(实时)
下一页
搜索关键字获取抖音作品 (实时)
Built with