Discover / Video & YouTube

YouTube Transcript API

by jdepoixPython

Fetches YouTube transcripts and subtitles without an API key. The backbone of transcript pipelines.

Repositorystable

Maturity: stable because 8y old, v1.2.4 released 186d ago. Derived from release and commit history, not a rating.

Stars
8.0k
Forks
805
Downloads / mo
28.5M
Last commit
2026-05-19
License
MIT
Open issues
30

Market and trust evidence

Edition not yet matched

No exact skills.sh identity match is available for this repository. Repository adoption and freshness remain visible above; install momentum is not inferred.

Trust analysis is a screening signal, not a security warranty. Read the ranking and trust methodology.

In practice

Written by AI from this repository’s README · high confidence

Getting captions off YouTube otherwise means driving a headless browser or paying a transcript service.

Use it when

When a Python pipeline needs video captions by video ID without running a browser.

Not the right pick when

Not for videos without captions, since it retrieves existing transcripts rather than transcribing the audio itself.

Capabilities

  • fetches a transcript by video ID
  • works with automatically generated subtitles
  • supports translating subtitles
  • returns snippets with text, start and duration
  • usable as a module or through a CLI

Cost: Free and open source

Install

Derived from the published package name in the repository, not from a model.

Video walkthroughs

Third-party YouTube uploads matched to this tool by title, channel and repository name on 2026-08-03. Not made, reviewed or endorsed by SkillPilot. View counts and publish months are as of the match date and the month is approximate. Nothing loads from YouTube until you press play.

What the repository ships

CI configured

Detected from the actual files in the repository root.

Latest release v1.2.4

Published 2026-01-29

What's Changed

  • When a WebshareProxyConfig is created with a proxy username containing the "-rotate" suffix, the suffix will no longer be appended twice by @cjkangme in https://github.com/jdepoix/youtube-transcript-api/pull/566
  • Fixed typo in README by @kiankyars in https://github.com/jdepoix/youtube-transcript-api/pull/551

New Contributors

  • @kiankyars made their first contribution in https://github.com/jdepoix/youtube-transcript-api/pull/551
  • @cjkangme made their first contribution in https://github.com/jdepoix/youtube-transcript-api/pull/566

Full Changelog: https://github.com/jdepoix/youtube-transcript-api/compare/v1.2.3...v1.2.4

Tags

README

<h1 align="center">

✨ YouTube Transcript API ✨

</h1>

<p align="center">

<a href="https://github.com/sponsors/jdepoix">

<img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" alt="Sponsor">

</a>

<a href="https://www.paypal.com/donate/?hosted_button_id=9W5ZHV22FD63G">

<img src="https://img.shields.io/badge/Donate-PayPal-green.svg" alt="Donate">

</a>

<a href="https://github.com/jdepoix/youtube-transcript-api/actions">

<img src="https://github.com/jdepoix/youtube-transcript-api/actions/workflows/ci.yml/badge.svg?branch=master" alt="Build Status">

</a>

<a href="https://coveralls.io/github/jdepoix/youtube-transcript-api?branch=master">

<img src="https://coveralls.io/repos/github/jdepoix/youtube-transcript-api/badge.svg?branch=master" alt="Coverage Status">

</a>

<a href="http://opensource.org/licenses/MIT">

<img src="http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat" alt="MIT license">

</a>

<a href="https://pypi.org/project/youtube-transcript-api/">

<img src="https://img.shields.io/pypi/v/youtube-transcript-api.svg" alt="Current Version">

</a>

<a href="https://pypi.org/project/youtube-transcript-api/">

<img src="https://img.shields.io/pypi/pyversions/youtube-transcript-api.svg" alt="Supported Python Versions">

</a>

</p>

<p align="center">

This is a python API which allows you to retrieve the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles, supports translating subtitles and it does not require a headless browser, like other selenium based solutions do!

</p>

<br />

<p align="center">

<b>If you feel more comfortable using a hosted solution, you can use the services of any of our amazing sponsors:</b>

</p>

<p align="center">

<a href="https://serpapi.com/youtube-video-transcript">

<picture>

<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/87d28ff2-c478-4fbf-b27e-9bced1271603">

<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/43f6fa61-9ee4-442b-9e11-6d2b6d3116ee">

<img alt="SerpApi" src="https://github.com/user-attachments/assets/43f6fa61-9ee4-442b-9e11-6d2b6d3116ee" height="100px" style="vertical-align: middle;">

</picture>

</a>

</p>

<p align="center">

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<a href="https://transcriptapi.com/">

<picture>

<source media="(prefers-color-scheme: dark)" srcset="https://anacreon.ai/downloads/transcriptapi-logo-color.svg">

