跳转到主要内容
GET
/
v1
/
tiktok
/
product
/
ranking
/
analytics
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/product/ranking/analytics' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "category_id": "700645",
      "category_l2_id": "700646",
      "category_l3_id": "700650",
      "max_price": 26.77,
      "min_price": 21.59,
      "product_commission_rate": 0.15,
      "product_id": "1729413266549936259",
      "product_name": "Neuro Energy Caffeine Gum/Mints for Energy & Focus - Sugar-Free with L theanine, Caffeine, Vitamin B12 & Vitamin B6 - Peppermint Flavor",
      "region": "US",
      "spu_avg_price": 24.18,
      "total_ifl_cnt": 64,
      "total_live_cnt": 0,
      "total_sale_cnt": 4539,
      "total_sale_gmv_amt": 109753.02,
      "total_video_cnt": 95
    }
  ],
  "requestId": "af1eb642-cbb6-405a-b05b-84593afd41fc"
}
🪙1 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

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

授权

Authorization
string
header
必填

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

查询参数

date
string
必填

榜单日期,格式为 yyyy-MM-dd。

region
string
必填

地区代码,例如 US。

category_id
string

商品一级类目 ID。

category_l2_id
string

二级类目 ID。

category_l3_id
string

三级类目 ID。

product_rank_field
integer
必填

榜单排序字段,1=total_sale_cnt,2=total_ifl_cnt。

rank_type
integer
必填

榜单周期,1=日榜,2=周榜,3=月榜。

page_num
integer
必填

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

page_size
integer
必填

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

响应

请求成功

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