小红书 — 图文笔记详情 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_id | string | 否 | 笔记 ID(优先) |
| share_text | string | 否 | 小红书分享链接(App / Web 均可) |
响应字段说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 业务状态码,200 表示成功 |
| request_id | string | 本次请求唯一标识,排查问题时可提供 |
| data | object | 业务数据容器,具体字段见下 |
| id / note_id | string | 笔记 ID |
| title | string | 笔记标题 |
| desc | string | 笔记正文 / 描述(含话题标签文本) |
| type | string | 笔记类型:normal 图文 / video 视频 |
| time / last_update_time | int | 发布 / 最后更新时间戳 |
| user | object | 作者信息:userid、nickname 昵称、image 头像、red_id 小红书号等 |
| image_list | array | 图片地址列表(图文笔记) |
| video | object | 视频播放地址与封面(视频笔记) |
| liked_count | int | 点赞数 |
| collected_count | int | 收藏数 |
| comments_count | int | 评论数 |
| share_count | int | 分享数 |
| ip_location | string | IP 属地 |
| hash_tag / tag_list | array | 话题标签列表 |
请求示例 · 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 调用接口。