1. Item
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
        GET
      • Item Search
        GET
      • Item Search V2
        GET
      • Item Basic
        GET
      • Item Specifications
        GET
      • Item Video List
        GET
      • Item Video List V2
        GET
      • Item Video List V3
        GET
      • Item Video Statistics V2
        GET
      • Item Creator List
        GET
      • Item Creator List V2
        GET
      • Item Creator List V3
        GET
      • Item Trend
        GET
      • Item Sales Mode Distribution
        GET
      • Item Sales Mode Distribution V2
        GET
      • Item Sales Channels Distribution
        GET
      • Item Sales Channels Distribution V2
        GET
      • Item Live Room List
        GET
      • Item Live Room List V2
        GET
      • Item Live Room List V3
        GET
      • Item Live Statistics
        GET
      • Item Live Statistics V2
        GET
      • Item Creator Statistics
        GET
      • Item Creator Statistics V2
        GET
    • Item Creator
      • Item Creator Search
      • Item Creator Search V2
      • Item Creator Search V3
      • Item Creator Statistic
      • Item Creator Statistic V2
      • Item Creator Basic
      • Item Creator Items
      • Item Creator Items V2
      • Item Creator Items V3
      • Item Creator Item Category
      • Item Creator Item Category V2
      • Item Creator Item Category V3
      • Item Creator Video Trend
      • Item Creator Video Category
      • Item Creator Video Category V2
      • Item Creator Video List
      • Item Creator Video List V2
      • Item Creator Video Detail
      • Item Creator Trend
      • Item Creator Live List V2
      • Creator AI Insight Metrics
      • Item Creator Seller List
    • Seller
      • Seller Ranking
      • Seller Search
      • Seller Search V2
      • Seller - Search V3
      • Seller - Basic Info
      • Seller - Statistics
      • Seller - Statistics V2
      • Seller - Sales Distribution
      • Sales Trend Analysis
      • Video/Live Promotion Trend Analysis
      • Live Streaming Detailed Data
      • Category Analysis
      • Product Category List
      • Seller - Item List V1
      • Seller - Item List V2
      • Video Category List
      • Video List
      • Live Streaming List
      • Seller - Creator List V1
      • Seller - Creator List V2
    • Item Video
      • Video Search
      • Item Video Basic
      • AI Insight
      • Item Video Item List
      • Item Video Trend
      • Item Video Play Url
      • Item Video Item List V2
    • Category
      • Potential Category List
    • Hashtag
      • Hashtag Search
      • Topic Rank
      • Topic Basic Info
      • Topic Usage Trend
      • Topic Associated Creator List
      • Topic Associated Video list
    • Live
      • Live Search
      • Live Room Basic
      • Product Category List
      • Product List
      • Live Room Trend
  • Meta APIs
    • Translation of Item category names
    • Country List
    • Item Category List
    • Tiktok Category List
    • Metadata - Language List
    • Metadata - Country List
  • Schemas
    • 通用response结构
    • 通用趋势数据元素结构
    • GMVInfoVO
    • ResultResponse?
    • RangeVO
    • CountVO
    • DistributionVO
    • TrendElementVOLong
    • sales distribution Creator info
    • Currency Symbol Info
    • TrendElementVOBigDecimal
    • CurrencySymbolVO
    • GmvAmountVO
    • GmvInfoVO
    • VideoTrendVO
    • OpenApiCreatorStatisticVO
    • ResultResponseVideoTrendVO
    • ResultResponseListOpenApiCreatorStatisticVO
  1. Item

Item Creator List V3

GET
/api/item/v3/creator_list
Query the associated creator list for a product (V3). Supports custom date range query, camelCase sort fields with asc/desc ordering. Adds total GMV, total sold count, and average sale price metrics.

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item/v3/creator_list?itemId=&sortField=followerCountTotal&sortType=desc&lastCollaborationBeginDs=20241122&lastCollaborationEndDs=20251221&contactPlatform=&relatedType=&creatorType=&firstCollaborationInPeriodFlag=&pageNo=1&pageSize=10' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: ja-JP'

Responses

🟢200Success
json
Body

Example
{
    "code": "200",
    "message": "Success!",
    "result": {
        "total": 0,
        "pageNo": 0,
        "pageSize": 0,
        "data": [
            {
                "authorUid": "string",
                "authorAvatarUrl": "string",
                "authorName": "string",
                "uniqueId": "string",
                "region": "string",
                "regionCommentZh": "string",
                "regionCommentEn": "string",
                "followerCountTotal": 0,
                "originAuthorUrl": "string",
                "liveRoomCount": 0,
                "itemVideoAvgPlayCount": 0,
                "liveRoomSoldCountPeriod": 0,
                "categoryList": [
                    {
                        "categoryName": "string",
                        "id": 0,
                        "pid": 0,
                        "region": "string",
                        "level": 0,
                        "tkCategoryId": "string"
                    }
                ],
                "itemVideoCountTotal": 0,
                "videoSoldCount": 0,
                "currencySymbolInfo": {
                    "local": "string",
                    "region": "string"
                },
                "videoGmvInfo": {
                    "periodCurrent": {
                        "local": 0,
                        "region": 0
                    },
                    "total": {
                        "local": 0,
                        "region": 0
                    }
                },
                "liveRoomGmvInfo": {
                    "periodCurrent": {
                        "local": 0,
                        "region": 0
                    },
                    "total": {
                        "local": 0,
                        "region": 0
                    }
                },
                "totalGmvInfo": {
                    "periodCurrent": {
                        "local": 0,
                        "region": 0
                    },
                    "total": {
                        "local": 0,
                        "region": 0
                    }
                },
                "totalSoldCount": 0,
                "avgSalePriceInfo": {
                    "periodCurrent": {
                        "local": 0,
                        "region": 0
                    }
                },
                "tiktokUrl": "string",
                "tabcutUrl": "string",
                "bioEmail": "string",
                "insId": "string",
                "youtubeChannelId": "string",
                "twitterId": "string",
                "youtubeChannelTitle": "string",
                "twitterName": "string"
            }
        ]
    },
    "serverTime": "2026-02-05 10:53:25"
}
Modified at 2026-03-18 02:57:26
Previous
Item Creator List V2
Next
Item Trend
Built with