Skip to main content
GET
/
v1
/
tiktok
/
shop
/
creators
/
analytics
cURL
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"
}
πŸͺ™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

seller_id
string
required

Shop ID

seller_influencer_sort_field
integer

List sorting enumeration.1=total_followers_cnt 2=total_sale_cnt 3=total_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