跳转到主要内容
GET
/
v1
/
tiktok
/
shop
/
trends
/
analytics
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/shop/trends/analytics' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "dt": "2025-06-01",
      "seller_id": "7495821166040746573",
      "total_crawl_product_cnt": 0,
      "total_live_cnt": 0,
      "total_live_ifl_cnt": 0,
      "total_product_cnt": 1,
      "total_sale_1d_cnt": 0,
      "total_sale_cnt": 0,
      "total_sale_gmv_1d_amt": 0,
      "total_sale_gmv_amt": 0,
      "total_video_cnt": 0,
      "total_video_ifl_cnt": 0,
      "user_id": ""
    }
  ],
  "requestId": "dc670d54-a58d-484c-9b5f-73b2aa324b9f"
}
🪙1 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

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

授权

Authorization
string
header
必填

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

查询参数

seller_id
string
必填

店铺 ID。

start_date
string
必填

时间范围筛选,格式为 yyyy-MM-dd。

end_date
string
必填

时间范围筛选,格式为 yyyy-MM-dd。

page_num
integer
必填

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

page_size
integer
必填

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

响应

请求成功

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