CAPTCHA Solver — Turnstile, reCAPTCHA, Cloudflare avatar

CAPTCHA Solver — Turnstile, reCAPTCHA, Cloudflare

Pricing

from $8.00 / 1,000 successful solves

Go to Apify Store
CAPTCHA Solver — Turnstile, reCAPTCHA, Cloudflare

CAPTCHA Solver — Turnstile, reCAPTCHA, Cloudflare

Solve Turnstile, reCAPTCHA v2/v3 and Cloudflare clearance challenges headlessly. Self-contained solver built on anti-detect Chromium (CloakBrowser) — no third-party API keys needed. Returns response tokens / cf_clearance cookies ready to use. hCaptcha: experimental.

Pricing

from $8.00 / 1,000 successful solves

Rating

0.0

(0)

Developer

Indra Darmawan

Indra Darmawan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Solve common anti-bot challenges headlessly and get ready-to-use tokens. Self-contained: runs its own anti-detect Chromium (CloakBrowser) — no third-party solver API keys required.

Supported challenges

TypeWhat you getStatus
turnstileTurnstile token✅ stable
recaptchag-recaptcha-response (v2 checkbox / v3)✅ stable
cloudflarecf_clearance cookie✅ stable
hcaptchahCaptcha token⚠️ experimental — not enabled in this version

Input

FieldRequiredDescription
typeyesturnstile | recaptcha | cloudflare
urlyesPage URL containing the challenge
websiteKeyturnstile/recaptchaWidget sitekey
timeoutSecsno (default 120)Overall solve deadline

Output (dataset)

{
"status": "SOLVED",
"token": "0.cSkZ...",
"solveTimeMs": 5240,
"error": null
}

Usage (API)

curl -X POST "https://api.apify.com/v2/acts/YOUR~captcha-solver/runs" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "content-type: application/json" \
-d '{"type":"turnstile","url":"https://example.com/login","websiteKey":"0x4AAA..."}'

Pricing

Pay-per-event: charged per successful solve only — failed attempts are free.

Notes

  • The solver runs a real (headed) browser engine under a virtual display. Solve times are typically 5–25 s depending on challenge type.
  • For cloudflare, the target URL must actually present a challenge; the actor harvests the cf_clearance cookie from the browser session.
  • This actor is not affiliated with or endorsed by hCaptcha, Cloudflare, or Google. Use it only on properties you are authorized to automate.