1

I like to monitor my wallets on etherscan.io, zerion.io and solana.com by capturing a screenshot of the pages using puppeteer. This used to work fine, but lately I'm getting blocked by a captcha (specifically Cloudflare) and can't take a screenshot of the pages.

I have tried the following proposed solutions:

None of these above have resolved the issue

Full code example: https://runkit.com/microworlds/62dfada6d02c0d0008e9f997

How do I bypass the captchas/firewalls for these crypto sites?

  • Have you tried anything from the dupes? [1](https://stackoverflow.com/questions/64314346/puppeteer-bypass-cloudflare-by-enable-cookies-and-javascript), [2](https://stackoverflow.com/questions/71923946/cloudflare-bypass-with-puppeteer), [3](https://stackoverflow.com/questions/68696073/puppeteer-cloudflare-websites-return-403-forbidden), [4](https://stackoverflow.com/questions/55678095/bypassing-captchas-with-headless-chrome-using-puppeteer/55714786#55714786) etc. For example, you could start by adding a user agent. – ggorlen Jul 25 '22 at 20:09
  • Does this answer your question? [Cloudflare bypass with Puppeteer](https://stackoverflow.com/questions/71923946/cloudflare-bypass-with-puppeteer) – ggorlen Jul 25 '22 at 20:09
  • @ggorlen I've tried all the recommended options (using stealth mode with puppeteer extra, rotating UAs, static UA, residential proxies, etc.) Unfortunately, none of these settings works. Here's my approach (glued together from some of the recommendations) - https://runkit.com/microworlds/62dfada6d02c0d0008e9f997 – microworlds Jul 26 '22 at 09:12
  • Can you put it into the question here and list everything you tried so far? Thanks. – ggorlen Jul 26 '22 at 14:06

0 Answers0