OpenAPI 文档/小红书GET

小红书 — 笔记详情(Web V3)

SpiderHubs OpenAPI 文档:小红书 — 笔记详情(Web V3),分类 小红书。接口 GET /openapi/v1/contentcreator/xiaohongshu/web_v3/fetch_note_detail。Web V3 笔记详情,支持图文及视频笔记。需同时提供 note_id ...

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

说明

Web V3 笔记详情,支持图文及视频笔记。需同时提供 note_id 与从分享链接中取得的 xsec_token。

基础信息

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

请求参数说明

参数类型必填说明
note_idstring笔记 ID(可从分享链接提取)
xsec_tokenstring安全令牌,从小红书分享链接中获取

响应字段说明

字段类型说明
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/web_v3/fetch_note_detail?note_id=697ee7f5000000001a0225c1&xsec_token=ABkR6Bv...' \
  -H 'Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxxxxxx'
响应示例
{
  "code": 200,
  "request_id": "...",
  "data": { /* platform-native data — see endpoint reference for shape */ }
}

开始调用 SpiderHubs API

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