Instagram-Brand-Fit-Analyse

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

Endpunkte

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

GET/api/v1/audience/instagram/brand_opportunities

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

Request-Parameter

Pflichtparameter

NameOrtTypBeschreibung
usernamequerystringusername
example: nike

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/instagram/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

username*

cURL-Beispiel

bash
curl -X GET "https://openapi.scdata.cc/api/v1/audience/instagram/brand_opportunities?username=nike" \
-H "Authorization: YOUR_API_KEY"

Antwortbeispiel (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": {
"audience_quality": {
"real": {
"score": "80.00",
"reason": "Analysis shows that approximately 80% of comments are relevant and contextually engaged with Nike's content."
},
"interested": {
"score": "65.00",
"reason": "65% of comments express interest in products or features, indicating a solid level of purchase intent."
},
"positive": {
"score": "70.00",
"reason": "70% positive sentiment in comments suggests overall appreciation for Nike's branding efforts despite recent controversies."
}
},
"purchase_influence": {
"expertise": {
"score": "4.00",
"reason": "'Breaking4' campaign effectively showcases product benefits through high-profile athlete endorsements, enhancing purchase intent."
},
"credibility": {
"score": "3.50",
"reason": "'Nike's transparency in partnerships is commendable, but recent controversies have led to some skepticism among followers.'"
},
"likability": {
"score": "3.80",
"reason": "'High engagement rates indicate positive community interaction; however, negative comments reflect divided opinions on brand actions.'"
}
},
"personality_assessment": [
{
"emoji": "💪",
"name": "Resilience",
"persona": "Demonstrates strong perseverance and determination, inspiring followers to push their limits in sports and fitness."
},
{
"emoji": "🌍",
"name": "Global Reach",
"persona": "Engages a diverse audience across multiple cultures, promoting inclusivity and unity through sports."
},
{
"emoji": "⚠️",
"name": "Controversial Stance",
"persona": "Has faced backlash for political statements, leading to potential alienation of segments of the audience."
}
]
}
}

Anwendungsfälle

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

Verwandte Endpunkte