Antidetect with proper API? (not local api)

kimjensen

Junior Member
Joined
Nov 9, 2015
Messages
151
Reaction score
42
I need the best Antidetect browser where I can programmatically manage all aspects of the profiles. The API has to be a proper rest API - As example Adspower has an 'api' but it's local and in reality useless for a bigger scale operation.
 
Why not just take selenium and then create a wrapper of stuff you want to do and build a a REST API for yourself? This is what I do now. I send like a taks=0 to close a browser task=1 to open task=46&elementXpath etc to do things. It will work anywhere you want if you know how to network. I run my bots in the 1000s across local and vps.
 
Back
Top