💎 Premium — List Top TikTok Influencers for an Artist
​The TikTok creators who used any of the artist's sounds, one row each -- the table the app shows on its TikTok Sounds page. Where the breakdown endpoint reports how the group splits by country or language, this reports who the creators are. Paged and filterable on every column the app's own filters use; total counts what matches the current filters rather than the whole set.
- Type: integeridmin: Â2max: Â2147483647required
Chartmetric artist ID. Note: id=1 ('Various Artists') is rejected.
- enumconst: Â1values
- 1
- Type: integerlimitmin: Â1max: Â100
Influencers per page. Defaults to 25, max 100.
- Type: integeroffsetmin: Â0max: Â10000
Influencers to skip, for paging past the first
limitrows. Defaults to 0, max 10,000. - Type: string enumsort
By Column to sort by. Defaults to
rank, the order the app lists them in.values- rank
- total
Followers - total
Views - total
Likes - total
Comments
- Type: string enumsort
Direction Sort direction. Defaults to
asc.values- asc
- desc
- Type: booleanis
Verified Restrict to verified accounts when true, unverified when false. Omit for both.
- Type: array string[]country[]
ISO 3166-1 alpha-2 country codes to include. Repeat the param or pass a comma-free list.
- Type: array string[]categories[]
Broad content categories to include. Repeat the param or pass a comma-free list.
- Type: array string[]age
Group[] Age brackets, e.g.
18-24to include. Repeat the param or pass a comma-free list. - Type: array string[]gender[]
Genders to include. Repeat the param or pass a comma-free list.
- Type: array string[]ethnicity[]
Ethnicities to include. Repeat the param or pass a comma-free list.
- Type: array string[]language[]
Primary languages to include. Repeat the param or pass a comma-free list.
- Type: array string[]type[]
Creator types, e.g.
Brandto include. Repeat the param or pass a comma-free list. - Type: number Format: floatmin
Followers Only influencers with at least this followers.
- Type: number Format: floatmax
Followers Only influencers with at most this followers.
- Type: number Format: floatmin
Avg Views Only influencers with at least this average views.
- Type: number Format: floatmax
Avg Views Only influencers with at most this average views.
- Type: number Format: floatmin
Avg Likes Only influencers with at least this average likes.
- Type: number Format: floatmax
Avg Likes Only influencers with at most this average likes.
- Type: number Format: floatmin
Avg Comments Only influencers with at least this average comments.
- Type: number Format: floatmax
Avg Comments Only influencers with at most this average comments.
- Type: number Format: floatmin
Avg Saves Only influencers with at least this average saves.
- Type: number Format: floatmax
Avg Saves Only influencers with at most this average saves.
- Type: number Format: float
Only influencers with at least this average shares.
- Type: number Format: float
Only influencers with at most this average shares.
- Type: number Format: floatmin
Avg Engagement Rate Only influencers with at least this average engagement rate.
- Type: number Format: floatmax
Avg Engagement Rate Only influencers with at most this average engagement rate.
- Type: number Format: floatmin
Video Count Only influencers with at least this video count.
- Type: number Format: floatmax
Video Count Only influencers with at most this video count.
- Type: stringlast
Date Posted From Only influencers who last posted on or after this date (
YYYY-MM-DD).
- application/json
curl https://api.chartmetric.com/api/artist/2/tiktok-top-influencers \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"obj": {
"total": 384,
"data": [
{
"full_name": "Hailey Bieber",
"handle": "@haileybieber",
"is_verified": true,
"country": "US",
"contacts": [],
"type": "Celebrity",
"language": "english",
"ethnicity": [
"white"
],
"age_group": "25-34",
"gender": "female",
"categories": [
"Beauty & Cosmetics"
],
"sub_categories": [
"makeup",
"skincare"
],
"top_hashtags": [
"rhodeskin",
"grwm"
],
"genres": [
"pop"
],
"bio": "founder of rhode",
"featured_track": "Choosin' Texas",
"followers": 19338972,
"engagement_rate": 0.0077,
"avg_views": 418531,
"avg_likes": 42600,
"avg_comments": 253,
"avg_saves": 2024,
"avg_shares": 1875,
"video_count": 8233,
"top_videos": [
{
"video_id": "7638754937748360478",
"video_url": "https://www.tiktok.com/@haileybieber/video/7638754937748360478",
"thumbnail_url": "https://d2xuw6r9djpzwq.cloudfront.net/tiktok/videos/7638754937748360478.jpg",
"views": 27629256,
"likes": 3056560,
"comments": 13728,
"saves": 138553,
"shares": 74701,
"engagement_rate": 0.1161,
"created_at": "2026-05-11",
"description": "Choosin' Texas",
"track_name": "Choosin' Texas"
}
]
}
]
}
}