Puppeteer
Last updated
Was this helpful?
Last updated
Was this helpful?
is a Node library that provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol.
To integrate Puppeteer with Oxylabs , follow the steps below:
Step 1. Install Node.js and a code editor of your choice. (Skip this step If you already have it)
Step 2. Create a Node.js project and install the required packages.
Step 3. Within Puppeteer, fill in the value, for example:
Proxy server: pr.oxylabs.io:7777
Step 4. Under the 'page.authenticate'
, input your Oxylabs proxy username and password.
An example of a code looks like this:
And that's it! You've successfully integrated Oxylabs with Puppeteer.
If you want to learn more about web scraping with Puppeteer, read our .
Find the original Puppeteer integration blog post .