curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/shop/creators/analytics' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": [
{
"avatar": "https://echosell-images.tos-ap-southeast-1.volces.com/user-avatar/411/MS4wLjABAAAAv8FxaQgxMlYlzWRfUL0H9odh2fKjkytOi_YVnhzcsWgXCf7TW3qrJgW0jZLCmuoB.jpeg",
"nick_name": "Josue Damas",
"region": "US",
"seller_id": "7494818275540568755",
"total_digg_cnt": 161515869,
"total_followers_cnt": 4900000,
"total_following_cnt": 578,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"unique_id": "josuedamas27",
"user_id": "6981607255603446789"
}
],
"requestId": "ada23022-674e-42e4-b729-bba177338883"
}Retrieve the list of TikTok creators affiliated with a shop, including their contribution to GMV, video count, and commission data.
curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/shop/creators/analytics' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": [
{
"avatar": "https://echosell-images.tos-ap-southeast-1.volces.com/user-avatar/411/MS4wLjABAAAAv8FxaQgxMlYlzWRfUL0H9odh2fKjkytOi_YVnhzcsWgXCf7TW3qrJgW0jZLCmuoB.jpeg",
"nick_name": "Josue Damas",
"region": "US",
"seller_id": "7494818275540568755",
"total_digg_cnt": 161515869,
"total_followers_cnt": 4900000,
"total_following_cnt": 578,
"total_sale_cnt": 0,
"total_sale_gmv_amt": 0,
"unique_id": "josuedamas27",
"user_id": "6981607255603446789"
}
],
"requestId": "ada23022-674e-42e4-b729-bba177338883"
}π€ 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 ID
List sorting enumeration.1=total_followers_cnt 2=total_sale_cnt 3=total_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.