I've been automating browser programs for a long time, you need to have a antidetect browser that is stable to use, then choose an automation framework and start your work.
Programming language + fingerprint browser + automation framework
1. Programming languages mostly popular are python and js
2. there are a lot of options on the market for antidetect browsers, but from a service surport, I chose MoreLogin because they have a profession customer service to answer questions in the API.
3. automation framework, I was using selenium, but this is an old framework, through the webdriver to drive, I do some tasks when it is easy to be identified by the site, then I found the playwright, which is developed by microsoft, through the cdp protocol to interact with the browser, very convenient!
If you need some automation browser scripts, you can send me a message.