
YouTube Video Subtitles (captions) Scraper
Pricing
$14.99/month + usage

YouTube Video Subtitles (captions) Scraper
Extract subtitles (captions) from one or multiple YouTube videos. Download YouTube video subtitles (captions) as a HTML, JSON, CSV, Excel, or XML doc.
1.0 (1)
Pricing
$14.99/month + usage
19
Total users
443
Monthly users
31
Runs succeeded
>99%
Last modified
3 months ago
All runs have been failing
Closed
All runs have been failing

Hello! Can you provide more information about your runs?
user-hTbab8D64jQZjrwSC-owner
I see, are you not able to see them?
Here is a screenshot: https://d.pr/i/wKliXf/xnSfXe8NoK
Here is a link to the runs: https://console.apify.com/organization/RkbRmkpzv3BbWKbmX/actors/o2ZziUjiDSmp4vUKy/runs/VEv2XoYaYMt0aiu9y#output
user-hTbab8D64jQZjrwSC-owner
Log from one of the failed runs: https://d.pr/i/KQp3Wy/IXpwVPqeG7

I don't have permission to view these runs. Can you send me the public link?
user-hTbab8D64jQZjrwSC-owner
I see, here you go: https://console.apify.com/view/runs/VEv2XoYaYMt0aiu9y

As I can see, you have an incorrect input data format.
Your input data:
{"startUrls": [{"url": "https://www.youtube.com/watch?v=lR7nxIMgTy4"}],"language": "en","useAsr": true}
Correct input data:
{"startUrls": ["https://www.youtube.com/watch?v=lR7nxIMgTy4"],"language": "en","useAsr": true}

When you change Start URLs make sure it is a clean url. Or if you are using bulk edit that each url is on a new line.
user-hTbab8D64jQZjrwSC-owner
Thank you, figured it out.