Skip to main content

Scenario

You’re evaluating potential influencer partners for a brand campaign. Instead of relying on follower counts and CPMs, this job searches for each influencer’s recent YouTube content, runs Video Analysis on their top videos, and has Mave evaluate brand alignment across message tone, audience fit, visual style, and content quality. The result is an influencer scorecard that measures creative quality and brand fit — not vanity metrics.

Architecture

Code

Example Output

Error Handling

YouTube search requires channelId (starts with UC), not username. Use channels.list?forUsername= to resolve usernames to channel IDs if needed (costs 1 quota unit).
Each influencer costs ~101 quota units (1 search + 1 details). Three influencers = 303 units. For 20+ influencers, batch across days or use multiple API keys.
Mavera’s brand_safety analysis checks visual and audio content but cannot verify factual claims. Cross-reference health/financial claims manually for regulated industries.

YouTube Integration

Video Analysis