AS
Apify Store
/supreme_coder/youtube-transcript-scraper
Youtube Transcript Scraper - $0.7 per 1k
Scrape youtube videos and transcripts in bulk from channels, youtube search, playlists, etc. Provides videos details and transcript in different formats
liveasyncunknown~30s typical
aiagentsvideosyoutubetranscript
$0.0013
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.001 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 /supreme_coder/youtube-transcript-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| urls | array | Paste any mix of YouTube URLs. Video and Shorts URLs are scraped directly; Channel and Playlist URLs are expanded into their videos automatically (use "Max pages per URL" to fetch more). |
| searchKeywords | array | Search YouTube for each keyword and scrape transcripts from the top results. Use "Max pages per URL" to fetch more pages of results per keyword. |
| maxPagesPerUrl | integer | How many pages of results to fetch from each channel, playlist, or search URL. Each page is a batch of videos, so a higher number scrapes more videos per URL. Leave empty for unlimited (fetch every page until the listing runs out). Only pages that contain videos count toward this limit. Has no effect on direct video/Shorts URLs (those are always scraped). |
| scrapeShorts | boolean | When expanding channels, playlists, or search keywords, also include Shorts. When off, Shorts are skipped and only regular videos are scraped. default false |
| outputFormat | string (json | text | vtt | srt) | Output format for the transcripts default "json" |
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":"/supreme_coder/youtube-transcript-scraper","input":{"urls":[{"url":"https://www.youtube.com/watch?v=5AdKqkNmJj4"},{"url":"https://www.youtube.com/watch?v=iTOAIP9DfYo"}],"searchKeywords":[]},"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 /supreme_coder/youtube-transcript-scraper -i '{"urls":[{"url":"https://www.youtube.com/watch?v=5AdKqkNmJj4"},{"url":"https://www.youtube.com/watch?v=iTOAIP9DfYo"}],"searchKeywords":[]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/supreme_coder/youtube-transcript-scraper", input: {"urls":[{"url":"https://www.youtube.com/watch?v=5AdKqkNmJj4"},{"url":"https://www.youtube.com/watch?v=iTOAIP9DfYo"}],"searchKeywords":[]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.