VOOZH about

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

⇱ YouTube Transcript Scraper - Subtitles, Captions, SRT, VTT API Β· 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

7 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "videoUrls": [
< "https://www.youtube.com/watch?v=qwI3ApgCQ_E"
< ],
< "languages": [
< "en"
< ],
< "outputFormat": "json",
< "preserveFormatting": false
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/scraperhive~youtube-transcript-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

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

Below, you can find a list of relevant HTTP API endpoints for calling the YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/scraperhive~youtube-transcript-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/scraperhive~youtube-transcript-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/scraperhive~youtube-transcript-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text API programmatically via the Apify API.

You can choose from:

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

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

You can start YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the YouTube Transcript Scraper – JSON, SRT, VTT, Plain Text run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.