OpenAPI 文档/小红书GET

小红书 — 图文笔记详情 V2(Web V2)

SpiderHubs OpenAPI 文档:小红书 — 图文笔记详情 V2(Web V2),分类 小红书。接口 GET /openapi/v1/contentcreator/xiaohongshu/web_v2/fetch_feed_notes_v2。Web V2 单条笔记详情 V2 版,含相关推荐。note...

OpId: xhs-feed-notes-v2 · 最近更新: 2026-05-23

说明

Web V2 单条笔记详情 V2 版,含相关推荐。note_id 与 share_text 二选一,优先 note_id。

基础信息

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

请求参数说明

参数类型必填说明
note_idstring笔记 ID(优先)
share_textstring小红书分享链接(App / Web 均可)

响应字段说明

字段类型说明
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_v2/fetch_feed_notes_v2?note_id=66c9cc31000000001f03a4bc' \
  -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 调用接口。