← All use cases
Yo

YouTube Scraping API

Monitor YouTube channels, track video performance, extract transcripts, and identify viral content with outlier scoring.

Use cases

Channel Analytics

Track subscriber growth, video frequency, and average view counts over time.

Content Strategy

Identify outlier videos that overperform to inform your content creation.

Transcript Extraction

Extract video transcripts for content repurposing, SEO, or accessibility.

Competitive Analysis

Compare your channel metrics against competitors in your niche.

API example

POST /api/v1/scrape/youtube-channel

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
    }
  ]
}

Start scraping YouTube today

Sign up for free, get 50 credits, and make your first request in 30 seconds.

Get Started Free