VOOZH about

URL: https://apify.com/sculptured_yard/youtube-video-details-transcript--fast

⇱ Youtube Video Details+Transcript -Fast Β· Apify


πŸ‘ Youtube Video Details+Transcript -Fast avatar

Youtube Video Details+Transcript -Fast

Pricing

from $1.00 / 1,000 results

Go to Apify Store

Youtube Video Details+Transcript -Fast

Youtube Video Details+Transcript -Fast is an Apify API that takes one or more YouTube video URLs (with optional per-video language), fetches video metadata and transcript and returns a single clean JSON output per video with details, transcript text, and error status.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ James Karanja

James Karanja

Maintained by Community

Actor stats

0

Bookmarked

14

Total users

5

Monthly active users

2 months ago

Last modified

Share

The youtube-video-details-transcript--fast actor is an Apify API that takes one or more YouTube video URLs (with optional per-video language), fetches video metadata and transcript, and returns a single clean JSON output per video with details, transcript text, and error status.

What does the Youtube Video Details+Transcript -Fast actor do?

The youtube-video-details-transcript--fast actor enables you to quickly fetch video metadata and transcripts without scraping personal data without permission.

  • Combine the actor's output with other tools and services to build more advanced applications.

Live Actor

Apify Console:

Input

Provide an array named videoUrls.

Each item should be an object:

  • url (required): YouTube video URL
  • language (optional): transcript language code, defaults to en

Example input:

{
"videoUrls":[
{
"url":"https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"language":"en"
},
{
"url":"https://www.youtube.com/watch?v=C2xF3JYOIwY"
}
]
}

Output

Returns one item per input video.

Common fields:

  • videoUrl
  • language
  • Metadata fields from the details Actor (for example title, channel, views, duration, description)
  • transcript (plain transcript text)
  • transcriptRaw (full raw object from transcript Actor)
  • transcriptError (null when successful, otherwise error text)

Example output shape:

[
{
"videoUrl":"...",
"language":"en",
"channel":"...",
"channel_url":"...",
"upload_date":"...",
"url":"...",
"title":"...",
"duration":null,
"views":0,
"likes":0,
"comment_count":0,
"description":"...",
"status":"success",
"transcript":"...",
"transcriptRaw":{
"success":true,
"video_id":"...",
"video_url":"...",
"video_title":"...",
"transcript":"...",
"language":"en",
"extraction_time":0.0,
"timestamp":"..."
},
"transcriptError":null
}
]

You might also like

Youtube Transcript - 1$/month

insight_api_labs/youtube-transcript

Youtube Transcript (with video details and transcript timestamps)

πŸ‘ User avatar

InsightAPILabs

937

3.1

YouTube Transcript Scraper

fetch_cat/youtube-transcript-scraper

Extract clean transcript text, timestamps, captions, and public video metadata from YouTube URLs or video IDs for AI, SEO, and research workflows.

YouTube Video Details Scraper

deanter/youtube-video-details-scraper

Input: YouTube video link | πŸ‘‰ Output: Transcript, video description, video title πŸ‘ŒπŸ‘‰ This actor processes a YouTube video link and extracts the transcript, description, and title of the video. It's perfect for gathering video metadata and subtitles for further analysis or content creation.

Youtube Video Transcript Scraper

neuro-scraper/my-actor-11

A powerful YouTube Video Transcript Scraper that instantly pulls clean, accurate captions from any video β€” perfect for creators, researchers, and AI workflows. Fast, reliable, and built to save your time.

4

YouTube Transcript Scraper

devscrapper/youtube-transcript-scraper

YouTube Transcript Scraper – Fast, Clean & Reliable

πŸ‘ User avatar

Oussama Production

3

YouTube Video transcript scraper

codenest/youtube-video-transcript-scraper

Easily extract precise YouTube video transcripts with millisecond timestamps, complete video metadata, and multiple output formats including structured JSON with timestamps and plain text arrays for professional content analysis. ❀️YouTube Video transcript scraper❀️.