Monitor YouTube channels, track video performance, extract transcripts, and identify viral content with outlier scoring.
Track subscriber growth, video frequency, and average view counts over time.
Identify outlier videos that overperform to inform your content creation.
Extract video transcripts for content repurposing, SEO, or accessibility.
Compare your channel metrics against competitors in your niche.
Request
curl -X POST https://scrapekit.dev/api/v1/scrape/youtube-channel \
-H "X-API-Key: sk_live_your_key" \
-H "Content-Type: application/json" \
-d '{"channel": "@MrBeast"}'200 OK Response
{
"channel": {
"name": "MrBeast",
"subscriber_count": 350000000
},
"videos": [
{
"title": "I Built 100 Houses",
"view_count": 152000000,
"outlier_score": 2.3
}
]
}Sign up for free, get 50 credits, and make your first request in 30 seconds.
Get Started Free