- Hyper Aigc
- 抖音系列
- 小红书系列
- 微博系列
- 聊天系列
- 图片系列
- B站系列
- 快手系列
- 微信系列
- 网易云音乐
小红书关键词搜索笔记
开发中
POST
{{webkaiBaseUrl}}/api/index
请求参数
Body 参数multipart/form-data
method
string
必需
示例值:
xiaohongshuToSearch
api_key
string
秘钥
示例值:
46be42971a4f27e66fc2577861ec2df1
keyword
string
搜索关键词
示例值:
口红
max_pages
string
可选
示例值:
1
max_seconds
string
可选
示例值:
50
note_type
string
可选
示例值:
0
sort_type
string
可选
示例值:
general
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST '{{webkaiBaseUrl}}/api/index' \
--form 'method="xiaohongshuToSearch"' \
--form 'api_key="46be42971a4f27e66fc2577861ec2df1"' \
--form 'keyword="口红"' \
--form 'max_pages="1"' \
--form 'max_seconds="50"' \
--form 'note_type="0"' \
--form 'sort_type="general"'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{ "code": 200, "msg": "请求成功", "time": 1748684350, "data": { "has_more": true, "notes": [ { "cover": { "height": 1477, "url": "http://sns-webpic-qc.xhscdn.com/202505311739/6a10e97357151145102c0b3fcc4fcbcf/notes_pre_post/1040g3k831i127a777ak05pr8nqal8g05ksj41i8!nc_n_webp_mw_1", "width": 1080 }, "description": "", "id": "6836a831000000002101aa78", "images": [ { "height": 1477, "url": "http://sns-webpic-qc.xhscdn.com/202505311739/6a10e97357151145102c0b3fcc4fcbcf/notes_pre_post/1040g3k831i127a777ak05pr8nqal8g05ksj41i8!nc_n_webp_mw_1", "width": 1080 } ], "is_collected": false, "is_liked": false, "note_url": "https://www.xiaohongshu.com/explore/6836a831000000002101aa78", "publish_time": "3天前", "stats": { "collects": "2020", "comments": "2277", "likes": "2286", "shares": "153" }, "tags": [], "title": "老婆们有没有好用的口红推荐啊", "type": "normal", "user": { "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo31huhf0303i5g5pr8nqal8g05hbvodi8?imageView2/2/w/80/format/jpg", "nickname": "詹詹", "user_id": "6768be950000000015004005" }, "video": [] }, { "cover": { "height": 1660, "url": "http://sns-webpic-qc.xhscdn.com/202505311739/418875eab4862bc724eaa86604536b89/notes_pre_post/1040g3k031hhvr4nu42105onfnsb7oldp795g5go!nc_n_webp_mw_1", "width": 1242 }, "description": "", "id": "6827426800000000230024c2", "images": [ { "height": 1660, "url": "http://sns-webpic-qc.xhscdn.com/202505311739/418875eab4862bc724eaa86604536b89/notes_pre_post/1040g3k031hhvr4nu42105onfnsb7oldp795g5go!nc_n_webp_mw_1", "width": 1242 } ], "is_collected": false, "is_liked": false, "note_url": "https://www.xiaohongshu.com/explore/6827426800000000230024c2", "publish_time": "05-22", "stats": { "collects": "44", "comments": "74", "likes": "66", "shares": "72" }, "tags": [], "title": "老婆们,618囤什么口红啊(附私藏清单)", "type": "normal", "user": { "avatar": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo31hghsvcuk2005onfnsb7oldp9v76lmo?imageView2/2/w/80/format/jpg", "nickname": "梦可宝物", "user_id": "62efbf16000000001f0055b9" }, "video": [] }, { "cover": { "height": 1440, "url": "http://sns-webpic-qc.xhscdn.com/202505311739/65d2b2f5e95b22d0aeaedfe09b121dd3/1040g00831h3d3ln4jqr05pvig8hj9fcr9gk0uog!nc_n_webp_mw_1", "width": 1080 }, "description": "", "id": "680c55bb000000001c03c29e", "images": [ { "height": 1440, "url": "http://sns-webpic-qc.xhscdn.com/202505311739/65d2b2f5e95b22d0aeaedfe09b121dd3/1040g00831h3d3ln4jqr05pvig8hj9fcr9gk0uog!nc_n_webp_mw_1", "width": 1080 }, { "height": 2797, "url": "http://sns-webpic-qc.xhscdn.com/202505311739/a01769cdc27092e80d81fc60c87260fc/1040g00831h3d3ln4jqrg5pvig8hj9fcrb5rbsq8!nc_n_webp_mw_1", "width": 2099 }, { "height": 4032, "url": "http://sns-webpic-qc.xhscdn.com/202505311739/455453a42bb19550881eb60452d41840/1040g2sg31h3usb9h3ie05pvig8hj9fcr7un4ua0!nc_n_webp_mw_1", "width": 3024 } ], "is_collected": false, "is_liked": false, "note_url": "https://www.xiaohongshu.com/explore/680c55bb000000001c03c29e", "publish_time": "05-08", "stats": { "collects": "401", "comments": "
🟠400请求有误
修改于 2025-06-06 03:33:46