Tabcut Open API
  1. Item
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
        GET
      • Item Search
        GET
      • Item Basic
        GET
      • Item Video List
        GET
      • Item Creator List
        GET
      • Item Trend
        GET
      • Item Sales Mode Distribution
        GET
      • Item Sales Channels Distribution
        GET
    • Item Creator
      • Item Creator Statistic
      • Item Creator Basic
      • Item Creator Items
      • Item Creator Item Category
      • Item Creator Video Trend
      • Item Creator Video Category
      • Item Creator Video List
      • Item Creator Video Detail
      • Item Creator Search
      • Item Creator Trend
    • Seller
      • Seller Ranking
      • Seller Search
    • Item Video
      • Item Video Item List
      • Item Video Trend
      • Item Video Basic
      • Item Video Play Url
  • Meta APIs
    • Translation of Item category names
    • Region List
      GET
    • Item Category List
      GET
    • Tiktok Category List
      GET
  1. Item

Item Ranking

GET
/api/item/ranking/list

Request

Query Params

Header Params

Request 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/ranking/list?rankDay&region&itemCategoryId&localPriceBegin&localPriceEnd&pageNo&pageSize&sort' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'

Responses

🟢200成功
application/json
Body

Example
{
    "code": "200",
    "message": "Success",
    "result": {
        "total": 500,
        "pageNo": 2,
        "pageSize": 10,
        "data": [
            {
                "itemId": "1729456355335900081",
                "itemName": "Son Kem Lì, Bền Màu, Lâu Trôi Merzy The First Velvet Tint V6 Xanh Lá Green Edition 4.5g",
                "itemPicUrl": "http://cdn.tabcut.com/dataservice/media/item/1729456355335900081/17294563553359000810.webp?auth_key=1703149405-0-0-e6055b711269c1c98a650755534c5b39&image_process=resize,fh_246,fw_246/format,png",
                "region": "VN",
                "categoryId": 2,
                "categoryName": "",
                "soldCountPeriod": 1887,
                "soldCountGrowthRate": 1.496,
                "rank": 11,
                "currencySymbolInfo": {
                    "local": "₫",
                    "region": "$"
                },
                "priceList": [
                    {
                        "local": 159000,
                        "region": 6.52
                    }
                ],
                "fullManagedFlag": 0
            }
        ]
    },
    "serverTime": "2023-12-21 16:53:25"
}
Modified at 2025-06-24 03:07:08
Previous
【Must-Read】About Signature
Next
Item Search
Built with