跳转到主要内容
GET
/
v1
/
tiktok
/
influencer
/
products
/
analytics
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/influencer/products/analytics' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "category_id": "601450",
      "cover_url": "[{ \"url\":\"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/229/1729383941730701675_1.jpeg\",\"index\":1},{ \"url\":\"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/229/1729383941730701675_0.jpeg\",\"index\":0},{ \"url\":\"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/229/1729383941730701675_6.webp\",\"index\":6},{ \"url\":\"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/229/1729383941730701675_3.jpeg\",\"index\":3},{ \"url\":\"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/229/1729383941730701675_4.jpeg\",\"index\":4},{ \"url\":\"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/229/1729383941730701675_5.jpeg\",\"index\":5},{ \"url\":\"https://echosell-images.tos-ap-southeast-1.volces.com/product-cover/229/1729383941730701675_2.jpeg\",\"index\":2}]",
      "product_id": "1729383941730701675",
      "product_name": "Unbrush Detangling Hair Brush by FHI Heat",
      "spu_avg_price": 14.98,
      "total_live_cnt": 0,
      "total_live_sale_cnt": 0,
      "total_live_sale_gmv_amt": 0,
      "total_sale_cnt": 943075,
      "total_sale_gmv_amt": 9604137.31,
      "total_video_cnt": 1,
      "total_video_sale_cnt": 0,
      "total_video_sale_gmv_amt": 0,
      "user_id": "6813855719982466054"
    }
  ],
  "requestId": "b6a5f64d-d987-43a2-82c7-baad9131b17a"
}
🪙1 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

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

授权

Authorization
string
header
必填

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

查询参数

user_id
string
必填

达人用户 ID,数字字符串。

category_id
string

商品一级类目 ID 筛选。

influencer_product_sort_field
integer

列表排序字段,1=total_sale_cnt,2=total_sale_gmv_amt,3=spu_avg_price,4=total_video_sale_cnt,5=total_video_sale_gmv_amt。

sort_type
integer

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

page_num
integer
必填

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

page_size
integer
必填

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

响应

请求成功

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