Home > Net >  Puppeteer getting caught with recaptcha before a site loading
Puppeteer getting caught with recaptcha before a site loading

Time:06-03

I'm using puppeteer to look at car dealerships, and I've been coming across a bunch of dealerships that are instantly marking me for a captcha. I can navigate to these websites perfectly fine just using chrome as normal, but when I run my code it catches it. Any thoughts? Here's an example of one of the websites: enter image description here

CodePudding user response:

Your best luck would be this npm plugin: https://www.npmjs.com/package/puppeteer-extra-plugin-stealth

A plugin for puppeteer-extra to prevent detection.

  • Related