Find YouTube outlier videos
find_outliersIdentify YouTube videos on small channels that hugely outperform their subscriber base and recent uploads, revealing replicable content formats.
Instructions
Search YouTube for a topic phrase and return videos on small channels that hugely outperform the channel's subscriber base and its own recent uploads — evidence the FORMAT drove the views (replicable by a new channel), not an existing audience. Defaults encode the Icon Method criteria: ≥100K views, channel ≤100K subs, ≥5:1 views:subs, uploaded within the last year. Costs ~110-130 YouTube API quota units per call (free daily quota: 10,000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Topic search phrase, e.g. "beginner mistakes sourdough" or "how to win backgammon" | |
| maxSubs | No | Maximum channel subscriber count | |
| minRatio | No | Minimum views-to-subscribers ratio | |
| minViews | No | Minimum video view count | |
| maxResults | No | Maximum outliers to return | |
| minOutlierFactor | No | Video views must be at least this multiple of the channel's median recent-upload views | |
| publishedWithinDays | No | Only consider videos uploaded within this many days |