- 舞码飞扬
- 快手
- 微信
- 抖音
- 小红书
- 视频号
- 公共
作品详情采集-获取结果
GET
https://api.newrank.cn/api/v2/custom/xhs/wuma/opus/detail/task/get
小红书
请求参数
Query 参数
taskId
string
任务id
示例值:
639294c600502xx7t5tsufju
Header 参数
key
string
必需
默认值:
{{key}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.newrank.cn/api/v2/custom/xhs/wuma/opus/detail/task/get?taskId=639294c600502xx7t5tsufju' \
--header 'key;'
返回响应
🟢200成功
application/json
Body
msg
string
必需
data
object
必需
opusId
string
作品id
likeNum
integer
点赞数
commentNum
integer
评论数
collectNum
integer
收藏数
shareNum
integer
分享数
updateTime
string
更新时间
uid
string
账号id
nickname
string
昵称
account
string
小红书号
title
string
标题
cover
string
封面
type
string
类型
content
string
内容
url
string
地址
images
string | null
正文图片地址
publishTime
string
发布时间
topics
string
话题
lastEditTime
string
最后更新时间
duration
string
时长
code
enum<integer>
必需
枚举值:
20040140340440542950250310001100021000910629100071061111003
示例
{
"msg": "成功",
"code": 200,
"data": {
"uid": "569a182282ec3946d8526b50",
"nickname": "多拿滋圆圆圈",
"account": "894761442",
"opusId": "6464f72a0000000027003d48",
"title": "干枯头发成功下车啦",
"cover": "http://sns-img-qc.xhscdn.com/1000g0082gp5l78kim00g4565p4c24qqg22asrag?imageView2/2/w/540/format/jpg/q/75",
"type": "normal",
"content": "之前染烫过头发有点干枯,然后看起来没有质感,现在洗完头湿发状态下抹一遍这个护发素,再等几分钟后冲掉,吹干以后头发很顺滑,也滋润了很多!#柔顺[话题]#",
"collectNum": 1,
"commentNum": 6,
"likeNum": 14,
"shareNum": 1,
"url": "https://www.xiaohongshu.com/explore/6464f72a0000000027003d48",
"images": "[\"http://sns-na-i4.xhscdn.com/spectrum/1000g0k01focfva0b400041c8s3f1hkgnhugdlpg?imageView2/2/w/540/format/jpg/q/75\",\"http://sns-na-i4.xhscdn.com/spectrum/1000g0k01fofo7ocaq00041c8s3f1hkgnm1upvr8?imageView2/2/w/540/format/jpg/q/75\",\"http://sns-na-i4.xhscdn.com/spectrum/1000g0k01fofo7k0aq00041c8s3f1hkgnmn73nj0?imageView2/2/w/540/format/jpg/q/75\",\"http://sns-na-i4.xhscdn.com/spectrum/1000g0k01fofo7b2aq00041c8s3f1hkgn3b51qe0?imageView2/2/w/540/format/jpg/q/75\",\"http://sns-na-i4.xhscdn.com/spectrum/1000g0k01foe6286ai00041c8s3f1hkgnucb6j0o?imageView2/2/w/540/format/jpg/q/75\",\"http://sns-na-i4.xhscdn.com/spectrum/1000g0k01focfveaaq00041c8s3f1hkgnhrqv85o?imageView2/2/w/540/format/jpg/q/75\",\"http://sns-na-i4.xhscdn.com/spectrum/1000g0k01foe62c2am00041c8s3f1hkgnf2upm5g?imageView2/2/w/540/format/jpg/q/75\"]",
"publishTime": "2023-05-17 23:47:54",
"topics": "[\"柔顺\"]",
"lastEditTime": "2023-05-18 17:19:42",
"duration": 0
}
}
修改于 2024-12-03 03:44:45