Tabcut Open API
  1. Item Creator
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
        GET
      • Item Creator Basic
        GET
      • Item Creator Items
        GET
      • Item Creator Item Category
        GET
      • Item Creator Video Trend
        GET
      • Item Creator Video Category
        GET
      • Item Creator Video List
        GET
      • Item Creator Video Detail
        GET
      • Item Creator Search
        GET
      • Item Creator Trend
        GET
    • 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 Creator

Item Creator Statistic

GET
/api/item_creator/statistic

Request

Query Params
uidList
string 
required
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/item_creator/statistic?uidList=' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'

Responses

🟢200Success
application/json
Body
code
string 
optional
message
string 
optional
result
array [object {18}] 
optional
currencySymbolInfo
object 
optional
Currency unit
followerCountInfo
object 
optional
Basic Information - Basic Profiles - Follower growth
likeCountInfo
object 
optional
Basic Information - Basic Profiles - Like count growth
videoCountInfo
object 
optional
Basic Information - Basic Profiles - Number of published videos
liveCountInfo
object 
optional
Basic Information - Basic Profiles - Average view count
avgLiveCountInfo
object 
optional
Basic Information - Basic Profiles - Number of live streams
avgPlayCountInfo
object 
optional
Basic Information - Basic Profiles - Average number of viewers per live stream
totalItemCount
object 
optional
Product Promotion - Overall Promotion Data - Number of promoted products
totalSellerCount
object 
optional
Product Promotion - Overall Promotion Data - Number of partner stores
totalSoldCount
object 
optional
Product Promotion - Overall Promotion Data - Number of products sold
totalLocalGmv
object 
optional
Product Promotion - Overall Promotion Data - Gross Merchandise Volume (GMV)
itemCountByVideoInfo
object 
optional
Product Promotion - Video Promotion Data - Number of promoted products with sales
soldCountByVideoInfo
object 
optional
Product Promotion - Video Promotion Data - Number of products sold
gmvByVideoInfo
object 
optional
Product Promotion - Video Promotion Data - Gross Merchandise Volume (GMV)
avgPriceByVideo
object 
optional
Product Promotion - Video Promotion Data - Average unit price
liveItemCount
object 
optional
Product Promotion - Live-streaming Promotion Data - Number of promoted products
soldCountByLiveInfo
object 
optional
Product Promotion - Live-streaming Promotion Data - Number of products sold
gmvByLiveInfo
object 
optional
Product Promotion - Live-streaming Promotion Data - Gross Merchandise Volume (GMV)
Example
{
    "code": "string",
    "message": "string",
    "result": [
        {
            "currencySymbolInfo": {
                "local": "string",
                "region": "string"
            },
            "followerCountInfo": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "likeCountInfo": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "videoCountInfo": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "liveCountInfo": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "avgLiveCountInfo": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "avgPlayCountInfo": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "totalItemCount": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "totalSellerCount": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "totalSoldCount": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "totalLocalGmv": {
                "period7d": {
                    "local": 0,
                    "region": 0
                },
                "period30d": {
                    "local": 0,
                    "region": 0
                },
                "period90d": {
                    "local": 0,
                    "region": 0
                }
            },
            "itemCountByVideoInfo": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "soldCountByVideoInfo": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "gmvByVideoInfo": {
                "period7d": {
                    "local": 0,
                    "region": 0
                },
                "period30d": {
                    "local": 0,
                    "region": 0
                },
                "period90d": {
                    "local": 0,
                    "region": 0
                }
            },
            "avgPriceByVideo": {
                "period7d": {
                    "local": 0,
                    "region": 0
                },
                "period30d": {
                    "local": 0,
                    "region": 0
                },
                "period90d": {
                    "local": 0,
                    "region": 0
                }
            },
            "liveItemCount": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "soldCountByLiveInfo": {
                "period7d": 0,
                "period30d": 0,
                "period90d": 0
            },
            "gmvByLiveInfo": {
                "period7d": {
                    "local": 0,
                    "region": 0
                },
                "period30d": {
                    "local": 0,
                    "region": 0
                },
                "period90d": {
                    "local": 0,
                    "region": 0
                }
            }
        }
    ]
}
Modified at 2025-06-24 09:47:03
Previous
Item Sales Channels Distribution
Next
Item Creator Basic
Built with