scrumball-openapi
  1. Instagram
scrumball-openapi
  • Scrumball-API
  • Code-状态码
  • tiktok
    • 用户信息
      GET
    • 用户视频
      GET
    • 相似用户推荐
      GET
  • instagram
    • 用户信息
      GET
    • 用户贴文
      GET
    • 相似用户推荐
      GET
  • youtube
    • 用户信息
      GET
    • 用户视频
      GET
    • 相似用户推荐
      GET
  • 受众画像(audience)
    • YouTube
      • 地理位置(geography)
      • 语言(language)
      • 年龄(age)
      • 性别(gender)
      • 整体性别(gender overall)
      • 兴趣(interest)
      • 互动行为(interactive behavior)
      • 营销路径(brand opportunities)
      • 社交人格(content style)
      • 粉丝真实性(follower authenticity)
      • 评级等级(rating tier)
    • TikTok
      • 地理位置(geography)
      • 语言(language)
      • 年龄(age)
      • 性别(gender)
      • 整体性别(gender overall)
      • 兴趣(interest)
      • 互动行为(interactive behavior)
      • 营销路径(brand opportunities)
      • 设备占比(device)
      • 社交人格(content style)
      • 粉丝真实性(follower authenticity)
      • 评级等级(rating tier)
    • Instagram
      • 地理位置(geography)
        GET
      • 语言(language)
        GET
      • 年龄(age)
        GET
      • 性别(gender)
        GET
      • 整体性别(gender overall)
        GET
      • 兴趣(interest)
        GET
      • 互动行为(interactive behavior)
        GET
      • 营销路径(brand opportunities)
        GET
      • 设备占比(device)
        GET
      • 社交人格(content style)
        GET
      • 粉丝真实性(follower authenticity)
        GET
      • 评级等级(rating tier)
        GET
  • twitch
    • 用户信息
    • 用户视频
    • 视频详情
    • 视频徽标数据
    • 视频聊天消息
    • 视频下载URL
    • 搜索类别
    • 搜索频道
    • 搜索直播
    • 监控用户直播
    • 获取监控任务列表
    • 获取监控直播列表
    • 获取直播观众人数变化
  1. Instagram

营销路径(brand opportunities)

GET
/api/v1/audience/instagram/brand_opportunities

请求参数

Authorization
or
Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.scdata.cc/api/v1/audience/instagram/brand_opportunities?username=nike' \
--header 'X-Language: en' \
--header 'Authorization: '

返回响应

🟢200成功示例
application/json
成功示例
Body

示例
{
    "success": true,
    "code": 200,
    "message": "请求成功",
    "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."
            }
        ]
    }
}
🟠422无法处理的实体
上一页
互动行为(interactive behavior)
下一页
设备占比(device)
Built with