Comparisons

Turnstile vs hCaptcha vs reCAPTCHA: Three-Way Comparison

Three CAPTCHAs dominate the web: Google's reCAPTCHA, Cloudflare's Turnstile, and Intuition Machines' hCaptcha. Each has different pricing, UX, privacy models, and implementation details. This comparison helps you understand what you're facing — and how CaptchaAI solves each one.


At a glance

Feature reCAPTCHA hCaptcha Turnstile
Provider Google Intuition Machines Cloudflare
Free tier Yes (v2, v3) Yes Yes
Privacy model Tracks users across Google properties Collects less data; GDPR-friendly Minimal data collection
Visual challenge Image grid (v2) Image labeling None (non-interactive)
Invisible mode v2 Invisible, v3 Passive mode Managed, Non-interactive
Enterprise tier reCAPTCHA Enterprise hCaptcha Enterprise Turnstile Pro
Risk scoring v3 returns 0.0–1.0 score Enterprise only Not exposed

Implementation differences

reCAPTCHA

<script src="https://www.google.com/recaptcha/api.js"></script>
<div class="g-recaptcha" data-sitekey="SITE_KEY"></div>
  • Token field: g-recaptcha-response
  • API versions: v2 (checkbox + image), v2 Invisible, v3 (score-based), Enterprise
  • Server-side verification: https://www.google.com/recaptcha/api/siteverify

hCaptcha

<script src="https://js.hcaptcha.com/1/api.js"></script>
<div class="h-captcha" data-sitekey="SITE_KEY"></div>
  • Token field: h-captcha-response
  • Challenge type: Image labeling (similar to reCAPTCHA v2 grids)
  • Server-side verification: https://hcaptcha.com/siteverify

Turnstile

<script src="https://challenges.cloudflare.com/turnstile/v0/api.js"></script>
<div class="cf-turnstile" data-sitekey="SITE_KEY"></div>
  • Token field: cf-turnstile-response
  • Challenge type: Non-interactive (browser challenge, no user action)
  • Server-side verification: https://challenges.cloudflare.com/turnstile/v0/siteverify

Detecting which CAPTCHA is on a page

CAPTCHA HTML markers Script URL
reCAPTCHA .g-recaptcha, data-sitekey google.com/recaptcha/api.js
hCaptcha .h-captcha, data-sitekey js.hcaptcha.com/1/api.js
Turnstile .cf-turnstile, data-sitekey challenges.cloudflare.com/turnstile

UX comparison

reCAPTCHA v2

Users click a checkbox. If flagged, they solve an image grid ("Select all traffic lights"). Can take 15-60 seconds for users with low trust scores.

hCaptcha

Always presents an image challenge (no checkbox-only path in standard mode). Challenges include object selection and image classification. Typically 10-30 seconds.

Turnstile

No user interaction required. A brief spinner appears, then a checkmark. Under 2 seconds for most users. The best UX of the three.


Privacy and compliance

Aspect reCAPTCHA hCaptcha Turnstile
Cookie usage Google cookies across properties Session cookies only CF cookies only
GDPR compliance Requires disclosure GDPR-friendly by default GDPR-friendly by default
Data used for ads Potentially (Google ecosystem) No No
User tracking Cross-site via Google Per-site Per-site

Sites concerned about privacy often choose Turnstile or hCaptcha over reCAPTCHA.


Cost for site owners

Tier reCAPTCHA hCaptcha Turnstile
Free 1M assessments/month (legacy); 10K/month (Enterprise free) Unlimited (standard) Unlimited
Paid Enterprise: per-assessment pricing Enterprise: custom Pro: included with Cloudflare plans

Turnstile offers the most generous free tier. hCaptcha's free tier is also unlimited. reCAPTCHA's free tier has been tightening.


Solving with CaptchaAI

CAPTCHA CaptchaAI method Typical solve time Parameters needed
reCAPTCHA v2 userrecaptcha 15–30s sitekey, pageurl
reCAPTCHA v3 userrecaptcha + version=v3 10–20s sitekey, pageurl, action, min_score
reCAPTCHA Enterprise userrecaptcha + enterprise=1 15–30s sitekey, pageurl
hCaptcha hcaptcha 15–30s sitekey, pageurl
Turnstile turnstile 10–25s sitekey, pageurl

CaptchaAI supports all three CAPTCHA types. The API interface is nearly identical — change the method parameter and the sitekey, and the rest of the workflow (submit → poll → inject) stays the same.


Which one are you most likely to encounter?

  • E-commerce, SaaS login pages: reCAPTCHA v2 or v3
  • Government and ticket sites: hCaptcha
  • Cloudflare-protected sites: Turnstile or CF Challenge pages
  • Privacy-focused sites: Turnstile or hCaptcha

FAQ

Can the same code solve all three?

Almost. The submit/poll/inject flow is identical. Only the method parameter and target token field name differ.

Which CAPTCHA is hardest to solve?

For automated solving, difficulty is comparable across all three. CaptchaAI handles each with similar solve rates and times.

Is hCaptcha replacing reCAPTCHA?

hCaptcha gained market share when Cloudflare switched from reCAPTCHA to hCaptcha (before building Turnstile). Both remain widely used.


