Skip to main content
GET
/
v1
/
tiktok
/
shop
/
list
/
analytics
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/shop/list/analytics' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "category_id": "603014",
      "category_l2_id": "835592",
      "category_l3_id": "700740",
      "cover_url": "https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/587383daaf8a4eaaa4dfb4c8f2b5944f~tplv-fhlh96nyum-resize-png:300:300.png?dr=12184&t=555f072d&ps=933b5bde&shp=905da467&shcp=6ce186a1&idc=useast5&from=2422056039",
      "first_crawl_dt": 20250823,
      "from_flag": 1,
      "most_product_category_list": "[{ \"category_name\":\"Sports & Outdoor\",\"category_id\":\"603014\"}]",
      "product_category_list": "[{ \"category_name\":\"Sports & Outdoor\",\"category_id\":\"603014\"}]",
      "rating": 0,
      "region": "US",
      "sales_flag": 1,
      "sales_trend_flag": 0,
      "seller_id": "7494089513770779735",
      "seller_link": null,
      "seller_name": "VigorPeakk",
      "spu_avg_price": 38.59,
      "total_crawl_product_cnt": 0,
      "total_ifl_cnt": 2,
      "total_live_cnt": 1,
      "total_product_cnt": 2,
      "total_sale_1d_cnt": 0,
      "total_sale_30d_cnt": 0,
      "total_sale_7d_cnt": 0,
      "total_sale_90d_cnt": 0,
      "total_sale_cnt": 9,
      "total_sale_gmv_1d_amt": 0,
      "total_sale_gmv_30d_amt": 0,
      "total_sale_gmv_7d_amt": 0,
      "total_sale_gmv_90d_amt": 0,
      "total_sale_gmv_amt": 408.96,
      "total_video_cnt": 1,
      "user_id": ""
    }
  ],
  "requestId": "77d4b2b0-11c9-46bd-9a34-9d933088a7bc"
}
πŸͺ™1 creditper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

category_id
string

Shop's primary category ID

category_l2_id
string

Shop's secondary category ID

category_l3_id
string

Shop's subcategory category ID

from_flag
integer

1 = Local store 2 = Cross-border store

sales_flag
integer

Main sales methods: 1. Video; 2. Live streaming

sales_trend_flag
integer

Sales trend in the past 7 days, 0=stable 1=up 2=down

seller_sort_field
integer

List sorting enumeration.1=total_sale_cnt 2=total_sale_gmv_amt 3=spu_avg_price

sort_type
integer

Sort order 0=asc 1=desc

region
string
required

Region code, region, such as US

page_num
integer
required

Page numbers start from 1 and go up to a maximum of 100,000.

page_size
integer
required

The maximum number of pages is 10.

Response

Success

code
integer
required
message
string
required
data
object[]
required
requestId
string
required