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.
/api/v1/tiktok/user/similarQuota usage: Each successful request to this endpoint deducts 10 quota units from your plan.
Platform Path Family
/api/v1/{platform}/user/similarAvailable Platforms
Request Parameters
Required Parameters
This endpoint has no required parameters.
Optional Parameters
| Name | In | Type | Description |
|---|---|---|---|
unique_id | query | string | unique_id example: nike |
Response Fields
| Name | Type | Description |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | array<object> | Data |
data[].unique_id | string | Account name |
data[].nickname | string | Account nickname |
data[].description | string | Account bio |
data[].avatar | string | Avatar URL |
data[].follower_count | integer | Follower count |
Try It
Query Params
unique_idcURL Example
curl -X GET "https://openapi.scdata.cc/api/v1/tiktok/user/similar" \-H "Authorization: YOUR_API_KEY"
Response Example (200 application/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.