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 Search

GET
/api/seller/search

Request

Query Params
sellerName
string 
required
Store search name
region
string 
optional
Country, abbreviated in uppercase English letters. Obtained from the country list interface under metadata.
itemCategoryId
integer 
optional
Product category ID, enumeration value. If not passed, view all categories. Obtained from the category interface under metadata.
fullManagedFlag
integer 
optional
Whether it is fully managed, 0 - No, 1 - Yes
sortField
string 
optional
Sorting field. Default: seller_sold_count_1d
seller_sold_count_1d: Daily sales volume
seller_rmb_gmv_1d: Estimated daily sales amount
seller_local_gmv_rate_1d: Daily GMV growth rate
seller_sold_count_7d: Total sales volume in the last 7 days
seller_rmb_gmv_7d: Estimated sales amount in the last 7 days
seller_local_gmv_rate_7d: GMV growth rate in the last 7 days
seller_sold_count_30d: Total sales volume in the last 30 days
seller_rmb_gmv_30d: Estimated sales amount in the last 30 days
seller_local_gmv_rate_30d: GMV growth rate in the last 30 days
sortOrder
string 
optional
Ascending order: asc; Descending order: desc. Default is descending order desc
pageNo
integer 
optional
Page number. Default value: 1, maximum 1000
pageSize
integer 
optional
Page size. Default value is 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/search?sellerName=&region=&itemCategoryId=&fullManagedFlag=&sortField=&sortOrder=&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:17
Previous
Seller Ranking
Next
Item Video Item List
Built with