Returns the brands detected in a TikTok creator's sponsored content, with how often and how recently each appeared. This is a higher-cost analytics endpoint; see the quota note below.
/api/v1/tiktok/user/brandsQuota usage: Each successful request to this endpoint deducts 300 quota units from your plan.
Platform Path Family
/api/v1/{platform}/user/brandsAvailable Platforms
Request Parameters
Required Parameters
| Name | In | Type | Description |
|---|---|---|---|
unique_id | query | string | unique_id example: nike |
Optional Parameters
| Name | In | Type | Description |
|---|---|---|---|
page | query | integer | Page number |
page_size | query | integer | Items per page |
Response Fields
| Name | Type | Description |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | object | - |
data.items | array<object> | Items |
data.total | integer | Total |
data.page | integer | Page |
data.page_size | integer | Page Size |
data.total_pages | integer | Total Pages |
Try It
Query Params
unique_id*pagepage_sizecURL Example
curl -X GET "https://openapi.scdata.cc/api/v1/tiktok/user/brands?unique_id=nike" \-H "Authorization: YOUR_API_KEY"
Response Example (200 application/json)
{"success": true,"code": 200,"message": "Request successful","data": {"items": [{"brand_name": "string","collaboration_count": 0,"last_collaboration_at": "string","engagement_rate": "string","total_view_count": 0,"total_like_count": 0,"total_comment_count": 0,"videos": [{"video_id": "string","title": "string","description": "string","cover_url": "string","video_url": "string","publish_at": "string","view_count": 0,"like_count": 0,"comment_count": 0,"engagement_rate": 0}]}],"total": 0,"page": 0,"page_size": 0,"total_pages": 0}}
Use Cases
- Competitor conflict check — Make sure a creator has not recently promoted a direct competitor before inviting them to a campaign.
- Experience-based shortlisting — Prioritise creators who already have a track record with brands in your category.