DEV Community

Jordan Hansen
Jordan Hansen

Posted on • Originally published at javascriptwebscrapingguy.com on

1

Using Puppeteer with a proxy

Sample code here

This shows how to use Puppeteer with a proxy using both Luminati and Proxycrawl.

Video guide:

Luminati is a more intense solution that requires a bit more to get set up. They even do a business verification before they’ll allow you to use some of their features. It is the main solution I use for proxies.

Documentation on using Luminati with Puppeteer – https://luminati.io/integration/puppeteer.

Proxycrawl is definitely the easiest solution. It’s going to be a bit slower but you can get up and going in probably about 60 seconds.

Note: I realized right after I ended the video that I wasn’t ever executing the Proxycrawl function. I did run it after I ended, though, and it worked great.

My affiliate links:

Sign up for Luminati here – https://luminati.io/?affiliate=ref\_5f240848c7669177abf8ef2a

Sign up for Proxycrawl here – https://proxycrawl.com/?s=ukQB9Fqz

The post Using Puppeteer with a proxy appeared first on Javascript Web Scraping Guy.

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed
  • 2:34 --only-changed
  • 4:27 --repeat-each
  • 5:15 --forbid-only
  • 5:51 --ui --headed --workers 1

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Click on any timestamp above to jump directly to that section in the tutorial!

Watch Full Video 📹️

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay