OpenAPI 文档/小红书GET

小红书 — 用户发布笔记(App V2)

SpiderHubs OpenAPI 文档:小红书 — 用户发布笔记(App V2),分类 小红书。接口 GET /openapi/v1/contentcreator/xiaohongshu/app_v2/get_user_posted_notes。App_v2 版用户笔记列表(不含置顶笔记)。

OpId: xhs-user-posted-v2 · 最近更新: 2026-05-23

说明

App_v2 版用户笔记列表(不含置顶笔记)。

基础信息

Endpoint:
GET /openapi/v1/contentcreator/xiaohongshu/app_v2/get_user_posted_notes
计费:
1 积分 / 次
限流:
300 次 / 分钟 / 用户

请求参数说明

参数类型必填说明
user_idstring用户 ID
cursorstring分页游标

响应字段说明

字段类型说明
codeint业务状态码,200 表示成功
request_idstring本次请求唯一标识,排查问题时可提供
dataobject业务数据容器,具体字段见下
notes / note_listarray笔记列表,每条含 note_id、type、title 标题、cover 封面、liked_count 点赞数
stickybool该笔记是否为置顶(部分版本返回)
cursorstring下一页游标,传回即可翻页
has_morebool是否还有更多数据
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/xiaohongshu/app_v2/get_user_posted_notes?user_id=5b0...&cursor=' \
  -H 'Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxxxxxx'
响应示例
{
  "code": 200,
  "request_id": "eddda392-1109-49b9-96f1-5437d028ec03",
  "data": {
    "success": true,
    "data": {
      "has_more": true,
      "notes": [
        {
          "advanced_widgets_groups": {
            "groups": [
              {
                "mode": 1,
                "fetch_types": [
                  "guos_test",
                  "... and 38 more"
                ]
              },
              "... and 1 more"
            ]
          },
          "time_desc": "1 h ago",
          "sticky": false,
          "title": "万茜舞台上魅力四射哦",
          "likes": 11,
          "create_time": 1779609999,
          "display_title": "万茜舞台上魅力四射哦",
          "collected_count": 0,
          "comments_count": 0,
          "nice_count": 0,
          "inlikes": false,
          "niced": false,
          "ats": [],
          "cursor": "6a12b18f0000000036019e02",
          "images_list": [
            {
              "fileid": "1040g008320hubrkvm22g5p8ri8392pupqr360i8",
              "height": 1280,
              "width": 720,
              "original": "",
              "url_size_large": "https://sns-i11.rednotecdn.com/1040g008320hubrkvm22g5p8ri8392pupqr360i8?imageVie...",
              "trace_id": "1040g008320hubrkvm22g5p8ri8392pupqr360i8",
              "url": "https://sns-i11.rednotecdn.com/1040g008320hubrkvm22g5p8ri8392pupqr360i8?imageVie..."
            }
          ],
          "type": "video",
          "user": {
            "images": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo3206nv56s6e005p8ri8392pupvre2dkg...",
            "userid": "651b920600000000240167d9",
            "nickname": "明星风采",
            "fstatus": "none",
            "red_official_verify_type": 0,
            "followed": false
          },
          "id": "6a12b18f0000000236011b38",
          "ip_location": "Guangxi",
          "share_count": 0,
          "view_count": 0,
          "infavs": false,
          "recommend": {
            "track_id": "?c=vp3",
            "target_id": "",
            "icon": "",
            "type": "|#*@6a12b18f0000000036019e02",
            "desc": "",
            "target_name": ""
          },
          "widgets_context": "{\"video\":true,\"origin_video_key\":\"pre_post/1040g0cg320hubrp662e05p8ri8392pupj4og...",
          "is_goods_note": false,
          "price": 0,
          "desc": "#万茜[话题]# #女明星[话题]# #美女[话题]# #穿搭[话题]# #日常[话题]#",
          
  ... // response truncated for docs (full size > 2KB)
}

开始调用 SpiderHubs API

使用账户中心生成的 API Key,通过 Authorization: Bearer sk_live_xxx 调用接口。