Skip to main content
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 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

user_id
string
required

Creator user ID (numeric string)

category_id
string

Product primary category ID filtering

influencer_product_sort_field
integer

List sorting field 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

Sort order 0=asc 1=desc

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