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

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "noteId": "6a23eddb000000003502a39d"
}

请求示例代码

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/search/noteDetail' \
--header 'REDFOX_API_KEY: ak_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
    "noteId": "6a23eddb000000003502a39d"
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
  "noteId": "674f8a2e000000001c00abcd",
  "noteTitle": "杭州旅游攻略",
  "contentDesc": "分享杭州三日游路线...",
  "coverImage": "https://sns-img-qc.xhscdn.com/20260616/xxx.jpg",
  "noteType": "视频",
  "noteUrl": "https://www.xiaohongshu.com/explore/674f8a2e",
  "videoUrl": "https://sns-video-qc.xhscdn.com/xxx.mp4",
  "videoDuration": 180,
  "thumbCount": 12345,
  "favoriteCount": 678,
  "replyCount": 234,
  "forwardCount": 89,
  "interactiveCount": 13346,
  "releaseTimestamp": "2026-06-16 10:30:00",
  "authorUid": "5f8a123b000000000103efgh",
  "authorName": "旅行小达人",
  "authorFans": 52000,
  "hashTags": [
    "杭州旅游",
    "西湖",
    "三日游"
  ]
}
修改于 2026-06-23 09:22:43
上一页
搜索关键词获取小红书作品(优质库)
下一页
搜索关键字获取抖音作品 (实时)
Built with