Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

270
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda