Tabcut Open API
  1. Item Creator
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
      • Item Search
      • Item Basic
      • Item Specifications
      • Item Video List
      • Item Video List V2
      • Item Video Statistics V2
      • Item Creator List
      • Item Creator List V2
      • 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 Statistics
      • Item Live Statistics V2
      • Item Creator Statistics
      • Item Creator Statistics V2
    • Item Creator
      • Item Creator Search
        GET
      • Item Creator Search V2
        GET
      • Item Creator Statistic
        GET
      • Item Creator Basic
        GET
      • Item Creator Items
        GET
      • Item Creator Items V2
        GET
      • Item Creator Item Category
        GET
      • Item Creator Item Category V2
        GET
      • Item Creator Video Trend
        GET
      • Item Creator Video Category
        GET
      • Item Creator Video Category V2
        GET
      • Item Creator Video List
        GET
      • Item Creator Video List V2
        GET
      • Item Creator Video Detail
        GET
      • Item Creator Trend
        GET
      • Item Creator Live List V2
        GET
      • Creator AI Insight Metrics
        GET
    • Seller
      • Seller Ranking
      • Seller Search
      • Seller Search V2
      • Seller - Basic Info
      • Seller - Statistics
      • Seller - Sales Distribution
      • Sales Trend Analysis
      • Video/Live Promotion Trend Analysis
      • Live Streaming Detailed Data
      • Category Analysis
      • Product Category List
      • Product List
      • Video Category List
      • Video List
      • Live Streaming List
      • Creator List
    • Item Video
      • Video Search
      • Item Video Basic
      • AI Insight
      • Item Video Item List
      • Item Video Trend
      • Item Video Play Url
      • Item Video Item List V2
    • Category
      • Potential Category List
    • Hashtag
      • Hashtag Search
      • Topic Rank
      • Topic Basic Info
      • Topic Usage Trend
      • Topic Associated Creator List
      • Topic Associated Video list
    • Live
      • Live Search
      • Live Room Basic
      • Product Category List
      • Product List
      • Live Room Trend
  • Meta APIs
    • Translation of Item category names
    • Country List
      GET
    • Item Category List
      GET
    • Tiktok Category List
      GET
  • Schemas
    • 通用response结构
    • 通用趋势数据元素结构
    • GMVInfoVO
    • ResultResponse?
    • RangeVO
    • CountVO
    • DistributionVO
    • TrendElementVOLong
    • sales distribution Creator info
    • Currency Symbol Info
    • TrendElementVOBigDecimal
    • CurrencySymbolVO
    • GmvAmountVO
    • GmvInfoVO
    • VideoTrendVO
    • OpenApiCreatorStatisticVO
    • ResultResponseVideoTrendVO
    • ResultResponseListOpenApiCreatorStatisticVO
  1. Item Creator

Item Creator Basic

GET
/api/item_creator/basic

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/item_creator/basic?uidList' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: Default: zh CN, this field value determines the language used for cacategoryName in the returned data'

Responses

🟢200Success
application/json
Body

Example
{
    "code": "200",
    "message": "成功!",
    "result": [
        {
            "uid": "7082091058951881770",
            "avatarUrl": "https://cdn.tabcut.com/dataservice/media/user/7082091058951881770/avatar.webp?x-oss-process=image/resize,w_246,h_246/format,webp",
            "name": "cupcakeꨄ",
            "uniqueId": "imperfect.barbie",
            "region": "US",
            "signature": "@cupcake🧁 \n\nWIG INFLUENCER. EMAIL: imperfect.barbie@influu.me  \natl📍",
            "followerCountInfo": {
                "total": 381300
            },
            "playCountInfo": {
                "total": 157328884
            },
            "likeCountInfo": {
                "total": 21887417
            },
            "shareCountInfo": {
                "total": 257730
            },
            "commentCountInfo": {
                "total": 188944
            },
            "originCreatorUrl": "https://www.tiktok.com/@imperfect.barbie",
            "videoCountTotal": null,
            "videoCountInfo": {
                "total": 347,
                "totalFromStart": 4226
            },
            "itemVideoCountInfo": {
                "total": 216,
                "totalFromStart": 723
            },
            "interactionRate": null,
            "engageRate": 0.0990,
            "liveRoomCount": null,
            "itemVideoAvgPlayCount": null,
            "liveRoomSoldCountPeriod": null,
            "categoryList": null,
            "itemVideoCountTotal": null,
            "videoSoldCount": null,
            "videoGmvInfo": null,
            "currencySymbolInfo": {
                "local": "$",
                "region": null
            },
            "gmvInfo": {
                "video": {
                    "local": 842066.73
                }
            },
            "liveRoomGmvInfo": null,
            "videoDuration": {
                "avg": 37245
            },
            "soldCountInfo": {
                "video": 43785
            },
            "gpmInfo": {
                "video": 13.12,
                "live": null,
                "total": null
            },
            "itemCategoryIds": [
                601450,
                603014
            ],
            "itemCategoryNames": [
                "美妆个护",
                "运动与户外"
            ],
            "mcnName": "influu USA",
            "userType": 3,
            "updateTime": 1766536403000,
            "bioEmail": "dollface_tay@icloud.com",
            "bioUrl": "{\"link\":\"https://paa.ge/dollfacetay\",\"risk\":3}",
            "insId": "dollface_.tay",
            "youtubeChannelId": "UCthwUhRg9_kANBzAXfZxygA",
            "liveRoomCountInfo": {
                "total": 45
            },
            "discoverTime": "2023-09-09 15:04:16"
        }
    ],
    "serverTime": "2025-12-25 10:18:15"
}
Modified at 2025-12-26 09:54:16
Previous
Item Creator Statistic
Next
Item Creator Items
Built with