专业的小红书 APP 数据接口服务,支持笔记、用户、搜索、商品、话题等全场景数据采集。 智能账号池自动轮换,按需计费,仅成功请求扣费。
| 参数 | 必填 | 形态 | 从哪来 |
|---|---|---|---|
user_id | 是 | 24 位十六进制,如 61b46d790000000010008153 | 主页链接 xiaohongshu.com/user/profile/{user_id};或 /search/users 结果 |
$.data.data 主要字段:| 字段 | 说明 |
|---|---|
result | 基础资料(昵称、头像、简介、性别等) |
ip_location | IP 属地 |
follows / collected / liked | 关注数 / 收藏数 / 获赞数 |
share_link | 主页分享链接 |
tab_visible | 主页各 Tab 的可见性 |
/user/posted,收藏的用 /user/faved。X-API-Key: ********************curl --location 'https://rnote.dev/api/v2/crawler/user/info?user_id=61b46d790000000010008153' \
--header 'X-API-Key: <api-key>'null