1. Item Creator
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
      • Item Search
      • Item Search V2
      • Item Basic
      • Item Specifications
      • Item Video List
      • Item Video List V2
      • Item Video List V3
      • Item Video Statistics V2
      • Item Creator List
      • Item Creator List V2
      • Item Creator List V3
      • Item Trend
      • Item Sales Mode Distribution
      • Item Sales Mode Distribution V2
      • Item Sales Channels Distribution
      • Item Sales Channels Distribution V2
      • Item Live Room List
      • Item Live Room List V2
      • Item Live Room List V3
      • Item Live Statistics
      • Item Live Statistics V2
      • Item Creator Statistics
      • Item Creator Statistics V2
    • Item Creator
      • Item Creator Search
        GET
      • Item Creator Search V2
        GET
      • Item Creator Search V3
        GET
      • Item Creator Statistic
        GET
      • Item Creator Statistic V2
        GET
      • Item Creator Basic
        GET
      • Item Creator Items
        GET
      • Item Creator Items V2
        GET
      • Item Creator Items V3
        GET
      • Item Creator Item Category
        GET
      • Item Creator Item Category V2
        GET
      • Item Creator Item Category V3
        GET
      • Item Creator Video Trend
        GET
      • Item Creator Video Category
        GET
      • Item Creator Video Category V2
        GET
      • Item Creator Video List
        GET
      • Item Creator Video List V2
        GET
      • Item Creator Video Detail
        GET
      • Item Creator Trend
        GET
      • Item Creator Live List V2
        GET
      • Creator AI Insight Metrics
        GET
      • Item Creator Seller List
        GET
    • 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 Creator

Item Creator Seller List

GET
/api/item_creator/sellers

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_creator/sellers?uid=&period=30d&sortField=sellerSoldCount&sortType=desc&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
application/json
Body

Example
{
    "code": "200",
    "message": "Success!",
    "result": {
        "total": 0,
        "pageNo": 0,
        "pageSize": 0,
        "data": [
            {
                "sellerId": "string",
                "sellerName": "string",
                "sellerLogoUrl": "string",
                "sellerType": 0,
                "mainCategoryId": [
                    "string"
                ],
                "mainCategoryName": [
                    "string"
                ],
                "sellerLocalGmvPeriod": {
                    "local": 0,
                    "region": 0
                },
                "sellerSoldCountPeriod": 0,
                "avgPricePeriod": {
                    "local": 0,
                    "region": 0
                },
                "newItemCountPeriod": 0,
                "top3ItemList": [
                    {
                        "itemId": "string",
                        "itemName": "string",
                        "itemCoverUrl": "string",
                        "sellerId": "string",
                        "localGmv": "string",
                        "localSkuMinPrice": "string",
                        "rn": 0
                    }
                ]
            }
        ]
    },
    "serverTime": "2026-03-28 10:00:00"
}
Modified at 2026-03-28 10:27:18
Previous
Creator AI Insight Metrics
Next
Seller Ranking
Built with