Solve any CAPTCHA type with CaptchaAI

Get your API key at captchaai.com.


Discussions (0)

No comments yet.

Related Posts

Reference API Endpoint Mapping: CaptchaAI vs Competitors
Side-by-side API endpoint comparison between Captcha AI, 2 Captcha, Anti-Captcha, and Cap Monster — endpoints, parameters, and response formats.

Side-by-side API endpoint comparison between Captcha AI, 2 Captcha, Anti-Captcha, and Cap Monster — endpoints,...

All CAPTCHA Types Migration
Feb 05, 2026
Comparisons Free vs Paid CAPTCHA Solvers: What You Need to Know
Compare free and paid CAPTCHA solving tools — browser extensions, open-source solvers, and API services — covering reliability, speed, type support, and cost.

Compare free and paid CAPTCHA solving tools — browser extensions, open-source solvers, and API services — cove...

Automation All CAPTCHA Types Migration
Jan 23, 2026
Comparisons ScrapingBee vs Building with CaptchaAI: When to Use Which
Compare Scraping Bee's -in-one scraping API with building your own solution using Captcha AI.

Compare Scraping Bee's all-in-one scraping API with building your own solution using Captcha AI. Cost, flexibi...

Python All CAPTCHA Types Web Scraping
Mar 16, 2026
Reference Cost Comparison Calculator: CaptchaAI vs Top 5 Competitors
Compare CAPTCHA solving costs across Captcha AI and the top 5 competitors — pricing tables, cost-per-solve calculations, and a usage-based comparison framework.

Compare CAPTCHA solving costs across Captcha AI and the top 5 competitors — pricing tables, cost-per-solve cal...

All CAPTCHA Types Migration
Mar 17, 2026
Comparisons Migrate from Anti-Captcha to CaptchaAI Step by Step
Step-by-step guide to migrate from Anti-Captcha's custom JSON API to Captcha AI's 2 Captcha-compatible format.

Step-by-step guide to migrate from Anti-Captcha's custom JSON API to Captcha AI's 2 Captcha-compatible format....

Automation Python All CAPTCHA Types
Mar 16, 2026
Comparisons CaptchaAI vs NextCaptcha: API and Pricing Comparison
Compare Captcha AI and Next Captcha on API features, pricing, supported CAPTCHA types, and performance benchmarks.

Compare Captcha AI and Next Captcha on API features, pricing, supported CAPTCHA types, and performance benchma...

Python All CAPTCHA Types Migration
Jan 18, 2026
Comparisons CaptchaAI vs DeathByCaptcha: Full Comparison
Compare Captcha AI and Death By Captcha on pricing, speed, CAPTCHA type coverage, API design, and modern feature support.

Compare Captcha AI and Death By Captcha on pricing, speed, CAPTCHA type coverage, API design, and modern featu...

Automation All CAPTCHA Types Migration
Mar 22, 2026
Comparisons CaptchaAI vs Anti-Captcha: Full Comparison
Detailed comparison of Captcha AI and Anti-Captcha covering pricing, speed, API design, CAPTCHA type support, and integration effort.

Detailed comparison of Captcha AI and Anti-Captcha covering pricing, speed, API design, CAPTCHA type support,...

Automation All CAPTCHA Types Migration
Mar 17, 2026
Comparisons CaptchaAI vs CapMonster Cloud: Complete Feature Comparison
Detailed comparison of Captcha AI and Cap Monster Cloud covering features, pricing, success rates, and supported CAPTCHA types.

Detailed comparison of Captcha AI and Cap Monster Cloud covering features, pricing, success rates, and support...

Python All CAPTCHA Types Migration
Jan 22, 2026
Comparisons CaptchaAI vs SadCaptcha: Feature and Pricing Comparison
Compare Captcha AI and Sad Captcha across CAPTCHA types — features, pricing, API design, supported solvers, speed, and integration patterns for developers choos...

Compare Captcha AI and Sad Captcha across all CAPTCHA types — features, pricing, API design, supported solvers...

Python All CAPTCHA Types Migration
Jan 15, 2026
Comparisons ISP Proxies vs Datacenter Proxies for CAPTCHA Solving
Compare ISP and datacenter proxies for CAPTCHA solving — detection rates, speed, cost, and which works best with Captcha AI.

Compare ISP and datacenter proxies for CAPTCHA solving — detection rates, speed, cost, and which works best wi...

reCAPTCHA v2 Cloudflare Turnstile reCAPTCHA v3
Apr 05, 2026
Comparisons WebDriver vs Chrome DevTools Protocol for CAPTCHA Automation
Compare Web Driver and Chrome Dev Tools Protocol (CDP) for CAPTCHA automation — detection, performance, capabilities, and when to use each with Captcha AI.

Compare Web Driver and Chrome Dev Tools Protocol (CDP) for CAPTCHA automation — detection, performance, capabi...

Automation Python reCAPTCHA v2
Mar 27, 2026
Comparisons reCAPTCHA v2 vs v3 Explained
Compare re CAPTCHA v 2 and v 3 side by side.

Compare re CAPTCHA v 2 and v 3 side by side. Learn how each version works, their detection methods, and how to...

Automation reCAPTCHA v3 Migration
Mar 19, 2026