使用具有以下功能的代理机构 Puppeteer

了解如何用Puppeteer为测试自动化设置驻地和移动代理。
选择计划 3天试用 - 没有设置费用 - 随时取消
定价
Puppeteer
Notice: Puppeteer works only with residential proxies!
  1. When you set up Puppeteer, fill in value
    proxy.froxy.com:9000
    
  2. Under ‘page.authenticate’ input your Froxy proxy login in the ‘username’ value and your password. You can find this information in your Froxy Dashboard
  3. Finally, example of your code should look like this
     const puppeteer = require('puppeteer');
     (async () => {
         const browser = await puppeteer.launch({
         headless: false,
         args: ['--proxy-server=proxy.froxy.com:9000'] });
         const page = await browser.newPage();
         await page.authenticate({
             username: 'LOGIN',
             password: 'PASSWORD'
         });
         await page.goto('https://froxy.com/api/detect-ip');
     })()
    
  4. You succesfully integrated Froxy with Puppeteer!

现在就试试Froxy吧

来自Froxy的代理适合最流行的工具,让你实现你的目标!

现在就试试代理,只要创建一个账户,选择一个费率,就可以开始了。

现在开始