
YouTube Scraper
Pricing
$5.00 / 1,000 videos

YouTube Scraper
YouTube crawler and video scraper. Alternative YouTube API with no limits or quotas. Extract and download channel name, likes, number of views, and number of subscribers.
4.6 (31)
Pricing
$5.00 / 1,000 videos
913
Total users
25K
Monthly users
5.6K
Runs succeeded
>99%
Issues response
1.3 days
Last modified
3 days ago
No subtitles stored
Closed
I am running an HTTP request node in n8n, when I crawl a video I use these settings:
{ "downloadSubtitles": true, "hasCC": false, "hasLocation": false, "hasSubtitles": false, "is360": false, "is3D": false, "is4K": false, "isBought": false, "isHD": false, "isHDR": false, "isLive": false, "isVR180": false, "maxResultStreams": 0, "maxResults": 10, "maxResultsShorts": 0, "preferAutoGeneratedSubtitles": true, "saveSubsToKVS": true, "startUrls": [ { "url": "https://www.youtube.com/watch?v=0Wwn5IEqFcg", "method": "GET" } ], "subtitlesFormat": "srt", "subtitlesLanguage": "en" }
The video get's scraped just fine but the subtitles are always Null.
Maxii99
I can confirm that I am experiencing the same issue. Starting from June 9, 2025, the actor consistently returns a null value for the “subtitles” parameter. This may be due to recent changes in YouTube’s page layout or the scraping workflow.
Previously, it was sometimes possible to get a value in the “subtitles” field by restarting or running the actor multiple times—the subtitles array would appear after a second or third attempt. However, now the “subtitles” field is always null, no matter how many times the actor is run.
shaun3rdwave
Also have the same issue.

Hi, thanks for joining this issue!
It seems like subtitles are currently getting blocked. We will investigate and fix this.
I will keep you updated here, thanks!

Hello everyone! The issue we were experiencing with the subtitles is now fixed! Please let us know if it is not working as intended, we appreciate your collaboration!