Boolean0110
Newbie
- May 22, 2024
- 32
- 4
I need a recaptcha solver v3 to implement it into my Python automation script.
I can recommend 2captcha’s API for sure, they’re not overly expensive and the successrate/speed for captcha’s is decent.Pretty much all the captcha solver services have APIs that you can use for solving Recaptcha v3, eg:
https://2captcha.com/api-docs/recaptcha-v3
https://deathbycaptcha.com/api/newtokenrecaptcha#reCAPTCHAv3
Or you can use a standalone app like XEvil or Capmonster and emulate a service to use it in the same way as the APIs.