Need to grab the words from YouTube videos? YouTube Transcript API is here to help! It's easy to use and gets the job done, plus it gives you some extra info too. Go ahead and try it!
This Actor extracts the transcript from a YouTube video.
The actor will provide you with the extracted transcript and other metadata in JSON format. The structure of the output is described in the Output schema. You can use this data for analysis, content optimization, or any other purpose that suits your needs.
The input should be a JSON object with the following properties:
video_urls
: An array of URLs. Currently, only the first URL is used, and it should be a YouTube video URL. For
example: ["https://www.youtube.com/watch?v=dQw4w9WgXcQ"]
(Required)
language
: (Optional) The desired language of the transcript. If not specified, the actor will attempt to detect the
language automatically. Specify as a two-letter language code (e.g., "en", "es", "fr"). This is helpful for
auto-generated captions, as they often don't have the language specified in the metadata.
The output is a JSON object with the following properties:
videoId
: The name of the YouTube channel.transcripts
: List of transcript data of the video.1[ 2 { 3 "text": "ever since computers were invented", 4 "start": 5.839, 5 "duration": 3.121 6 }, 7 { 8 "text": "they've really just been glorified", 9 "start": 7.52, 10 "duration": 3.92 11 } 12]
Input:
1{ 2 "language": "en", 3 "proxyConfiguration": { 4 "useApifyProxy": true, 5 "apifyProxyGroups": [ 6 "RESIDENTIAL" 7 ] 8 }, 9 "video_urls": [ 10 "https://www.youtube.com/watch?v=2IK3DFHRFfw", 11 "qYNweeDHiyU" 12 ] 13}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!