小红书 — 笔记详情(App 版)
SpiderHubs OpenAPI 文档:小红书 — 笔记详情(App 版),分类 小红书。接口 GET /openapi/v1/contentcreator/xiaohongshu/app/get_note_info。按 note_id 拉取笔记完整信息(App 版接口)。
OpId:
xhs-get-note-info · 最近更新: 2026-05-23说明
按 note_id 拉取笔记完整信息(App 版接口)。
基础信息
- Endpoint:
- GET /openapi/v1/contentcreator/xiaohongshu/app/get_note_info
- 计费:
- 1 积分 / 次
- 限流:
- 300 次 / 分钟 / 用户
请求参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| note_id | string | 是 | 笔记 ID |
响应字段说明
| 字段 | 类型 | 说明 |
|---|---|---|
| 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/app/get_note_info?note_id=655...' \
-H 'Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxxxxxx'响应示例
{
"code": 200,
"request_id": "a83ffc9c-0648-4fdf-ae1a-2eced6a27c5e",
"data": {
"code": 0,
"success": true,
"data": [
{
"note_list": [
{
"ip_location": "Guangxi",
"user": {
"red_official_verified": false,
"id": "651b920600000000240167d9",
"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...",
"followed": false,
"red_id": "3076023778",
"nickname": "明星风采",
"name": "明星风采"
},
"feedback_info": {
"dislike_status": 0
},
"liked": false,
"last_update_time": 0,
"has_related_goods": false,
"comments_count": 0,
"collected": false,
"id": "6a12b18f0000000036019e02",
"foot_tags": [],
"share_code_flag": 0,
"biz_map": {},
"liked_count": 11,
"head_tags": [],
"title": "万茜舞台上魅力四射哦",
"share_info": {
"content": "#万茜 #女明星 #美女 #穿搭 #日常",
"show_wechat_tag": false,
"title": "万茜舞台上魅力四射哦",
"image": "http://sns-img-hw.xhscdn.com/1040g008320hubrkvm22g5p8ri8392pupqr360i8?imageView2...",
"is_star": false,
"function_entries": [
{
"type": "generate_image"
},
"... and 7 more"
],
"guide_audited": true,
"link": "https://www.xiaohongshu.com/discovery/item/6a12b18f0000000036019e02?app_platform...",
"block_private_msg": false,
"wechat_share_desc": "#万茜 #女明星 #美女 #穿搭 #日常"
},
"sticky": false,
"seeded_count": 0,
"need_next_step": false,
"content_trans_info": {
"strategy": 9
},
"hash_tag": [
{
"record_count": 0,
"id": "5c4445a0000000000f025345",
... // response truncated for docs (full size > 2KB)
}开始调用 SpiderHubs API
使用账户中心生成的 API Key,通过 Authorization: Bearer sk_live_xxx 调用接口。