Anyway to put this together?

Pulez

Newbie
Joined
Jan 14, 2023
Messages
4
Reaction score
2
Hello everyone!

I am posting in order to maybe get some answers; I m looking forward to put together a very basic traffic scheme;

I need 200 accounts to go each on a page on a different proxy; stay one minute and then leave; would be cool if 10 accounts could be operated simultaniously in order to save some time;

Also disableing some things over the page would help in order to minimise the proxy resources

How can this be done? Thank you very much in advance!
 
If you want it to seem as realistic as possible, you probably are going to need to use some browser emulation software like selenium or playwright, preferably an asynchronous version of them so you can run multiple browser instances at the same time. On some proxy providers you can fully block some hosts, so if you see your program is making unnecessary requests to hosts that you don't, you can save bandwidth by blocking those. Another way is to simply run some js or cdp command to block certain requests from being made. You can also add certain options to your browser instance for it to block images and other files, and that can save you a lot of bandwidth as well
 
If you want it to seem as realistic as possible, you probably are going to need to use some browser emulation software like selenium or playwright, preferably an asynchronous version of them so you can run multiple browser instances at the same time. On some proxy providers you can fully block some hosts, so if you see your program is making unnecessary requests to hosts that you don't, you can save bandwidth by blocking those. Another way is to simply run some js or cdp command to block certain requests from being made. You can also add certain options to your browser instance for it to block images and other files, and that can save you a lot of bandwidth as well
thank you very much for the input! for making this work what would u recommand as a browser? would the antidetect browser do the trick? saw u can get 100+ profiles
 
I personally just use Chrome and make some changes myself to make it more private when needed, but it depends on the target site. I haven't tried it myself, but if you are looking for an antidetect browser you should probably try Camoufox as it can also be used asynchronously.
 
you can do this with adspower, they have a built in feature to create bots of this type
 
Careful — that's risky and can violate TOS :confused:
For testing use legitimate load-testing tools (k6, JMeter) or vetted traffic vendors or hire an automation pro ;)
 
Back
Top