Scribe
Scribe

Like it? Make Scribe even better by leaving a review

Get Chrome Extension

Browse

  • Popular Videos
  • Recent Videos
  • All Channels

Free Tools

  • Video Subtitle Downloader
  • Video Timestamp Generator
  • Video Summarizer
  • Video Word Counter
  • Video Title Analyzer
  • Video Transcript Search
  • Video Analytics
  • Video Chapters Creator
  • Video Quiz Generator
  • Chat with Video

Product

  • Pricing
  • Blog

Developers

  • Transcript API
  • API Documentation

Legal

  • Terms
  • Privacy
  • Support
  • Sitemap

Copyright © 2026. Made with ♥ by Scribe

— If this made your life easier (or at least slightly less chaotic), drop us a review! We promise it'll make our day. 😊

For Developers

Video Transcript API

Programmatic access to 500,000+ video transcripts. Build AI applications, research tools, and content analyzers with our powerful REST API.

Get API AccessView Documentation

Get Transcript

// Fetch any video transcript on demand
const response = await fetch(
  'https://api.ytscribe.com/api/v1/transcript/dQw4w9WgXcQ',
  {
    headers: {
      'X-API-Key': 'ytsu_your_api_key_here'
    }
  }
);

const data = await response.json();
console.log(data.transcript.script);
// "We're no strangers to love..."

Search Transcripts

// Search across all transcripts
const response = await fetch(
  'https://api.ytscribe.com/api/v1/search?q=machine+learning&limit=20',
  {
    headers: {
      'X-API-Key': 'ytsu_your_api_key_here'
    }
  }
);

const { results, pagination } = await response.json();
// Returns matching videos with highlighted snippets

Powerful Features for Developers

Everything you need to build amazing applications with transcript data.

500K+ Transcripts

Access our growing database of over 500,000 video transcripts, updated daily.

Full-Text Search

Search across all transcripts with powerful full-text search. Find exactly what you need.

Bulk Download

Download up to 100 transcripts per request. Perfect for data analysis and ML training.

Fast & Reliable

Low latency responses with 99.9% uptime. Built for production workloads.

What Can You Build?

Our API powers a wide range of applications and use cases.

🤖

AI & Machine Learning

Train models on diverse video content. Build summarizers, chatbots, and content analyzers.

📊

Content Research

Analyze trends across thousands of videos. Extract insights for market research.

🚀

SEO & Content Tools

Build tools that help creators optimize their video content and reach.

♿

Accessibility Apps

Create applications that make video content accessible to everyone.

Ready to Get Started?

Get API access with our Ultra plan. Includes 100 requests/minute, bulk downloads, and commercial use license.

$99.99/mo

or $999.99/year (save 2 months)

  • On-Demand Fetch
  • Full-text Search
  • Bulk Download
  • 100 req/min
Get Ultra Access

Frequently Asked Questions

What transcripts are available?â–¼
Our database contains 500,000+ video transcripts across various topics, languages, and channels. We add new transcripts daily.
What are the rate limits?â–¼
Ultra plan includes 100 requests per minute per API key. For higher limits, contact us for enterprise plans.
Can I use the API for commercial projects?â–¼
Yes! The Ultra plan includes a commercial use license, allowing you to build and monetize applications with our API.
How do I get my API key?â–¼
After subscribing to Ultra, go to your API Keys page in the dashboard to generate your API key instantly.