Get YouTube Brand Fit Analysis

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

Endpoints

Analyses a YouTube creator's audience and content to score the fit with brand categories and outline promising marketing paths. Premium audience insight endpoint with a higher quota cost.

GET/api/v1/audience/youtube/brand_opportunities

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

Request Parameters

Required Parameters

NameInTypeDescription
channel_idquerystringChannel ID
example: UCX6OQ3DkcsbYNE6H8uQQuVA

Optional Parameters

NameInTypeDescription
X-LanguageheaderstringLanguage code, supported: en, zh-CN, ja, ko
example: en

Response Fields

NameTypeDescription
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobject-
data.audience_qualityobjectAudience quality
data.purchase_influenceobjectPurchase influence
data.personality_assessmentarray<object>Personality assessment

Try It

https://openapi.scdata.cc/api/v1/audience/youtube/brand_opportunities
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard

Query Params

channel_id*

cURL Example

bash
curl -X GET "https://openapi.scdata.cc/api/v1/audience/youtube/brand_opportunities?channel_id=UCX6OQ3DkcsbYNE6H8uQQuVA" \
-H "Authorization: YOUR_API_KEY"

Response Example (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": {
"audience_quality": {
"real": {
"score": "90.00",
"reason": "Analysis shows high engagement rates with meaningful comments indicating authentic follower interaction across multiple videos."
},
"interested": {
"score": "75.00",
"reason": "75% of comments discuss specific video features or express interest in related products, indicating strong purchase intent."
},
"positive": {
"score": "85.00",
"reason": "Majority of comments reflect admiration for MrBeast's generosity and creativity, contributing to an overwhelmingly positive sentiment."
}
},
"purchase_influence": {
"expertise": {
"score": "4.70",
"reason": "'Buy Feastables! It tastes amazing' effectively promotes products with engaging visuals and personal endorsements throughout videos."
},
"credibility": {
"score": "4.50",
"reason": "High trust established through transparency about sponsorships, though some comments express skepticism about product authenticity."
},
"likability": {
"score": "4.80",
"reason": "Strong positive engagement with followers through humor and relatability fosters a loyal community eager to support."
}
},
"personality_assessment": [
{
"emoji": "🌟",
"name": "Generosity",
"persona": "Consistently engages in philanthropic activities, positively impacting communities and inspiring followers to contribute."
},
{
"emoji": "🎉",
"name": "Creativity",
"persona": "Innovatively designs entertaining content that captivates a wide audience, showcasing unique challenges and experiences."
},
{
"emoji": "⚠️",
"name": "Controversial Stunts",
"persona": "Occasionally engages in extreme challenges that may raise safety concerns or ethical questions among viewers."
}
]
}
}

Use Cases

  • Pitch preparation — Build a partnership proposal around the angles the analysis flags as strongest.
  • Category expansion — Discover creators whose audience would welcome a brand from an adjacent category.

Related Endpoints