## 接口定義
~~~[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后可獲取上周五至本周四的筆記數據
- 接口調用說明
- 獲取調用憑證access_token
- 使用refresh_token獲取新的token
- 獲取微信公眾號信息(old)
- 獲取單個微信賬號基礎信息(old)
- 批量獲取微信賬號基礎信息(old)
- 查詢公眾號歷史文章(old)
- 獲取微信文章列表(old)
- 獲取單篇微信文章信息(old)
- 使用關鍵詞搜索最近微信熱門文章
- 微信訂閱相關操作
- 添加訂閱微信賬號
- 取消訂閱微信賬號
- 獲取訂閱微信賬號列表
- 獲取訂閱微信文章列表-基礎接口
- 獲取訂閱微信文章列表-高級接口
- 微信訂閱相關操作(old)
- 獲取用戶訂閱微信賬號列表(old)
- 添加訂閱微信賬號(old)
- 刪除訂閱微信賬號(old)
- 微信回采相關操作
- 創建公眾號回采任務
- 獲取公眾號回采任務-基礎接口
- 獲取公眾號回采任務-高級接口
- 公眾號及微信文章監測
- 添加鏈接監測任務
- 添加公眾號監測任務
- 獲取公眾號監測任務結果
- 獲取監測文章結果
- 獲取微夢數據微信賬號列表
- 獲取微博賬號信息
- 獲取單個微博賬號基礎信息
- 批量獲取微博賬號基礎信息
- 獲取微博文章信息及列表
- 獲取微博文章列表
- 獲取單條微博信息
- 微博訂閱相關操作
- 獲取用戶訂閱微博賬號列表
- 添加訂閱微博賬號
- 刪除訂閱微博賬號
- 獲取訂閱微博內容列表
- 微博回采相關操作
- 創建微博回采任務
- 獲取微博回采任務結果
- 微博更新相關操作(new)
- 創建微博更新任務
- 獲取微博更新任務結果
- 微博賬號及微博內容監測相關操作
- 創建微博賬號監測任務
- 創建微博內容監測任務
- 獲取微博賬號監測結果
- 獲取監測內容結果
- 獲取微夢數據微博賬號列表
- 獲取微信公眾號信息
- 獲取公眾號信息 - 基礎
- 獲取公眾號信息 - 高級一
- 獲取公眾號信息 - 高級二
- 獲取公眾號信息 - 高級三(定制)
- 查詢公眾號歷史文章
- 查詢公眾號歷史文章 - 基礎
- 查詢公眾號歷史文章 - 高級
- 實時獲取微信文章最新閱讀在看數
- 實時獲取微信文章閱讀在看數(基礎)- 創建任務
- 實時獲取微信文章閱讀在看數(基礎)- 獲取結果
- 實時獲取微信文章閱讀在看數及文章評論(高級)- 創建任務
- 實時獲取微信文章閱讀在看數及文章評論(高級)- 獲取結果
- B站訂閱相關操作
- 添加訂閱B站賬號
- 刪除訂閱B站賬號
- 獲取用戶訂閱B站賬號列表
- 獲取B站訂閱賬號視頻數據
- 獲取 bilibili 賬號信息
- 獲取 bilibili 賬號基礎信息(new)
- 獲取 bilibili 賬號數據信息(new)
- 查詢 bilibili 賬號歷史視頻投稿
- B站更新相關操作(new)
- 創建B站更新任務
- 獲取B站更新任務結果
- 抖音訂閱相關操作(new)
- 添加訂閱抖音賬號
- 刪除訂閱抖音賬號
- 獲取用戶訂閱抖音賬號列表
- 獲取抖音訂閱賬號視頻數據
- 快手訂閱相關操作(new)
- 添加訂閱快手賬號
- 刪除訂閱快手賬號
- 獲取用戶訂閱快手賬號列表
- 獲取快手訂閱賬號視頻數據
- 小紅書訂閱相關操作(new)
- 添加訂閱小紅書賬號
- 刪除訂閱小紅書賬號
- 獲取用戶訂閱小紅書賬號列表
- 獲取小紅書訂閱賬號筆記數據
- 抖音更新相關操作(new)
- 創建抖音更新任務
- 獲取抖音更新任務結果
- 快手更新相關操作(new)
- 創建快手更新任務
- 獲取快手更新任務結果
- 小紅書更新相關操作(new)
- 創建小紅書更新任務(new)
- 獲取小紅書更新任務結果(new)