I have a website that is selling some products online, and every day there are updates. I try to be the first that is getting those products, and I created a bot in JS run by tampermonkey to make this automation and get it all first. It worked well till the site started to run slow for me (and maybe for the rest of the users also), and when I was trying to buy the products when the update was launched, other users (or maybe one specific user) was buying everything I need before me. I tried to change the script so that it will not click the UI elements, but work through http requests and stuff, and still the server response are way too slow to get in front and buy all the things. Is there any solution to make this happen and be the first?
I tried UI auto-clicker script, and http requests.