Specifies the available captcha solver services that can be used. Each service requires its own API key and has different pricing models.
ECaptchaSolverService
const solver = new MultiCaptchaSolver({ apiKey: 'YOUR_API_KEY', captchaService: ECaptchaSolverService.TwoCaptcha}); Copy
const solver = new MultiCaptchaSolver({ apiKey: 'YOUR_API_KEY', captchaService: ECaptchaSolverService.TwoCaptcha});
Anti-Captcha service - Fast and accurate captcha solving service.
https://anti-captcha.com
2Captcha service - Popular and reliable captcha solving service.
https://2captcha.com
Specifies the available captcha solver services that can be used. Each service requires its own API key and has different pricing models.
ECaptchaSolverService
Example