YouTube Transcript Getter - Priced Per Video avatar
YouTube Transcript Getter - Priced Per Video

Pricing

Pay per event

Go to Apify Store
YouTube Transcript Getter - Priced Per Video

YouTube Transcript Getter - Priced Per Video

Extract YouTube transcripts effortlessly Pricing is on a per-video basis, making it super inexpensive! Just paste a video URL and get back full transcripts with timestamps, language metadata, and both timestamped and non-timestamped formats. Process single videos or batch multiple URLs at once.

Pricing

Pay per event

Rating

5.0

(3)

Developer

John

John

Maintained by Community

Actor stats

4

Bookmarked

3

Total users

2

Monthly active users

an hour ago

Last modified

Share

YouTube Transcript Extractor

Extract transcripts from YouTube videos with full metadata including timestamps, language information, and both timestamped and non-timestamped formats.

This Actor charges on a per-video basis. Unlike other actors, that charge per second, this actor charges per video!

Examples

Single Video

{
"youtube_url": "https://www.youtube.com/watch?v=p8gV_7zFN44"
}

Three Videos

{
"youtube_url": [
"https://www.youtube.com/watch?v=5kcaHAuGxmY",
"https://www.youtube.com/watch?v=p8gV_7zFN44",
"https://www.youtube.com/watch?v=Wd_MUsNQDso"
]
}

Output

Each video returns meta data on the video, a timestamped transcript, and a non-timestamped transcript. The non-timestamped transcript is the full transcript text without timestamps.

{
"url": "https://www.youtube.com/watch?v=p8gV_7zFN44",
"video_id": "p8gV_7zFN44",
"language": "English",
"language_code": "en",
"is_generated": false,
"is_translatable": true,
"translation_languages": ["es", "fr", "de"],
"total_seconds": 4782.52,
"timestamped": [
{
"text": "Hello and welcome to this video",
"start": 0.08,
"duration": 3.5
}
],
"non_timestamped": "Hello and welcome to this video...",
"timestamp": "2025-01-20T10:30:00",
"success": true
}

Made with ❤️

The simplest and most reliable YouTube transcript extractor on Apify. *


Last Updated: 2025.11.19