YouTube-Brand-Fit-Analyse

46 Endpunkte • Basis: https://openapi.scdata.cc

Endpunkte

Analysiert Publikum und Inhalte eines YouTube-Creators, bewertet die Passung zu Markenkategorien und skizziert vielversprechende Marketingpfade. Premium-Audience-Endpunkt mit höherem Kontingentverbrauch.

GET/api/v1/audience/youtube/brand_opportunities

Kontingentverbrauch: Jede erfolgreiche Anfrage an diesen Endpunkt zieht 300 Kontingenteinheiten von Ihrem Plan ab.

Request-Parameter

Pflichtparameter

NameOrtTypBeschreibung
channel_idquerystringChannel ID
example: UCX6OQ3DkcsbYNE6H8uQQuVA

Optionale Parameter

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

Antwortfelder

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

Ausprobieren

https://openapi.scdata.cc/api/v1/audience/youtube/brand_opportunities
API-Schlüssel aus dem Dashboard auswählen
Fügen Sie einen API-Schlüssel hinzu, bevor Sie eine Anfrage senden.Zum Dashboard

Query-Parameter

channel_id*

cURL-Beispiel

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

Antwortbeispiel (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."
}
]
}
}

Anwendungsfälle

  • Pitch-Vorbereitung — Bauen Sie einen Partnerschaftsvorschlag um die als am stärksten markierten Ansätze.
  • Kategorieerweiterung — Entdecken Sie Creator, deren Publikum eine Marke aus einer angrenzenden Kategorie begrüßen würde.

Verwandte Endpunkte