专业的小红书 APP 数据接口服务,支持笔记、用户、搜索、商品、话题等全场景数据采集。 智能账号池自动轮换,按需计费,仅成功请求扣费。
data.data 下):笔记基础(noteId/noteLink/title/content 正文/type 类型/createTime)、userId/name/headPhoto)、媒体(imagesList[] 图片 url 与宽高、videoInfo 视频)、impNum 曝光/readNum 阅读/likeNum 点赞/favNum 收藏/cmtNum 评论)。note_id 从 /blogger/notes 的 list[].noteId、/blogger/notes_v2 的noteList[].noteInfo.noteId,或 /content/square 的榜单结果里取。X-API-Key: ********************curl --location 'https://rnote.dev/api/v2/pgy/note/detail' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"note_id": "6a20edfa0000000021020951"
}'null