小红书 — 笔记详情(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_id | string | 是 | 笔记 ID(可从分享链接提取) |
| xsec_token | string | 是 | 安全令牌,从小红书分享链接中获取 |
响应字段说明
| 字段 | 类型 | 说明 |
|---|---|---|
| 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_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 调用接口。