Tabcut Open API
  1. Seller
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
      • Item Search
      • Item Basic
      • Item Video List
      • Item Creator List
      • Item Trend
      • Item Sales Mode Distribution
      • Item Sales Channels Distribution
    • 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
        GET
      • Seller Search
        GET
    • 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. Seller

Seller Ranking

GET
/api/seller/ranking/list

Request

Query Params
rankDay
integer 
required
1 - Daily Ranking, 7 - Weekly Ranking, 30 - Monthly Ranking
itemCategoryId
integer 
optional
Product category ID, enumeration value. If not passed, view all categories. Obtain from the category interface under metadata.
region
string 
required
Country, abbreviated in uppercase English letters. Obtain from the country list interface under metadata.
sort
integer 
required
Sorting field: 1 - Sales Volume, 2 - Growth Rate, 3 - Sales Amount
soldCountPeriodBegin
integer 
optional
Start point of sales volume in this period
soldCountPeriodEnd
integer 
optional
End point of sales volume in this period
pageNo
integer 
optional
Page number, default value = 1
pageSize
integer 
optional
Number of items per page, default value = 10, minimum 1, maximum 100
Header Params
x-appKey
string 
required
Example:
{{appKey}}
x-timestamp
string 
required
Example:
{{x-timestamp}}
x-sign
string 
required
Example:
{{x-sign}}

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

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-06-24 12:42:25
Previous
Item Creator Trend
Next
Seller Search
Built with