Returns the brands detected in a YouTube creator's sponsored content, with how often and how recently each appeared. This is a higher-cost analytics endpoint; see the quota note below.
GET
/api/v1/youtube/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 |
|---|---|---|---|
channel_id | query | string | Channel ID example: UCX6OQ3DkcsbYNE6H8uQQuVA |
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
https://openapi.scdata.cc/api/v1/youtube/user/brands
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard
Query Params
channel_id*pagepage_sizecURL Example
bash
curl -X GET "https://openapi.scdata.cc/api/v1/youtube/user/brands?channel_id=UCX6OQ3DkcsbYNE6H8uQQuVA" \-H "Authorization: YOUR_API_KEY"
Response Example (200 application/json)
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.