Find Similar TikTok Creators

13 endpoints • Base: https://openapi.scdata.cc

Given one TikTok creator, returns a ranked list of accounts with a comparable audience, size and content style, each with a similarity score and summary metrics. Higher quota cost than a plain profile read.

GET/api/v1/tiktok/user/similar

Quota usage: Each successful request to this endpoint deducts 10 quota units from your plan.

Platform Path Family

/api/v1/{platform}/user/similar

Available Platforms

Request Parameters

Required Parameters

This endpoint has no required parameters.

Optional Parameters

NameInTypeDescription
unique_idquerystringunique_id
example: nike

Response Fields

NameTypeDescription
successbooleanSuccess
codeintegerCode
messagestringMessage
dataarray<object>Data
data[].unique_idstringAccount name
data[].nicknamestringAccount nickname
data[].descriptionstringAccount bio
data[].avatarstringAvatar URL
data[].follower_countintegerFollower count

Try It

https://openapi.scdata.cc/api/v1/tiktok/user/similar
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard

Query Params

unique_id

cURL Example

bash
curl -X GET "https://openapi.scdata.cc/api/v1/tiktok/user/similar" \
-H "Authorization: YOUR_API_KEY"

Response Example (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": [
{
"unique_id": "joshotusanya",
"nickname": "Josh Otusanya 🇳🇬",
"description": "American Stand up Comedian \nSelf Help | Comedy | Lifestyle\n📍Barcelona • 🇺🇸🇳🇬 \[email protected]\nLive Shows/Newsletter/Free Guides ⤵️",
"avatar": "https://img.scrumball.cn/Fr6IT6ZSn00Mvv--iHRo0pp4YdoH",
"follower_count": 7520125
},
{
"unique_id": "agnes_jennifer",
"nickname": "Agnes Jennifer",
"description": "Creator of The Year 2021 Nominee\nIdolaTikTok 2021\nTikTok Shop Summit Award 2022",
"avatar": "https://img.scrumball.cn/FoxwafvDXdzdG81EfmXB8erM1g3n",
"follower_count": 4990219
}
]
}

Use Cases

  • Lookalike sourcing — Start from a creator who performed well and find others who reach the same kind of audience.
  • Budget-tier alternatives — Find smaller creators in the same niche when a headline creator is over budget.

Related Endpoints