Docs/Intelligence/Captcha Service

The Captcha Service is a real integration with 2Captcha-compatible providers. It solves captchas on demand and can auto-solve captchas the real browsers hit during sessions.

Providers

2captcha.com

The default provider. Reliable global coverage and all 20 task types.

rucaptcha.com

Same protocol, popular for RU-focused workloads.

CapMonster Cloud

Cloud variant of the CapMonster solver line.

Setup

  1. Open Settings, then Captcha Service.
  2. Pick a provider and paste your API key.
  3. Enable the service.
  4. Press Check balance to verify the key.
  5. Press Run self-test. The app solves Google's official demo reCAPTCHA through the API and reports the result, including the remaining balance.

Auto-solve

OptionDefaultValuesDescription
Auto-solveOffOn, OffWhen on, the engine detects captchas in real pages (reCAPTCHA, hCaptcha and Turnstile iframes) and solves them with token injection.
Solve chance8%1 to 20%How often sessions encounter a captcha scenario in tests. Simulates realistic challenge rates.
Timeout120s30 to 180sMaximum wait for a single solve before the session gives up on it.

All 20 captcha types

TypeDescription
Image (Normal)Classic text-in-image captchas, base64 body.
reCAPTCHA v2"I am not a robot" checkbox and invisible variant.
reCAPTCHA v2 EnterpriseEnterprise edition with extra payload.
reCAPTCHA v3Score based (0.1 to 0.9), requires an action.
hCaptchahCaptcha checkbox and invisible challenges.
Cloudflare TurnstileCloudflare challenge widget.
FunCaptcha (Arkose)Arkose Labs puzzle captchas.
GeeTest v3Slider and puzzle captchas.
GeeTest v4Newer GeeTest version.
KeyCaptchaSession based captcha with user ID and signs.
Yandex SmartCaptchaYandex smart captcha widget.
Amazon WAFAWS WAF captcha challenges.
DataDomeDataDome slider protection.
MTCaptchaMTCaptcha widget.
CapyCapy puzzle captcha.
LeminLemin captcha.
TikTokTikTok captcha.
CutCaptchaCutCaptcha puzzle.
Text (question)Plain text math and logic questions.
CoordinatesClick on image captchas, base64 body with instructions.

Cost model

Pay per solve, no subscriptionRough reference prices from the provider
  • Image captchas: about $1.5 per 1,000 solves.
  • reCAPTCHA: about $2.99 per 1,000 solves.
  • Balance is checked live from the app, and the self-test reports the updated balance after solving.

Related