<source media="(prefers-color-scheme: light)" srcset="https://anacreon.ai/downloads/transcriptapi-logo-black.svg">

<img alt="TranscriptAPI.com" src="https://anacreon.ai/downloads/transcriptapi-logo-black.svg" height="50px" style="vertical-align: middle;">

</picture>

</a>

</p>

<p align="center">

<a href="https://supadata.ai/youtube-transcript-api?ref=ytt-api">

<picture>

<source media="(prefers-color-scheme: dark)" srcset="https://supadata.ai/logo-dark.svg">

<source media="(prefers-color-scheme: light)" srcset="https://supadata.ai/logo-light.svg">

<img alt="supadata" src="https://supadata.ai/logo-light.svg" height="25px">

</picture>

</a>

&nbsp;&nbsp;

<a href="https://www.dumplingai.com/endpoints/get-youtube-transcript?via=ytt-api">

<picture>

<source media="(prefers-color-scheme: dark)" srcset="https://www.dumplingai.com/logos/logo-dark.svg">

<source media="(prefers-color-scheme: light)" srcset="https://www.dumplingai.com/logos/logo-light.svg">

<img alt="Dumpling AI" src="https://www.dumplingai.com/logos/logo-light.svg" height="25px" style="vertical-align: middle;">

</picture>

</a>

</p>

<br />

<p align="center">

Maintenance of this project is made possible by all the <a href="https://github.com/jdepoix/youtube-transcript-api/graphs/contributors">contributors</a> and <a href="https://github.com/sponsors/jdepoix">sponsors</a>. If you'd like to sponsor this project <a href="https://github.com/sponsors/jdepoix">click here</a>. 💖

</p>

Install

It is recommended to install this module by using pip:


pip install youtube-transcript-api

You can either integrate this module into an existing application or just use it via a CLI.

API

The easiest way to get a transcript for a given video is to execute:


from youtube_transcript_api import YouTubeTranscriptApi

ytt_api = YouTubeTranscriptApi()
ytt_api.fetch(video_id)

Note: By default, this will try to access the English transcript of the video. If your video has a different

language, or you are interested in fetching a transcript in a different language, please read the section below.

Note: Pass in the video ID, NOT the video URL. For a video with the URL https://www.youtube.com/watch?v=12345

the ID is 12345.

This will return a FetchedTranscript object looking somewhat like this:


FetchedTranscript(
    snippets=[
        FetchedTranscriptSnippet(
            text="Hey there",
            start=0.0,
            duration=1.54,
        ),
        FetchedTranscriptSnippet(
            text="how are you",
            start=1.54,
            duration=4.16,
        ),
        # ...
    ],
    video_id="12345",
    language="English",
    language_code="en",
    is_generated=False,
)

This object implements most interfaces of a List:


ytt_api = YouTubeTranscriptApi()
fetched_transcript = ytt_api.fetch(video_id)

# is iterable
for snippet in fetched_transcript:
    print(snippet.text)

# indexable
last_snippet = fetched_transcript[-1]

# provides a length
snippet_count = len(fetched_transcript)

If you prefer to handle the raw transcript data you can call fetched_transcript.to_raw_data(), which will return

a list of dictionaries:


[
    {
        'text': 'Hey there',
        'start': 0.0,
        'duration': 1.54
    },
    {
        'text': 'how are you',
        'start': 1.54
        'duration': 4.16
    },
    # ...
]

Retrieve different languages

You can add the languages param if you want to make sure the transcripts are retrieved in your desired language

(it defaults to english).


YouTubeTranscriptApi().fetch(video_id, languages=['de', 'en'])

It's a list of language codes in a descending priority. In this example it will first try to fetch the german

transcript ('de') and then fetch the english transcript ('en') if it fails to do so. If you want to find out

which languages are available first, have a look at list().

If you only want one language, you still need to format the languages argument as a list


YouTubeTranscriptApi().fetch(video_id, languages=['de'])

Preserve formatting

You can also add preserve_formatting=True if you'd like to keep HTML formatting elements such as <i> (italics)

and <b> (bold).


YouTubeTranscriptApi().fetch(video_ids, languages=['de', 'en'], preserve_formatting=True)

List available transcripts

If you want to list all transcripts which are available for a given video you can call:


ytt_api = YouTubeTranscriptApi()
transcript_list = ytt_api.list(video_id)

This will return a TranscriptList object which is iterable and provides methods to filter the list of transcripts for

specific languages and types, like:


transcript = transcript_list.find_transcript(['de', 'en'])

