Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

274
Views
using puppeteer to load a page from proxy with 'puppeteer-page-proxy' . not loading the page

I'm trying to load a page with puppeteer. but it just not working , first here's the code :

const puppeteer = require('puppeteer-extra');
const StealthPlugin = require('puppeteer-extra-plugin-stealth');
puppeteer.use(StealthPlugin());
const useProxy = require('puppeteer-page-proxy');


(async () => {
  const browser = await puppeteer.launch({headless:false});
  const page = await browser.newPage();
  await page.setRequestInterception(true);
  const proxy ='https://163.116.159.237:8081'
  console.log(proxy)
  await useProxy(page, proxy);
  await page.goto('https://whatismyipaddress.com/');
})();

after running the script . I'm getting an a timeout error the browser is opening , but the page just not I've tried to change the proxy , but the result is the same I can't figure out why, because I'm doing the same thing as suggested in the package page site

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!