AS
Apify Store
/topaz_sharingan/Youtube-Transcript-Scraper-1
YouTube Transcript Ninja ⚡️🥷⚡
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.
liveasyncunknown~30s typical
aideveloper toolsyoutubetranscript
$0.013
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.01 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /topaz_sharingan/Youtube-Transcript-Scraper-1 for me.
Input
| Field | Type | Description |
|---|---|---|
| timestamps | boolean | If true, returns transcript array with timestamps. If false, returns joined text only. default false |
| startUrls* | array | List of YouTube video URLs to scrape transcripts from |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/topaz_sharingan/Youtube-Transcript-Scraper-1","input":{"startUrls":["https://www.youtube.com/watch?v=SieELGaJV8k"]},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /topaz_sharingan/Youtube-Transcript-Scraper-1 -i '{"startUrls":["https://www.youtube.com/watch?v=SieELGaJV8k"]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/topaz_sharingan/Youtube-Transcript-Scraper-1", input: {"startUrls":["https://www.youtube.com/watch?v=SieELGaJV8k"]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.