💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 接口定义 ~~~[api] get:http://open.koldata.net/redbook/subscribe/notelist *string:red_uid=5228#抖音账号uid string:from=yyyy-mm-dd hh:mm:ss#开始时间 string:to=yyyy-mm-dd hh:mm:ss#结束时间 int:page=1#页码;默认值为1 int:page_size=10#页大小,可选值10,20;默认值为10 int:sort_by=0#按发布时间排序 1升序 0降序;默认值为0 <<< success { "status": 1, "err": "", "data": { "data": [ { "author": "视频薯", "author_id": "redshipinshu", "author_uid": 5191, "author_url": "https://www.xiaohongshu.com/user/profile/54a182c4e7798922c708638f", "author_head": "https://img.xiaohongshu.com/avatar/5902b09d14de416f4fe528ac.jpg@240w_240h_90q_1e_1c_1x.jpg", "author_note_num": 469, "author_fans_num": 4301269, "author_favorite_num": 151800, "author_follower_num": 933, "author_gender": "男", "author_local": "中国", "author_description": "小红书官方账号。最好看的原创视频都在这里。", "note_id": "5fa6b8a5000000000101cc5d", "note_title": "晚安这样说,让她想你一整晚", "note_url": "https://www.xiaohongshu.com/discovery/item/5fa6b8a5000000000101cc5d", "pub_time": "2020-11-07 23:09:15", "update_time": "2020-11-08 08:06:15", "notestype": 1, "note_like": 4, "note_share": 0, "note_comment": 1, "note_collection": 1, "note_comment_iscollecte": 2, "note_content": "", "note_tag_keywords": "恋爱,心动的信号恋爱技巧,情感,两性", "note_content_highwords": "一整,她想", "note_conment_hoghwords": "晚安" }, { "author": "视频薯", "author_id": "redshipinshu", "author_uid": 5191, "author_url": "https://www.xiaohongshu.com/user/profile/54a182c4e7798922c708638f", "author_head": "https://img.xiaohongshu.com/avatar/5902b09d14de416f4fe528ac.jpg@240w_240h_90q_1e_1c_1x.jpg", "author_note_num": 469, "author_fans_num": 4301269, "author_favorite_num": 151800, "author_follower_num": 933, "author_gender": "男", "author_local": "中国", "author_description": "小红书官方账号。最好看的原创视频都在这里。", "note_id": "5fa68d77000000000100af05", "note_title": "护肤100问|如何修复皮肤屏障?", "note_url": "https://www.xiaohongshu.com/discovery/item/5fa68d77000000000100af05", "pub_time": "2020-11-07 20:05:53", "update_time": "2020-11-08 08:10:47", "notestype": 2, "note_like": 27, "note_share": 0, "note_comment": 3, "note_collection": 8, "note_comment_iscollecte": 2, "note_content": "@?护士啊琪姐? @作精白兔兔 @Joanne护肤记\n来分享皮肤屏障修复的功课啦!小红薯们快拿起小本本记笔记啦!\n护肤达人们也可以快快分享皮肤屏障修复相关的干货笔记哦!\n—护肤100问参与方式—[暗中观察R][暗中观察R]\nStep1:在笔记标题中标记“护肤100问”+“皮肤屏障修复”,添加话题#护肤100问\nStep2:分享真实的护肤安利视频,竖屏无美颜无滤镜效果更好哦~\nStep3:优质的笔记内容将会被本薯翻牌~期待小红薯们的笔记哦!\n—新潮护肤理念问题分享—[赞R][赞R]\n小红薯们可以在评论下方分享自己最近想了解的护肤理念和护肤问题,本薯有问必答哦~快快来留言吧!", "note_tag_keywords": "护肤,屏障修复,修复皮肤,美颜,护肤达人,无滤镜,护肤100问,美妆,护肤", "note_content_highwords": "护肤,分享", "note_conment_hoghwords": "红薯,修复" } ], "total": 260, "from": 0, "total_page": 130, "page_size": 2 }, "request_id": "vcYHjpYq6aOSevhB0nJX7nfhb3abaf4fa3e29dbb3a1b543120ae1b1d" } <<< error { "status": 0, "err": "error msg", "data": [], "request_id": "7zjNYyOLIxGcvTrpbxevmexJ9c6e0c6126388b78112e88558ecc12a3" } ~~~ ## 响应参数说明 | 字段 | 说明 |类型| 备注 | |---|---|---|---| | status | 请求获取数据成功/失败 |int |1=成功;0=失败 | | err | 错误信息 | string | | data | 返回数据 | array| | | [data].author | 小红书账号昵称 | string | | [data].author_id | 小红书账号id | string | | [data].author_uid| 小红书账号uid |string | | [data].author_url| 主页链接 | string | | [data].author_head | 头像链接 | string | | [data].author_note_num | 作者笔记数 | int | | [data].author_fans_num | 作者粉丝数 | int | | [data].author_favorite_num| 作者获赞数 | int | | [data].author_follower_num | 作者关注数 | int | | [data].author_gender | 作者性别 | int | 男,女,未设置 | | [data].author_local | 作者位置 | string | | [data].author_description | 作者描述 | string | | [data].note_id | 笔记唯一标识 | string | | [data].note_title | 笔记标题 | string | | [data].note_url | 笔记链接 | string | | [data].pub_time| 发布时间 | string | | | [data].update_time | 更新时间 | string | | [data].notestype | 笔记类型 | int | 1=笔记、2=视频 | | [data].note_like | 点赞数 | int | | [data].note_share| 转发数 | int | 未设置;男;女 | | [data].note_comment | 评论数 | int | | [data].note_collection | 收藏数 | int | | [data].note_comment_iscollecte | 评论是否收藏 | int | 1=是,2=否 | | [data].note_content | 内容 | string | | [data].note_tag_keywords | 标签关键词 | string | | [data].note_content_highwords | 正文高频词 | string | | [data].note_conment_hoghwords | 评论高频词 | string | | total | 账号总个数|int| | from | 数据开始行| int | | total_page | 总页数| int| | page_size | 当前页面条数 | int | ## 接口访问限制及注意事项 1.权限:需认证; 2.频率:每分钟100次,超频将限制访问1分钟; 3.文章详情:只有一次数据 4.每周五14:00后可获取上周五至本周四的笔记数据