curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/shop/list/analytics' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": [
{
"category_id": "603014",
"category_l2_id": "835592",
"category_l3_id": "700740",
"cover_url": "https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/587383daaf8a4eaaa4dfb4c8f2b5944f~tplv-fhlh96nyum-resize-png:300:300.png?dr=12184&t=555f072d&ps=933b5bde&shp=905da467&shcp=6ce186a1&idc=useast5&from=2422056039",
"first_crawl_dt": 20250823,
"from_flag": 1,
"most_product_category_list": "[{ \"category_name\":\"Sports & Outdoor\",\"category_id\":\"603014\"}]",
"product_category_list": "[{ \"category_name\":\"Sports & Outdoor\",\"category_id\":\"603014\"}]",
"rating": 0,
"region": "US",
"sales_flag": 1,
"sales_trend_flag": 0,
"seller_id": "7494089513770779735",
"seller_link": null,
"seller_name": "VigorPeakk",
"spu_avg_price": 38.59,
"total_crawl_product_cnt": 0,
"total_ifl_cnt": 2,
"total_live_cnt": 1,
"total_product_cnt": 2,
"total_sale_1d_cnt": 0,
"total_sale_30d_cnt": 0,
"total_sale_7d_cnt": 0,
"total_sale_90d_cnt": 0,
"total_sale_cnt": 9,
"total_sale_gmv_1d_amt": 0,
"total_sale_gmv_30d_amt": 0,
"total_sale_gmv_7d_amt": 0,
"total_sale_gmv_90d_amt": 0,
"total_sale_gmv_amt": 408.96,
"total_video_cnt": 1,
"user_id": ""
}
],
"requestId": "77d4b2b0-11c9-46bd-9a34-9d933088a7bc"
}Search and filter TikTok Shop sellers using analytics data, with metrics including GMV, product count, and historical sales performance.
curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/shop/list/analytics' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": [
{
"category_id": "603014",
"category_l2_id": "835592",
"category_l3_id": "700740",
"cover_url": "https://p16-oec-general-useast5.ttcdn-us.com/tos-useast5-i-omjb5zjo8w-tx/587383daaf8a4eaaa4dfb4c8f2b5944f~tplv-fhlh96nyum-resize-png:300:300.png?dr=12184&t=555f072d&ps=933b5bde&shp=905da467&shcp=6ce186a1&idc=useast5&from=2422056039",
"first_crawl_dt": 20250823,
"from_flag": 1,
"most_product_category_list": "[{ \"category_name\":\"Sports & Outdoor\",\"category_id\":\"603014\"}]",
"product_category_list": "[{ \"category_name\":\"Sports & Outdoor\",\"category_id\":\"603014\"}]",
"rating": 0,
"region": "US",
"sales_flag": 1,
"sales_trend_flag": 0,
"seller_id": "7494089513770779735",
"seller_link": null,
"seller_name": "VigorPeakk",
"spu_avg_price": 38.59,
"total_crawl_product_cnt": 0,
"total_ifl_cnt": 2,
"total_live_cnt": 1,
"total_product_cnt": 2,
"total_sale_1d_cnt": 0,
"total_sale_30d_cnt": 0,
"total_sale_7d_cnt": 0,
"total_sale_90d_cnt": 0,
"total_sale_cnt": 9,
"total_sale_gmv_1d_amt": 0,
"total_sale_gmv_30d_amt": 0,
"total_sale_gmv_7d_amt": 0,
"total_sale_gmv_90d_amt": 0,
"total_sale_gmv_amt": 408.96,
"total_video_cnt": 1,
"user_id": ""
}
],
"requestId": "77d4b2b0-11c9-46bd-9a34-9d933088a7bc"
}π€ 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.
Shop's primary category ID
Shop's secondary category ID
Shop's subcategory category ID
1 = Local store 2 = Cross-border store
Main sales methods: 1. Video; 2. Live streaming
Sales trend in the past 7 days, 0=stable 1=up 2=down
List sorting enumeration.1=total_sale_cnt 2=total_sale_gmv_amt 3=spu_avg_price
Sort order 0=asc 1=desc
Region code, region, such as US
Page numbers start from 1 and go up to a maximum of 100,000.
The maximum number of pages is 10.