特看数据开放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/creator_list

请求参数

Query 参数

请求示例代码

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/creator_list?itemId=&pageNo=&pageSize=&contactPlatform=&filterType=&firstCollaborationInPeriodFlag=true&relatedType=&creatorType=&lastCollaborationTimeBegin=2025-07-02 00:00:00&lastCollaborationTimeEnd=2025-07-31 23:59:59'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": "200",
    "message": "成功!",
    "result": {
        "total": 400,
        "pageNo": 1,
        "pageSize": 10,
        "data": [
            {
                "authorUid": "145643591191789568",
                "authorAvatarUrl": "https://cdn.tabcut.com/dataservice/media/user/145643591191789568/avatar.webp?x-oss-process=image/resize,w_246,h_246/format,webp",
                "authorName": "Erika Carlina",
                "uniqueId": "eri_carl",
                "region": "ID",
                "regionCommentZh": "印度尼西亚",
                "regionCommentEn": "Indonesia",
                "followerCountTotal": 2557215,
                "playCountTotal": null,
                "likeCountTotal": null,
                "shareCountTotal": null,
                "commentCountTotal": null,
                "originAuthorUrl": "https://www.tiktok.com/@eri_carl",
                "videoCountTotal": null,
                "interactionRate": null,
                "localPriceCurrency": "IDR",
                "localPriceSymbol": "Rp",
                "liveRoomCount": 3,
                "itemVideoAvgPlayCount": 25756241,
                "liveRoomSoldCountPeriod": 1,
                "liveRoomLocalGmvPeriod": 289520.000000,
                "categoryList": [
                    {
                        "categoryName": "美妆个护",
                        "id": 2,
                        "pid": 0,
                        "region": "CN",
                        "level": 1
                    }
                ],
                "itemVideoCountTotal": 4,
                "videoSoldCount": 2605,
                "videoLocalGmv": 891423352.000000,
                "currencySymbolInfo": {
                    "local": "Rp",
                    "region": "$"
                },
                "gmvInfo": {
                    "periodCurrent": {
                        "local": 891423352.00,
                        "region": 54376.82
                    },
                    "total": {
                        "local": 891423352.00,
                        "region": 54376.82
                    }
                },
                "liveRoomGmvInfo": {
                    "periodCurrent": {
                        "local": 289520.00,
                        "region": 17.66
                    }
                },
                "tiktokUrl": "https://www.tiktok.com/@eri_carl",
                "tabcutUrl": "https://www.tabcut.com/ranking/talent-with-goods/detail?id=145643591191789568",
                "bioEmail": "Erikacarlina9@gmail.com",
                "insId": "eri.carl",
                "youtubeChannelId": "",
                "twitterId": "",
                "youtubeChannelTitle": "",
                "twitterName": ""
            }
        ]
    },
    "serverTime": "2025-08-01 11:28:53"
}
修改于 2025-08-01 03:55:41
上一页
商品详情页带货视频列表
下一页
商品详情页趋势列表
Built with