Instagramクリエイターのコンテンツスタイルを取得

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

エンドポイント

Instagramクリエイターの最近のコンテンツをスタイル軸で分類し、オーディエンスに示している個性を要約します。クォータ消費の大きいプレミアムなオーディエンス分析エンドポイントです。

GET/api/v1/audience/instagram/content_style

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

リクエストパラメータ

必須パラメータ

名前位置型説明
usernamequerystringusername
example: nike

任意パラメータ

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

レスポンスフィールド

名前型説明
successbooleanSuccess
codeintegerCode
messagestringMessage
dataarray<object>Data
data[].namestringPersonality
data[].descstringDescription

お試し実行

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

クエリパラメータ

username*

cURL の例

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

レスポンス例 (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": [
{
"name": "Announcer",
"desc": "Nike fits the Announcer personality type because they broadcast great content that spreads widely, especially around major events like Breaking4. Their broad, diverse audience values their content, and they serve as an important source of information in the sports and fitness industry."
},
{
"name": "Tastemaker",
"desc": "Nike also aligns with the Tastemaker personality type as they know what their audience likes and don't just follow trends—they set them. Their content, from sneaker releases to athlete showcases, earns respect and engagement from their network, demonstrating their ability to influence and lead in their niche."
}
]
}

ユースケース

  • ブランドボイスの適合 — 遊び心のあるブランドには遊び心のあるクリエイターを、プレミアムブランドには洗練されたクリエイターを組み合わせます。
  • クリエイティブブリーフの材料 — クリエイターの自然な形式に逆らわず、それを活かすブリーフを書きます。

関連エンドポイント