OpenAPI 文档/小红书GET

小红书 — 视频笔记详情(V2)

SpiderHubs OpenAPI 文档:小红书 — 视频笔记详情(V2),分类 小红书。接口 GET /openapi/v1/contentcreator/xiaohongshu/app_v2/get_video_note_detail。App_v2 版视频笔记详情接口。

OpId: xhs-video-note-detail · 最近更新: 2026-05-23

说明

App_v2 版视频笔记详情接口。

基础信息

Endpoint:
GET /openapi/v1/contentcreator/xiaohongshu/app_v2/get_video_note_detail
计费:
1 积分 / 次
限流:
300 次 / 分钟 / 用户

请求参数说明

参数类型必填说明
note_idstring笔记 ID

响应字段说明

字段类型说明
codeint业务状态码,200 表示成功
request_idstring本次请求唯一标识,排查问题时可提供
dataobject业务数据容器,具体字段见下
id / note_idstring笔记 ID
titlestring笔记标题
descstring笔记正文 / 描述(含话题标签文本)
typestring笔记类型:normal 图文 / video 视频
time / last_update_timeint发布 / 最后更新时间戳
userobject作者信息:userid、nickname 昵称、image 头像、red_id 小红书号等
image_listarray图片地址列表(图文笔记)
videoobject视频播放地址与封面(视频笔记)
liked_countint点赞数
collected_countint收藏数
comments_countint评论数
share_countint分享数
ip_locationstringIP 属地
hash_tag / tag_listarray话题标签列表
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/xiaohongshu/app_v2/get_video_note_detail?note_id=655...' \
  -H 'Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxxxxxx'
响应示例
{
  "code": 200,
  "request_id": "ffdc3d7f-6285-4bff-a5f2-29f3fd0afcf6",
  "data": {
    "success": true,
    "data": [
      {
        "ip_location": "Guangxi",
        "user": {
          "id": "651b920600000000240167d9",
          "red_official_verified": false,
          "fstatus": "none",
          "userid": "651b920600000000240167d9",
          "show_red_official_verify_icon": false,
          "red_official_verify_type": 0,
          "track_duration": 0,
          "level": {
            "image": ""
          },
          "image": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo3206nv56s6e005p8ri8392pupvre2dkg...",
          "image_size_large": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo3206nv56s6e005p8ri8392pupvre2dkg...",
          "followed": false,
          "red_id": "3076023778",
          "preload_posted": false,
          "name": "明星风采",
          "nickname": "明星风采"
        },
        "id": "6a12b18f0000000036019e02",
        "liked": false,
        "feedback_info": {
          "dislike_status": 0
        },
        "has_related_goods": false,
        "last_update_time": 0,
        "collected": false,
        "comments_count": 0,
        "auto_slide_down": 0,
        "foot_tags": [],
        "share_code_flag": 0,
        "lazy_load_mode": 0,
        "related_goods_num": 0,
        "regenerate_bit_map": 0,
        "liked_count": 11,
        "title": "万茜舞台上魅力四射哦",
        "share_info": {
          "content": "#万茜  #女明星  #美女  #穿搭  #日常",
          "show_wechat_tag": false,
          "title": "万茜舞台上魅力四射哦",
          "image": "http://sns-img-qc.xhscdn.com/1040g008320hubrkvm22g5p8ri8392pupqr360i8?imageView2...",
          "is_star": false,
          "block_private_msg": false,
          "guide_audited": true,
          "function_entries": [
            {
              "type": "video_download"
            },
            "... and 10 more"
          ],
          "wechat_share_desc": "#万茜  #女明星  #美女  #穿搭  #日常",
          "link": "https://www.xiaohongshu.com/discovery/item/6a12b18f0000000036019e02?app_platform..."
        },
        "sticky": false,
        "seeded_count": 0,
        "need_next_step": false,
        "content_trans_info": {
          "strategy": 9
        },
        "hash_tag": [
          {
            "indicator": "",
            "record_count": 0,
            "id": "5c4445a0000000000f025345",
            "tag_hint": "",
           
  ... // response truncated for docs (full size > 2KB)
}

开始调用 SpiderHubs API

使用账户中心生成的 API Key,通过 Authorization: Bearer sk_live_xxx 调用接口。