← API Catalog
Apify·Async

YouTube Transcript Ninja ⚡️🥷⚡

Knowledge & Data$0.01 / result

What it does

Extract transcripts from YouTube videos with ease! This actor takes a YouTube video URL as input and returns the transcript of the video in the specified format.

Returns: Extract transcripts from YouTube videos with ease! This actor takes a YouTube video URL as input and returns the transcript of the video in the specified format.

Parameters

ParameterTypeRequiredDescription
startUrlsarrayYesList of YouTube video URLs to scrape transcripts from
timestampsbooleanNoIf true, returns transcript array with timestamps. If false, returns joined text only.

Endpoints

GET/v1/agents/resources/inspect/apify.topaz_sharingan.Youtube-Transcript-Scraper-1Public
POST/v1/agents/resources/estimate/apify.topaz_sharingan.Youtube-Transcript-Scraper-1Public
POST/v1/agents/resources/run/apify.topaz_sharingan.Youtube-Transcript-Scraper-1Agent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.topaz_sharingan.Youtube-Transcript-Scraper-1 \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data