小红书 — 用户笔记列表(Web V3)
SpiderHubs OpenAPI 文档:小红书 — 用户笔记列表(Web V3),分类 小红书。接口 GET /openapi/v1/contentcreator/xiaohongshu/web_v3/fetch_user_notes。Web V3 用户已发布笔记列表,游标分页,单页最多 30 条。
OpId:
xhs-user-notes-web-v3 · 最近更新: 2026-05-23说明
Web V3 用户已发布笔记列表,游标分页,单页最多 30 条。
基础信息
- Endpoint:
- GET /openapi/v1/contentcreator/xiaohongshu/web_v3/fetch_user_notes
- 计费:
- 1 积分 / 次
- 限流:
- 300 次 / 分钟 / 用户
请求参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| user_id | string | 是 | 用户 ID |
| cursor | string | 否 | 分页游标,首次留空 |
| num | string | 否 | 返回数量,最大 30 |
响应字段说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 业务状态码,200 表示成功 |
| request_id | string | 本次请求唯一标识,排查问题时可提供 |
| data | object | 业务数据容器,具体字段见下 |
| notes / note_list | array | 笔记列表,每条含 note_id、type、title 标题、cover 封面、liked_count 点赞数 |
| sticky | bool | 该笔记是否为置顶(部分版本返回) |
| cursor | string | 下一页游标,传回即可翻页 |
| has_more | bool | 是否还有更多数据 |
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/xiaohongshu/web_v3/fetch_user_notes?user_id=5e3a8ee700000000010070c6&cursor=&num=30' \
-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 调用接口。