小红书 — 用户笔记列表(App 版)
SpiderHubs OpenAPI 文档:小红书 — 用户笔记列表(App 版),分类 小红书。接口 GET /openapi/v1/contentcreator/xiaohongshu/app/get_user_notes。按 user_id 翻页拉取用户发布的笔记(App 版,含置顶笔记)。
OpId:
xhs-get-user-notes · 最近更新: 2026-05-23说明
按 user_id 翻页拉取用户发布的笔记(App 版,含置顶笔记)。
基础信息
- Endpoint:
- GET /openapi/v1/contentcreator/xiaohongshu/app/get_user_notes
- 计费:
- 1 积分 / 次
- 限流:
- 300 次 / 分钟 / 用户
请求参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| user_id | string | 是 | 用户 ID |
| cursor | string | 否 | 分页游标 |
响应字段说明
| 字段 | 类型 | 说明 |
|---|---|---|
| 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/app/get_user_notes?user_id=5b0...&cursor=' \
-H 'Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxxxxxx'响应示例
{
"code": 200,
"request_id": "757a860e-893b-42e5-9651-11b6f06f58cf",
"data": {
"code": 0,
"data": {
"notes": [
{
"video_info_v2": {
"capa": {
"is_user_select": false,
"is_upload": false,
"frame_ts": 0,
"duration": 8
},
"consumer": {
"can_super_resolution": false
},
"image": {
"thumbnail": "https://sns-i11.rednotecdn.com/frame/110/0/01ea12b1291446780010000000019e5905a63...",
"thumbnail_dim": "https://sns-i11.rednotecdn.com/frame/110/0/01ea12b1291446780010000000019e5905a63...",
"first_frame": "https://sns-i11.rednotecdn.com/1040g008320hubrkvm22g5p8ri8392pupqr360i8?imageVie..."
},
"media": {
"user_level": 0,
"video": {
"drm_type": 0,
"bbox": {
"ocr_v3": [
{
"y": 0,
"w": 0,
"x": 0,
"h": 0
}
],
"ocr_v4": [
{
"y": 0,
"w": 0,
"x": 0,
"h": 0
}
],
"ocr_v5": [
{
"y": 0,
"w": 0,
"x": 0,
"h": 0
}
],
"ocr_v2": [
{
"y": 0,
"w": 0,
"x": 0,
"h": 0
}
]
},
"subtitles": {},
"biz_id": "282058480495992322",
"width": 720,
"opaque1": {
"domestic": "0",
"isSupportSubtitle": "false",
"amend_mobile": "40",
"audioLevInfo": "{\"audio_quality_level\":\"G+\",\"mos_overall\":3.7165,\"version\":\"3.0\"}",
"audioClsInfo": "{\"music_ratio\":0.9999998732573038,\"freesound_ratio\":0.0,\"speech_ratio\":0.0025348...",
"loudnorm": "{\"lra\":0.6,\"htp\":1.97,\"hldn\":-6.78,\"ldn\":
... // response truncated for docs (full size > 2KB)
}开始调用 SpiderHubs API
使用账户中心生成的 API Key,通过 Authorization: Bearer sk_live_xxx 调用接口。