curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/product/trends/analytics' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": [
{
"dt": "2025-09-08",
"product_id": "1729649010208641832",
"spu_avg_price": 195.95,
"total_ifl_cnt": 1,
"total_live_cnt": 0,
"total_sale_1d_cnt": 0,
"total_sale_cnt": 0,
"total_sale_gmv_1d_amt": 0,
"total_sale_gmv_amt": 0,
"total_video_cnt": 1
}
],
"requestId": "9cfb0bbb-a222-4425-9942-34d8b232d0da"
}Retrieve historical trend snapshots for a TikTok Shop product, showing sales volume curves, GMV changes, and view trends over time.
curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/product/trends/analytics' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": [
{
"dt": "2025-09-08",
"product_id": "1729649010208641832",
"spu_avg_price": 195.95,
"total_ifl_cnt": 1,
"total_live_cnt": 0,
"total_sale_1d_cnt": 0,
"total_sale_cnt": 0,
"total_sale_gmv_1d_amt": 0,
"total_sale_gmv_amt": 0,
"total_video_cnt": 1
}
],
"requestId": "9cfb0bbb-a222-4425-9942-34d8b232d0da"
}π€ 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.
Product unique ID
Date range filter, yyyy-MM-dd format
Date range filter, yyyy-MM-dd format
Page numbers start from 1 and go up to a maximum of 100,000.
The maximum number of pages is 10.