Extract Youtube Transcript avatar
Extract Youtube Transcript

Deprecated

Pricing

$5.00 / 1,000 results

Go to Store
Extract Youtube Transcript

Extract Youtube Transcript

Deprecated

Developed by

Jimmy

Jimmy

Maintained by Community

Extract YouTube video captions & subtitles with multi-language support. Get JSON, text, SRT, or WebVTT formats. Flexible timestamp options, metadata control, and robust error handling. Perfect for content creators, researchers, and accessibility needs. 🎬✨

0.0 (0)

Pricing

$5.00 / 1,000 results

0

Total users

1

Monthly users

1

Last modified

22 days ago

YouTube Video URL

videoUrlstringOptional

The YouTube video URL to extract transcripts from

YouTube Video ID (Alternative)

videoIdstringOptional

YouTube video ID as an alternative to the full URL

Preferred Languages

languagesarrayOptional

List of preferred language codes (e.g., ['en', 'es', 'fr']). If not specified, all available languages will be extracted.

Include Auto-Generated Transcripts

includeGeneratedbooleanOptional

Whether to include automatically generated transcripts

Default value of this property is true

Include Manual Transcripts

includeManualbooleanOptional

Whether to include manually created transcripts

Default value of this property is true

Output Format

outputFormatEnumOptional

Format for the transcript output

Value options:

"json": string"text": string"srt": string"vtt": string

Default value of this property is "json"

Preserve HTML Formatting

preserveFormattingbooleanOptional

Whether to preserve HTML formatting in the transcript text

Default value of this property is false

Translate To Language

translateTostringOptional

Language code to translate the transcript to (optional)

Include Timestamps

includeTimestampsbooleanOptional

Whether to include timing information (start, end, duration) in the output

Default value of this property is true

Timestamp Format

timestampFormatEnumOptional

Which timestamps to include in the output

Value options:

"start_only": string"start_end": string"all": string

Default value of this property is "start_only"

Include Metadata

includeMetadatabooleanOptional

Whether to include metadata information (video details, extraction info, etc.)

Default value of this property is false

Simplified Output

simplifiedOutputbooleanOptional

Return only the transcript array without wrapper objects (overrides metadata setting)

Default value of this property is false