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"
}Retrieve the list of products promoted by a TikTok influencer, with historical sales data, commission rates, and product performance metrics.
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"
}π€ 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.
Creator user ID (numeric string)
Product primary category ID filtering
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 order 0=asc 1=desc
Page numbers start from 1 and go up to a maximum of 100,000.
The maximum number of pages is 10.