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

营销路径(brand opportunities)

GET
/api/v1/audience/youtube/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/youtube/brand_opportunities?channel_id=UCX6OQ3DkcsbYNE6H8uQQuVA' \
--header 'X-Language: en' \
--header 'Authorization: '

返回响应

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

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