商品详情页带货视频列表
正式环境
http://open.tabcut.com:8090
正式环境
http://open.tabcut.com:8090
GET
http://open.tabcut.com:8090
请求参数
Query 参数
itemId
string
商品id
filterType
string
必需
videoCreateTimeBegin
string
必需
videoCreateTimeEnd
string
必需
pageNo
integer
页码,默认值=1
pageSize
integer
可选
Header 参数
x-appKey
string
必需
示例值:
{{appKey}}
x-timestamp
string
必需
示例值:
{{x-timestamp}}
x-sign
string
必需
示例值:
{{x-sign}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item/video_list?itemId&filterType&videoCreateTimeBegin&videoCreateTimeEnd&pageNo&pageSize' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
result
object
必需
total
integer
必需
pageNo
integer
必需
pageSize
integer
必需
data
array [object {2}]
必需
serverTime
string
必需
示例
{
"code": "200",
"message": "成功!",
"result": {
"total": 407,
"pageNo": 1,
"pageSize": 10,
"data": [
{
"creatorInfo": {
"uid": "6717677751207527429",
"avatarUrl": "http://cdn.tabcut.com/dataservice/media/user/6717677751207527429/avatar.webp?auth_key=1703227352-0-0-bb79d573bf2570bb2ed975d5e979b81e&image_process=resize,fh_246,fw_246/format,png",
"name": "Ellie Young",
"uniqueId": "ellieyoung1993",
"region": "GB",
"followerCountInfo": {
"total": 148192
},
"originCreatorUrl": "https://www.tiktok.com/@ellieyoung1993"
},
"videoInfo": {
"videoId": "7294187928803134752",
"videoCoverUrl": "http://cdn.tabcut.com/dataservice/media/video/cover/7294187928803134752.webp?auth_key=1703227352-0-0-0d0c79b54634528ed932df0f70d96743&image_process=format,png",
"videoUrl": "http://cdn.tabcut.com/dataservice/media/video/7294187928803134752.mp4?auth_key=1703227352-0-0-b32e9113952aa7740298dbf442e31c73",
"videoDesc": "🥶 🥶🥶 #hotwaterbottle #hotwaterbottlebelt #periodpainreliefbelt #hotwaterbottlepouch #hotwaterbottlecover #foryou #foryoupage #viralproducts #wearablehotwaterbottle ",
"videoDuration": 81315,
"discoverTime": 1698390901979,
"createTime": 1698310478000,
"updateTime": 1699576806122,
"originVideoUrl": "https://www.tiktok.com/@null/video/7294187928803134752?is_copy_url=1&is_from_webapp=v1",
"creatorUid": "6717677751207527429",
"region": "GB",
"playCountInfo": {
"total": 1231311
},
"likeCountInfo": {
"total": 47173
},
"shareCountInfo": {
"total": 280
},
"commentCountInfo": {
"total": 749
},
"soldCountInfo": {
"total": 3180
},
"currencySymbolInfo": {
"local": "£",
"region": "$"
},
"gmvInfo": {
"total": {
"local": 22263.75,
"region": 28174.82
}
}
}
}
]
},
"serverTime": "2023-12-22 14:32:32"
}
修改于 2025-05-26 02:48:50