跳转到主要内容
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 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

查询参数

category_id
string

店铺一级类目 ID。

category_l2_id
string

店铺二级类目 ID。

category_l3_id
string

店铺三级类目 ID。

from_flag
integer

店铺类型,1=本土店,2=跨境店。

sales_flag
integer

主要销售方式,1=视频,2=直播。

sales_trend_flag
integer

近 7 天销量趋势,0=稳定,1=上升,2=下降。

seller_sort_field
integer

店铺列表分析的筛选或查询参数。

sort_type
integer

排序方向,0=升序,1=降序。

region
string
必填

地区代码,例如 US。

page_num
integer
必填

页码,从 1 开始,最大支持 100000。

page_size
integer
必填

每页返回数量,最大值为 10。

响应

请求成功

code
integer
必填
message
string
必填
data
object[]
必填
requestId
string
必填