YouTube Search Transcripts: transcripts for any search, one run avatar

YouTube Search Transcripts: transcripts for any search, one run

Pricing

from $2.28 / 1,000 transcript fetcheds

Go to Apify Store
YouTube Search Transcripts: transcripts for any search, one run

YouTube Search Transcripts: transcripts for any search, one run

Search YouTube by keyword and get the transcript of every result in one run, up to 50 queries: one row per video with rank, title, channel, views and the full transcript text. Videos without captions cost nothing. Pay per transcript.

Pricing

from $2.28 / 1,000 transcript fetcheds

Rating

0.0

(0)

Developer

Steadydata Team

Steadydata Team

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

21 hours ago

Last modified

Share

Search YouTube and get the transcript of every result in one run, up to 50 queries: one row per video with rank, title, channel, views and the full transcript text. Videos without captions cost nothing. Pay per transcript.

Why this scraper

  • Only delivered results are charged. Inputs that fail come back as clear error records at no cost.
  • One run, no glue: the search runs over the slim Innertube route (about 2 KB per result) and every result goes straight into the transcript route. Measured on "how to make sourdough bread": 5 results, 5 transcripts of 8,000 to 18,000 characters, in a single run.
  • The transcript is in the language the video is spoken in. When a video carries community translations, the spoken language wins over the first translation in the list; pass languages to ask for a specific one. A result without captions is never a row and never charged; it is counted in skippedNoCaptions.

Who this is for

Type your queries in queries (up to 50 per run), set maxResultsPerQuery (default 10, ceiling 100) and, if you want, sortBy (relevance, upload date, view count or rating). Every delivered row carries the query, the rank in the search results, the video's title, views and age, the transcript language, whether the captions were auto-generated and the full transcript text. Turn on includeTimestampedSnippets when the text has to be aligned to the video.

Who this is not for

Only videos that have captions (manual or auto-generated) produce a row; music, very new uploads and some live streams have none and are counted in skippedNoCaptions instead. Search results are YouTube's, personalised for nobody but still varying a little between runs and regions, so the same query can return a slightly different set tomorrow. The transcript is text, not a translation: you get the captions in the video's spoken language unless you list preferred languages.

Input example

{
"queries": [
"how to make sourdough bread"
],
"maxResultsPerQuery": 10,
"sortBy": "relevance",
"languages": [],
"preferManualCaptions": true,
"includeTimestampedSnippets": false
}

Output example

  • query
  • sortBy
  • rank
  • videoId
  • url
  • title
  • viewCount
  • publishedText
  • durationSeconds
  • language
  • isAutoGenerated
  • text
  • snippets
  • skippedNoCaptions

Error codes: INVALID_QUERY, INVALID_SORT, NO_RESULTS, NO_TRANSCRIPT, BLOCKED.

One delivered row looks like this:

{
"query": "how to make sourdough bread",
"sortBy": "relevance",
"rank": 1,
"videoId": "4gEoh3sk2AE",
"url": "https://www.youtube.com/watch?v=4gEoh3sk2AE",
"title": "Bake the Perfect Sourdough Bread: A Step-by-Step Guide",
"viewCount": 3241316,
"publishedText": "2 years ago",
"durationSeconds": 712,
"language": "en",
"isAutoGenerated": false,
"text": "- Today I am gonna show you how to make sourdough bread. Here's everything you need to know to get the beautiful rise, the perfect little ear, and the best text...",
"skippedNoCaptions": 0,
"status": "ok"
}

Pricing

Pay per event: one transcript-fetched event per delivered result. No charge for inputs that fail, no separate platform-usage surcharge.

Free Apify plan: this actor delivers up to 25 rows per run for accounts on the Apify free plan, and then stops with a message. That limit is set by us, not by Apify. It exists so the actor keeps paying for itself for the people who do pay. Any paid Apify plan runs it at full size, billed per delivered row, with failed rows never charged.

Reviews: if this actor saves you time, a short review on this page is the one thing that helps most. Ratings are what other buyers look at first, and we have no other way to ask.

FAQ

Do I pay for results without captions? No. Only a delivered transcript is charged; a query that fails or a video without captions costs nothing.

How many results can I take per query? Up to 100 (maxResultsPerQuery), in the order YouTube returns them for the chosen sortBy.

Which language do I get? The captions in the language the video is spoken in: a manual track when it exists, otherwise the auto-generated one. Pass languages (for example ["nl", "en"]) to prefer specific tracks, and preferManualCaptions: false to take auto-generated captions first.

Can I get timestamps? Yes, set includeTimestampedSnippets to true and every row gets a snippets list with start time, duration and text per caption line.

Can I search a channel or a playlist instead? Use YouTube Channel Transcripts or YouTube Playlist Transcripts from the related actors below; this actor is for open search queries.

Is personal data collected? The transcript is the caption track YouTube exposes for that video; it is not generated by this actor and the text follows the captioner, including its punctuation and line breaks.

What happens when the source changes? Sources change from time to time; that is the nature of this work. The actor is monitored daily and fixed fast, and while it is broken you are not charged, because only delivered results cost anything.