Save YouTube Subtitle avatar

Save YouTube Subtitle

Pricing

from $20.00 / 1,000 results

Go to Apify Store
Save YouTube Subtitle

Save YouTube Subtitle

Transcribe YouTube videos by extracting subtitles and metadata, and push the results directly to the Apify Dataset.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

Entertained Rattlesnake

Entertained Rattlesnake

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

12 days ago

Last modified

Share

Save YouTube subtitles/transcripts together with basic video metadata (title, channel, views).

Results are pushed directly to the Apify Dataset — no files are saved.

Input

{
"timestamps": false,
"startUrls": [
"https://www.youtube.com/watch?v=SieELGaJV8k"
]
}
  • startUrls — list of YouTube video URLs.
  • timestamps — if true, the returned text will include [HH:MM:SS.mmm] prefixes per line.

Output

Each video produces one Dataset item. The dataset schema is defined in .actor/dataset_schema.json and includes two preset views in the Apify Console: Overview (all key fields) and Transcript (just the video and its text).

FieldTypeDescription
videoUrlstring (uri)Canonical URL of the YouTube video.
videoIdstring11-character YouTube video identifier.
videoTitlestring | nullVideo title as reported by YouTube.
channelNamestring | nullDisplay name of the channel that published the video.
viewsstring | nullView count at the time of extraction (raw value from YouTube).
textstringFull transcript. Includes [HH:MM:SS.mmm] prefixes when timestamps is true.

Example item:

[
{
"videoUrl": "https://www.youtube.com/watch?v=2wg1A4m0VsA",
"videoId": "2wg1A4m0VsA",
"videoTitle": "El BIS lleva años explicándonos dónde encaja XRPL...",
"channelName": "Fran De Olza",
"views": "1933",
"text": "El 27 de mayo de 2026, una de las instituciones..."
}
]

Proxy

The Actor tries Apify Datacenter Proxy first and falls back to Residential Proxy (US) only when datacenter requests fail. This minimises residential traffic costs.