1. Category
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
      • 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
      • Video - Search V2
      • Item Video Basic
      • Video - Period Statistics
      • AI Insight
      • Item Video Item List
      • Item Video Trend
      • Item Video Play Url
      • Item Video Item List V2
      • Item Video Item List V3
    • Category
      • Category - Potential Categories
        GET
      • Category - Market GMV Trend
        GET
      • Category - Top10 Categories
        GET
    • Hashtag
      • Hashtag Search
      • Hashtag Search V2
      • Topic Rank
      • Topic Basic Info
      • Topic Basic Info V2 (Period Aggregation)
      • Topic Usage Trend
      • Topic Associated Creator List
      • Topic Associated Video list
      • Topic Associated Video list V2
    • Live
      • Live Room Search
      • Live Room Basic Information
      • Product Category List
      • Product List
      • Product List V2
      • Live Room Trend
    • Data Expand
      • Data Expand - Manual Update
  • Meta APIs
    • Translation of Item category names
    • Country List
      GET
    • Item Category List
      GET
    • Tiktok Category List
      GET
    • Metadata - Language List
      GET
    • Metadata - Country List
      GET
  • Data
    • Live
    • Item
  • Schemas
    • 通用response结构
    • 通用趋势数据元素结构
    • GMVInfoVO
    • ResultResponse?
    • RangeVO
    • CountVO
    • DistributionVO
    • TrendElementVOLong
    • sales distribution Creator info
    • Currency Symbol Info
    • TrendElementVOBigDecimal
    • CurrencySymbolVO
    • GmvAmountVO
    • GmvInfoVO
    • VideoTrendVO
    • OpenApiCreatorStatisticVO
    • ResultResponseVideoTrendVO
    • ResultResponseListOpenApiCreatorStatisticVO
  1. Category

Category - Potential Categories

GET
/api/category/potential

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/category/potential?region=US&yearMonth=202501&tkCategoryLv1Ids=601586&tkCategoryLv2Ids=&tkCategoryLv3Ids=&categoryLevels=L1&perDayGmvIncrRateStart=0.1&perDayGmvIncrRateEnd=0.5&top3SellerGmvRatioStart=&top3SellerGmvRatioEnd=&top10SellerGmvRatioStart=&top10SellerGmvRatioEnd=&localGmvStart=&localGmvEnd=&avgSellerLocalGmvStart=&avgSellerLocalGmvEnd=&sortField=gmvPeriod&sortType=desc&pageNo=1&pageSize=10' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: en'

Responses

🟢200Success
application/json
Body

Example
{
    "code": "200",
    "message": "Success!",
    "result": {
        "total": 0,
        "pageNo": 0,
        "pageSize": 0,
        "data": [
            {
                "tkLvId": "string",
                "tkLvName": "string",
                "level": "string",
                "gmvInfo": {
                    "periodCurrent": {
                        "local": 0,
                        "region": 0
                    },
                    "period1d": {
                        "local": 0,
                        "region": 0
                    }
                },
                "perDayGmvIncrRate": 0,
                "sellerCount": 0,
                "soldItemCount": 0,
                "soldCountMonth": 0,
                "avgSellerGmv": {
                    "local": 0,
                    "region": 0
                },
                "avgPrice": {
                    "local": 0,
                    "region": 0
                },
                "avgCommissionRate": 0,
                "top3SellerGmvRatio": 0,
                "top10SellerGmvRatio": 0,
                "videoLocalGmvRatio": 0,
                "liveLocalGmvRatio": 0,
                "othersLocalGmvRatio": 0,
                "creatorLocalGmvRatio": 0,
                "gmvTrendList": [
                    {
                        "date": "20250101",
                        "local": 0,
                        "region": 0
                    }
                ],
                "top3ItemList": [
                    {
                        "itemId": "string",
                        "itemName": "string",
                        "itemCoverUrl": "string",
                        "sellerId": "string",
                        "localGmv": "string",
                        "localSkuMinPrice": "string",
                        "rn": 0
                    }
                ]
            }
        ]
    },
    "serverTime": "2026-02-05 10:53:25"
}
Modified at 2026-04-13 08:32:38
Previous
Item Video Item List V3
Next
Category - Market GMV Trend
Built with