I
I
Invoker3222020-12-30 15:10:35
Browsers
Invoker322, 2020-12-30 15:10:35

How to run a huge number of chrome browsers with different ips and profiles?

The question is in the title. I don’t know, it can be implemented through it, it’s necessary that it all be in the console version and each browser has its own unique typos, ip and the like, and that it be as lightweight as possible. Maybe you can do it somehow through selenium, but you can’t do what I want through it. I also looked in the direction of docker, but also a lot of resources are needed, as well as just running a lot of virtual machines. Tell me what to look for.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
Lazy @BojackHorseman, 2020-12-30
Tag

chrome is gluttonous rubbish and you simply don’t have enough RAM for a huge amount

A
Alexander, 2020-12-30
@UPSA

It's not Chrome for you ... but spyware)))
Look towards the http protocol and write a program for interacting with the site.
For example, HTTP headers - foxtools.ru/Http It
is not so easy to notice the IP address to change
The easiest User-Agent to change
But that's not all - the site and the web server can check other data: VPN, Proxy, JS, storage ... in short, use the methods against anonymous users.
PS
Once I saw programs for testing the site under load - maybe you can find something here.

A
Alexander, 2020-01-09
@satellite

As mentioned above, you need chrome in headless mode. To have different fingerprints, you need different user-agent values ​​and different window sizes. And for different ip you can use tor.
Here is a sample code with all this. The author uses puppeteer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question