By default this module always chooses manually created transcripts over automatically created ones, if a transcript in

the requested language is available both manually created and generated. The TranscriptList allows you to bypass this

default behaviour by searching for specific transcript types:


# filter for manually created transcripts
transcript = transcript_list.find_manually_created_transcript(['de', 'en'])

# or automatically generated ones
transcript = transcript_list.find_generated_transcript(['de', 'en'])

The methods find_generated_transcript, find_manually_created_transcript, find_transcript return Transcript

objects. They contain metadata regarding the transcript:


print(
    transcript.video_id,
    transcript.language,
    transcript.language_code,
    # whether it has been manually created or generated by YouTube
    transcript.is_generated,
    # whether this transcript can be translated or not
    transcript.is_translatable,
    # a list of languages the transcript can be translated to
    transcript.translation_languages,
)

and provide the method, which allows you to fetch the actual transcript data:


transcript.fetch()

This returns a FetchedTranscript object, just like YouTubeTranscriptApi().fetch() does.

Translate transcript

YouTube has a feature which allows you to automatically translate subtitles. This module also makes it possible to

access this feature. To do so Transcript objects provide a translate() method, which returns a new translated

Transcript object:


transcript = transcript_list.find_transcript(['en'])
translated_transcript = transcript.translate('de')
print(translated_transcript.fetch())

By example


from youtube_transcript_api import YouTubeTranscriptApi

ytt_api = YouTubeTranscriptApi()

# retrieve the available transcripts
transcript_list = ytt_api.list('video_id')

# iterate over all available transcripts
for transcript in transcript_list:

    # the Transcript object provides metadata properties
    print(
        transcript.video_id,
        transcript.language,
        transcript.language_code,
        # whether it has been manually created or generated by YouTube
        transcript.is_generated,
        # whether this transcript can be translated or not
        transcript.is_translatable,
        # a list of languages the transcript can be translated to
        transcript.translation_languages,
    )

    # fetch the actual transcript data
    print(transcript.fetch())

    # translating the transcript will return another transcript object
    print(transcript.translate('en').fetch())

# you can also directly filter for the language you are looking for, using the transcript list
transcript = transcript_list.find_transcript(['de', 'en'])

# or just filter for manually created transcripts
transcript = transcript_list.find_manually_created_transcript(['de', 'en'])

# or automatically generated ones
transcript = transcript_list.find_generated_transcript(['de', 'en'])

Working around IP bans (RequestBlocked or IpBlocked exception)

Unfortunately, YouTube has started blocking most IPs that are known to belong to cloud providers (like AWS, Google Cloud

Platform, Azure, etc.), which means you will most likely run into RequestBlocked or IpBlocked exceptions when

deploying your code to any cloud solutions. Same can happen to the IP of your self-hosted solution, if you are doing

too many requests. You can work around these IP bans using proxies. However, since YouTube will ban static proxies

after extended use, going for rotating residential proxies provide is the most reliable option.

There are different providers that offer rotating residential proxies, but after testing different

offerings I have found Webshare to be the most reliable and have

therefore integrated it into this module, to make setting it up as easy as possible.

Using Webshare

Once you have created a Webshare account and purchased a

"Residential" proxy package that suits your workload (make sure NOT to purchase "Proxy Server" or

"Static Residential"!), open the

Webshare Proxy Settings to retrieve

your "Proxy Username" and "Proxy Password". Using this information you can initialize the YouTubeTranscriptApi as

follows:


from youtube_transcript_api import YouTubeTranscriptApi
from youtube_transcript_api.proxies import WebshareProxyConfig

ytt_api = YouTubeTranscriptApi(
    proxy_config=WebshareProxyConfig(
        proxy_username="<proxy-username>",
        proxy_password="<proxy-password>",
    )
)

# all requests done by ytt_api will now be proxied through Webshare
ytt_api.fetch(video_id)

Using the WebshareProxyConfig will default to using rotating residential proxies and requires no further

configuration.

You can also limit the pool of IPs that you will be rotating through to those located in specific countries. By

choosing locations that are close to the machine that is running your code, you can reduce latency. Also, this

can be used to work around location-based restrictions.


ytt_api = YouTubeTranscriptApi(
    proxy_config=WebshareProxyConfig(
        proxy_username="<proxy-username>",
        proxy_password="<proxy-password>",
        filter_ip_locations=["de", "us"],
    )
)

# Webshare will now only rotate through IPs located in Germany or the United States!
ytt_api.fetch(video_id)

You can find the

full list of available locations (and how many IPs are available in each location)

here.

Note that referral links are used here and any purchases

Truncated. Read the full README on GitHub ↗

Related tools