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: www.vandamautoinc.com
Asked
Active
Viewed 1,313 times
1 Answers
1
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.

Gilles Quénot
- 173,512
- 41
- 224
- 223
-
I've tried using stealth to try to avoid this, but it still is sending it to a captcha. Are there any settings or tweaks you'd suggest? Thanks – Tanner Helton Jun 02 '22 at 19:12
-
2Your script should behave like a human. Not too fast by example. Setting a specific user agent is the basics – Gilles Quénot Jun 02 '22 at 19:20