Skip to main content
GET
/
v1
/
tiktok
/
influencer
/
list
/
analytics
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/influencer/list/analytics?product_category_id=&influencer_category_name=&influencer_sort_field_v2=0&sort_type=0&min_total_views_cnt=0&gender=&region=US&page_num=1&page_size=10' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "avatar": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/77eebc91f0b5728ad38d8f0edeb567e0~tplv-tiktokx-cropcenter:100:100.jpeg?dr=10399&refresh_token=cef28bf7&x-expires=1756242000&x-signature=jL3CBEBjqpNqtOwtxWxQcIjCWNo%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=no1a",
      "avg_30d_price": 0,
      "category": "",
      "contact_email": "",
      "ec_score": 2.62,
      "first_crawl_dt": 20250816,
      "gender": "",
      "influencer_video_duration_level": "{}",
      "influencer_video_publish_hour": "{}",
      "influencer_video_publish_week": "{}",
      "interaction_rate": 0,
      "language": "en",
      "most_category_product": "[]",
      "most_views_video": "",
      "nick_name": "Hannah Culver",
      "off_mark": 0,
      "per_video_product_views_avg_7d_cnt": 0,
      "region": "US",
      "sales_flag": 0,
      "seller_id": null,
      "show_case_flag": 0,
      "signature": "",
      "total_comments_cnt": 0,
      "total_digg_1d_cnt": 0,
      "total_digg_30d_cnt": 0,
      "total_digg_7d_cnt": 0,
      "total_digg_90d_cnt": 0,
      "total_digg_cnt": 2,
      "total_followers_1d_cnt": 0,
      "total_followers_30d_cnt": 0,
      "total_followers_7d_cnt": 0,
      "total_followers_90d_cnt": 1,
      "total_followers_cnt": 183,
      "total_following_cnt": 571,
      "total_likes_cnt": 0,
      "total_live_cnt": 0,
      "total_live_sale_gmv_30d_amt": 0,
      "total_post_video_cnt": 0,
      "total_product_30d_cnt": 0,
      "total_product_cnt": 0,
      "total_sale_cnt": 0,
      "total_sale_gmv_30d_amt": 0,
      "total_sale_gmv_amt": 0,
      "total_shares_cnt": 0,
      "total_video_product_30d_cnt": 0,
      "total_video_sale_30d_cnt": 0,
      "total_video_sale_gmv_30d_amt": 0,
      "total_views_cnt": 0,
      "unique_id": "hannahdowns",
      "user_id": "1000038"
    }
  ],
  "requestId": "cf984f6f-04fa-4393-8ca3-f430d9cdec7e"
}
πŸͺ™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

product_category_id
string
default:""

Product Category IDs Sold by Influencers

Example:

""

influencer_category_name
string
default:""

Category Name

Example:

""

influencer_sort_field_v2
integer
default:0

List sorting field, 1=total_followers_cnt 2=total_followers_30d_cnt 3=total_post_video_cnt 4=per_views_avg_cnt 5=interaction_rate 6=total_product_cnt

Example:

0

sort_type
integer
default:0

Sort order, 0=asc 1=desc

Example:

0

min_total_followers_cnt
integer

Follower count range filter

max_total_followers_cnt
integer

Follower count range filter

min_total_digg_cnt
integer

Like count range filter

max_total_digg_cnt
integer

Like count range filter

min_interaction_rate
number

Interaction range filtering

max_interaction_rate
number

Interaction range filtering

min_total_views_cnt
integer
default:0

Filtering by total video views

Example:

0

max_total_views_cnt
integer

Filtering by total video views

min_total_views_7d_cnt
integer

Playback volume (increment) range filter for the last 7 days

max_total_views_7d_cnt
integer

Playback volume (increment) range filter for the last 7 days

min_per_video_product_views_avg_cnt
integer

Average sales video view range filtering

max_per_video_product_views_avg_cnt
integer

Average sales video view range filtering

min_per_video_product_views_avg_7d_cnt
integer

Average number of views (increase) of product promotion videos in the past 7 days (filtered)

max_per_video_product_views_avg_7d_cnt
integer

Average number of views (increase) of product promotion videos in the past 7 days (filtered)

gender
string
default:""

Gender, based on profile picture and video content, only applicable in the US region.

Example:

""

influencer_language
string
show_case_flag
integer

Is the showcase enabled, 1=Yes 0=No

sales_flag
integer

Whether or not product sales are involved: >0 indicates product sales, 1 = video product sales, 2 = live streaming product sales, 3 = both live streaming and video product sales, 4 = product showcase enabled.

region
string
default:US
required

Region code, region, such as US

Example:

"US"

page_num
string
default:1
required

Page numbers start from 1 and go up to 10000.

Example:

"1"

page_size
string
default:10
required

The maximum number of pages is 10.

Example:

"10"

Response

Success

code
integer
required
message
string
required
data
object[]
required
requestId
string
required