特看数据开放api
  1. 商品
特看数据开放api
  • 【必看】关于加签
  • 关于接口状态
  • 数据相关
    • 商品
      • 商品榜
        GET
      • 商品搜索
        GET
      • 商品详情页基础信息
        GET
      • 商品详情页带货视频列表
        GET
      • 商品详情页关联达人列表
        GET
      • 商品详情页趋势列表
        GET
      • 商品详情页带货渠道分布
        GET
      • 商品详情页销售方式分布
        GET
    • 带货达人
      • 带货达人详情页基础信息
      • 带货达人的基础概况
      • 达人带货商品品类分布
      • 达人带货商品列表
      • 达人带货视频的类目及其个数
      • 达人带货视频列表
      • 达人带货视频信息
      • 带货达人趋势数据
      • 达人带货视频单天趋势信息
      • 达人搜索
    • 店铺
      • 店铺榜
      • 店铺搜索
    • 带货视频
      • 带货视频详情页基础信息
      • 带货视频趋势分析
      • 带货视频关联商品列表
      • 获取视频播放地址
  • 元数据
    • 商品类目名称翻译
    • 国家列表
      GET
    • 商品类目
      GET
    • 获取tiktok类目列表
      GET
  1. 商品

商品详情页带货视频列表

正式环境
http://open.tabcut.com:8090
正式环境
http://open.tabcut.com:8090
GET
http://open.tabcut.com:8090
/api/item/video_list

请求参数

Query 参数
itemId
string 
商品id
必需
filterType
string 
必需
排序的枚举值,皆为倒序,1-播放数,2-点赞数,3-分享数,4-评论数,5-预估销量,6-预估销售额,7-发布时间
videoCreateTimeBegin
string 
必需
视频发布时间开始值,格式:yyyy-MM-dd HH:mm:ss
videoCreateTimeEnd
string 
必需
视频发布时间结束值,格式:yyyy-MM-dd HH:mm:ss
pageNo
integer 
页码,默认值=1
可选
pageSize
integer 
可选
每页条数,默认值=10
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
上一页
商品详情页基础信息
下一页
商品详情页关联达人列表
Built with