小红书获取详情
支持以下两种方式(任选其一):
Authorization: Bearer YOUR_API_KEY
"api_key": "YOUR_API_KEY"
| 参数名 | 类型 | 说明 |
|---|---|---|
api_id |
Int | 固定值: 8 |
api_key |
String | (可选)如果不使用Header鉴权,请在此传入 Key |
params.Cookie |
string | |
params.url |
string | 长链接 |
curl -X POST "https://api2.haofangkeji.com/api/run" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxxxxxxx" \
-d '{
"api_id": 8,
"params": {
"Cookie": "",
"url": "长链接"
}
}'
如果您不习惯使用 Header,可以将 API Key 直接放在 Body 里:
{
"api_key": "sk-xxxxxxxx",
"api_id": 8,
"params": {
"Cookie": "",
"url": "长链接"
}
}
{
"status": "success",
"desc": "宝藏旋律,承包每日快乐#一听就爱上的宝藏歌曲[话题]##粤语港风歌曲[话题]#",
"imageList": [
"http://sns-webpic-qc.xhscdn.com/202601271227/018f2cadccb8944e1042d76abc70d5bb/1040g00831rq1s79lig605n4hrhb5l086a94ifpg!nd_dft_wlteh_jpg_3"
],
"ipLocation": "重庆",
"lastUpdateTime": 1769416728000,
"noteId": "69772817000000001a032cfb",
"time": 1769416727000,
"title": "粤语小调轻哼,满心欢喜",
"type": "video",
"userAvatar": "https://sns-avatar-qc.xhscdn.com/avatar/66626db92fd7f54f80207f82.jpg",
"userNickname": "佳佳💦",
"userId": "5c91dc560000000016028106",
"xsecToken": "CBD1ZOtLrAOMX0LojI2BtvW8CE_4D1237YAMdw3orkHOE=",
"collected": false,
"collectedCount": 13,
"commentCount": 2,
"followed": false,
"liked": false,
"likedCount": 15,
"relation": "none",
"shareCount": 1,
"url": "https://www.xiaohongshu.com/explore/69772817000000001a032cfb?app_platform=android&ignoreEngage=true&app_version=9.18.3&share_from_user_hidden=true&xsec_source=app_share&type=video&xsec_token=CBD1ZOtLrAOMX0LojI2BtvW8CE_4D1237YAMdw3orkHOE=&author_share=1&shareRedId=N0k7MUdIOT82NzUyOTgwNjc5OTk8NjY_&apptime=1769420555&share_id=ebfe0e389ed44d77886be19e6741c873&share_channel=copy_link&appuid=5c91dc560000000016028106&xhsshare=CopyLink"
}