Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Use proxy-chain
The essence is simple.
For puppeteer you use your local proxy server: '--proxy-server=localhost:8000'
And this local proxy server sends requests from each page to a random (or in turn) taken from the proxy array.
upstreamProxyUrl: 'http://'+random_proxy.
If you need to use several puppeteers in parallel, then the bundle has shown itself well: puppeteer-cluster and proxy-chain
On an average server, we process up to 200 pages simultaneously through different proxies.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question