VOOZH about

URL: https://apify.com/scraperhive/youtube-transcript-scraper/api/python

⇱ YouTube Transcript Scraper - Subtitles, Captions, SRT, VTT API in Python Β· Apify


πŸ‘ YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text avatar

YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text

Pricing

from $8.50 / 1,000 results

Go to Apify Store

YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text

Extract YouTube video transcripts, subtitles, and captions in multiple formats with precise timestamps. Plain Text Β· JSON Β· SRT Β· WebVTT Β· 20+ Languages Β· Batch Processing Β· Auto + Manual Captions

Pricing

from $8.50 / 1,000 results

Rating

5.0

(2)

Developer

πŸ‘ Mubeen Ali

Mubeen Ali

Maintained by Community

Actor stats

3

Bookmarked

75

Total users

18

Monthly active users

6 days ago

Last modified

Share

You might also like

Email Verifier Pro | $0.85/1k - Bulk Email Validator

blessiticus/email-verifier-pro

Verify email addresses in bulk with real SMTP checks. Detect disposable, role-based, and catch-all emails. CSV upload, live progress, smart retries. Cheapest full-SMTP verifier on the Store at $0.85/1k emails.

πŸ‘ User avatar

Mohammad Palekar

13

5.0

Shopify App Store Scraper

jungle_synthesizer/shopify-app-store-scraper-2

Scrape apps from the Shopify App Store with pricing, ratings, developer info, and user reviews

πŸ‘ User avatar

BowTiedRaccoon

261

1.0

Craigslist with Optional Emails [Only $1.5πŸ’°] Search | Details

memo23/craigslist-scraper

πŸ’° $1.50 per 1,000 results – No limits, no quotas, unlimited extraction. Get attributes like bedrooms, square footage, prices, or compensation. Captures descriptions, high-res images, embedded map coordinates (Lat/Lon), phone numbers, and directly extracts EMAILS! Outputs directly to JSON/CSV.

πŸ‘ User avatar

Muhamed Didovic

112

5.0

YouTube Transcript Scraper

taroyamada/youtube-transcript-bulk-api

Extract YouTube captions, timestamps, SRT, VTT, and plain text from public videos in bulk without browser automation.

YouTube Transcript & Captions Scraper

benthepythondev/youtube-transcript-scraper

Extract transcripts from any YouTube video with captions. Supports 100+ languages, auto-generated captions, and translation. Output as plain text, SRT, VTT, or JSON with timestamps. Includes video metadata (title, channel, views). Perfect for content repurposing and AI training.

YouTube Transcript Scraper

apt_marble/youtube-transcript-scraper

πŸŽ₯ Extract transcripts, subtitles, and captions from any YouTube video. Get timestamped text, auto-translate to 100+ languages, and export in SRT, WEBVTT, XML, or plaintext formats.

Youtube Transcript Scraper

yasmany.casanova/youtube-transcript-scraper

Extract transcripts and subtitles from YouTube videos, channels, and playlists. Supports multiple languages, auto-generated captions, translation, batch processing, and 5 export formats (JSON, SRT, VTT). No API key required.

πŸ‘ User avatar

Yasmany Grijalba Casanova

37

Neverbounce Email ValidatorπŸ“§ $1/1K Validation, Super cheap.

snipercoder/neverbounce-email-validator

| Input: Email | Output: Validity | Scrapes Neverbounce to verify emails. Forget $8/1k. and only pay $1/1K Emails validated. Save $7/1k Emails validated. Best for Email campaigns, Lead Verification, etc.

56

5.0

YouTube Transcript API

api_merge/youtube-transcript-api

Get YouTube transcripts, captions, and subtitles from any video URL or video ID. Export results as JSON, text, SRT, or WebVTT for automation and analysis.

You can access the YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"videoUrls":["https://www.youtube.com/watch?v=qwI3ApgCQ_E"],
10"languages":["en"],
11"outputFormat":"json",
12"preserveFormatting":False,
13}
14
15# Run the Actor and wait for it to finish
16run = client.actor("scraperhive/youtube-transcript-scraper").call(run_input=run_input)
17
18# Fetch and print Actor results from the run's dataset (if there are any)
19print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
20for item in client.dataset(run["defaultDatasetId"]).iterate_items():
21print(item)
22
23# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

YouTube Transcript Scraper - Subtitles, Captions, SRT, VTT API in Python

The Apify API client for Python is the official library that allows you to use YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text API in JavaScript

YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text API through CLI

YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text OpenAPI definition

YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text API