CAPTCHA Solver — Turnstile, reCAPTCHA, Cloudflare
Pricing
from $8.00 / 1,000 successful solves
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
Maintained by CommunityActor 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
| Type | What you get | Status |
|---|---|---|
turnstile | Turnstile token | ✅ stable |
recaptcha | g-recaptcha-response (v2 checkbox / v3) | ✅ stable |
cloudflare | cf_clearance cookie | ✅ stable |
hcaptcha | hCaptcha token | ⚠️ experimental — not enabled in this version |
Input
| Field | Required | Description |
|---|---|---|
type | yes | turnstile | recaptcha | cloudflare |
url | yes | Page URL containing the challenge |
websiteKey | turnstile/recaptcha | Widget sitekey |
timeoutSecs | no (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 thecf_clearancecookie 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.