Instagramブランド適合分析を取得

46 件のエンドポイント • ベース: https://openapi.scdata.cc

エンドポイント

Instagramクリエイターのオーディエンスとコンテンツを分析し、ブランドカテゴリとの適合度をスコア化して有望なマーケティング経路を示します。クォータ消費の大きいプレミアムなオーディエンス分析エンドポイントです。

GET/api/v1/audience/instagram/brand_opportunities

クォータ消費: このエンドポイントへの成功したリクエスト 1 件あたり、プランのクォータが 300 単位消費されます。

リクエストパラメータ

必須パラメータ

名前位置型説明
usernamequerystringusername
example: nike

任意パラメータ

名前位置型説明
X-LanguageheaderstringLanguage code, supported: en, zh-CN, ja, ko
example: en

レスポンスフィールド

名前型説明
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobject-
data.audience_qualityobjectAudience quality
data.purchase_influenceobjectPurchase influence
data.personality_assessmentarray<object>Personality assessment

お試し実行

https://openapi.scdata.cc/api/v1/audience/instagram/brand_opportunities
ダッシュボードのAPIキーを選択
リクエストを送信する前にAPIキーを入力してください。ダッシュボードを開く

クエリパラメータ

username*

cURL の例

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

レスポンス例 (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."
}
]
}
}

ユースケース

  • 提案準備 — 分析が最も有望と示した切り口を軸に提携提案を組み立てます。
  • カテゴリ拡張 — 隣接カテゴリのブランドを受け入れやすいオーディエンスを持つクリエイターを発見します。

関連エンドポイント