Youtube Transcripts avatar
Youtube Transcripts

Pricing

$7.50 / 1,000 transcripts

Go to Store
Youtube Transcripts

Youtube Transcripts

Developed by

karamelo

karamelo

Maintained by Community

Extract 1 or 1000s of YouTube transcripts fast. Save time & effort . Get accurate structured transcripts or captions in seconds for each video & short. Export in various formats,, JSON, XML, HTML, CSV, EXCEL... Boost your productivity!

3.0 (2)

Pricing

$7.50 / 1,000 transcripts

108

Total users

1.8k

Monthly users

477

Runs succeeded

99%

Issue response

7.7 hours

Last modified

6 days ago

JD

About half of my attempts are now blocked

Open

JDActs opened this issue
a month ago

Does this API alternate residential proxies? Is it default in the API? If not, can we set alternating residential proxies in the API call to get around being blocked? Please help

karamelo avatar

hi JDActs, really sorry for the blockings. this actor doesn't alternate proxy groups and the blockings are because youtube has huge list of blacklisted proxies. I am working hard to circumvent these blockings and the in next update asap will reduce drastically the blockings!

Meanwhile you can set the apify proxies to RESIDENTIAL as in this example:

{ "channelHandleBoolean": true, "channelIDBoolean": false, "channelNameBoolean": true, "commentsBoolean": false, "datePublishedBoolean": true, "dateTextBoolean": false, "descriptionBoolean": false, "keywordsBoolean": false, "likesBoolean": false, "maxRetries": 8, "proxyOptions": { "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ] }, "relativeDateTextBoolean": true, "subscriberCountBoolean": false, "thumbnailBoolean": false, "uploadDateBoolean": false, "urls": [ "https://www.youtube.com/watch?v=videoId" ], "viewCountBoolean": false }

JD

JDActs

a month ago

Thanks for your quick reply. Very glad to hear you are working on this issue. I've changed the apifyProxyGroups option to RESIDENTIAL as you suggested. I run this api daily for up to many items, so I will let you know if I continue being blocked.

karamelo avatar

great! I will notify you here when done.