Third-party CAPTCHA solving APIs are sometimes used in automation and scraping pipelines (subject to the target site’s terms and applicable law).
Services
- open_in_new Anti-Captcha
- open_in_new Death By Captcha
- open_in_new RuCaptcha
- reCAPTCHA v2 API notes: open_in_new 2Captcha
Anti-Captcha (PHP)
Library: open_in_new anticaptcha-php .
Reading task cost
Example helper on a NoCaptchaProxyless task class:
public function getCost()
{
return $this->taskInfo->cost;
}
Andrew Dorokhov