Skip to main content
GET
/
v1
/
scrape
/
tiktok
/
creators
/
popular
Popular Creators
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/tiktok/creators/popular \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "creators": [
    {
      "tcm_id": "7377026041014927376",
      "user_id": "6620098253516439554",
      "nick_name": "SANIEV",
      "avatar_url": "https://p16-sign-sg.tiktokcdn.com/tos-alisg-avt-0068/...",
      "country_code": "US",
      "follower_cnt": 431339,
      "liked_cnt": 129772610,
      "tt_link": "https://www.tiktok.com/@sanievv_",
      "tcm_link": "https://creatormarketplace.tiktok.com/ad#/author/7377026041014927376",
      "items": [
        {
          "item_id": "7395965676629888274",
          "cover_url": "https://p16-sign-sg.tiktokcdn.com/...",
          "tt_link": "https://www.tiktok.com/@author/video/7395965676629888274",
          "vv": 2062831,
          "liked_cnt": 229970,
          "create_time": 1722007452
        }
      ]
    }
  ],
  "pagination": {
    "page": 1,
    "size": 20,
    "total": 10,
    "has_more": false
  }
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

page
integer

Page number

Example:

1

sortBy
enum<string>

Sort creators by engagement, follower count, or average views

Available options:
engagement,
follower,
avg_views
Example:

"engagement"

followerCount
enum<string>

Filter by follower count range

Available options:
10K-100K,
100K-1M,
1M-10M,
10M+
Example:

"10K-100K"

creatorCountry
enum<string>

Country code of the creator

Available options:
AU,
BR,
CA,
EG,
FR,
DE,
ID,
IL,
IT,
JP,
MY,
PH,
RU,
SA,
SG,
KR,
ES,
TW,
TH,
TR,
AE,
GB,
US,
VN
Example:

"US"

audienceCountry
enum<string>

Country code of the audience/follower

Available options:
AU,
BR,
CA,
EG,
FR,
DE,
ID,
IL,
IT,
JP,
MY,
PH,
RU,
SA,
SG,
KR,
ES,
TW,
TH,
TR,
AE,
GB,
US,
VN
Example:

"US"

Response

Successful response

success
boolean
Example:

true

creators
object[]
pagination
object