100 free solves. Then pay per solve.

No credit card. No subscription. No minimum deposit. Get an API key and start solving CAPTCHAs in under a minute.

🎁 100 free solves included
No credit card required

Free Tier

Every API key comes with 100 free solves. All CAPTCHA types included. No expiration. No credit card. Just sign up and start solving.

$0
for first 100 solves

Pay-Per-Solve Pricing

After your free tier, pay only for what you use. No subscriptions, no monthly fees.

Cloudflare Turnstile

$0.020
per solve
Avg solve: 8–15s
$20 per 1,000 solves
Competitors: $30–$50/1K

reCAPTCHA v2

$0.030
per solve
Avg solve: 10–20s
$30 per 1,000 solves
Competitors: $30–$60/1K

reCAPTCHA v3

$0.020
per solve
Avg solve: 8–15s
$20 per 1,000 solves
Competitors: $30–$50/1K

hCaptcha

$0.030
per solve
Avg solve: 10–20s
$30 per 1,000 solves
Competitors: $30–$60/1K

Start Solving in 3 Steps

1️⃣

Get API Key

POST your email to /api/waitlist. Instant API key, no approval needed.

curl -X POST gatesolve.dev/api/waitlist -d '{"email":"you@example.com"}'
2️⃣

Submit Solve

POST the CAPTCHA type, site key, and page URL. Get a job ID back.

curl -X POST gatesolve.dev/api/solve -H "Authorization: Bearer gs_..." -d '{"type":"cloudflare-turnstile",...}'
3️⃣

Get Token

Poll the job ID or use a webhook callback. Token arrives in 8–20s.

curl gatesolve.dev/api/solve?id=JOB_ID -H "Authorization: Bearer gs_..." # → {"status":"solved","token":"0.A..."}

Drop-In SDKs & Plugins

Install via npm or pip. Works with your existing automation stack.

Python SDK

pip install gatesolve
from gatesolve import solve
token = solve("turnstile", site_key, url)

Puppeteer Plugin

npm i @gatesolve/puppeteer-plugin
import { solveOnPage } from "@gatesolve/puppeteer-plugin";
await solveOnPage(page, { apiKey });

Playwright Plugin

npm i @gatesolve/playwright-plugin
import { solveOnPage } from "@gatesolve/playwright-plugin";
await solveOnPage(page, { apiKey });

Selenium Plugin

pip install gatesolve-selenium
from gatesolve_selenium import solve_on_page
result = solve_on_page(driver, api_key=key)

MCP Server

npm i @gatesolve/mcp-server
# Works with Claude, Cursor, and any MCP client
# Auto-detects and solves CAPTCHAs

REST API

No install needed
POST /api/solve → job ID
GET /api/solve?id=X → token
Webhook: callbackUrl param

GateSolve vs. 2Captcha & CapSolver

Built for AI agents and automation pipelines.

FeatureGateSolve2Captcha / CapSolver
Free tier100 solves, no cardNone or trial credits
Account setupEmail → API keyEmail + deposit required
Minimum deposit$0$1–$10
Turnstile price$0.02/solve$0.03–$0.05
reCAPTCHA v2$0.03/solve$0.03–$0.06
API styleAsync (submit + poll)Async (submit + poll)
Webhook callbacksYes (callbackUrl)Some providers
SDK / PluginsPython, npm, Puppeteer, Playwright, Selenium, MCPVaries
Built forAI agentsWeb scrapers

Frequently Asked Questions

How does the free tier work?

Every API key includes 100 free solves across all CAPTCHA types. No credit card needed. No expiration. Once you hit the limit, switch to paid solves via the /api/mpp/solve endpoint.

How fast are solves?

Turnstile solves typically complete in 8-15 seconds. reCAPTCHA and hCaptcha take 10-20 seconds. You can use webhook callbacks (callbackUrl) to avoid polling.

What CAPTCHA types are supported?

Cloudflare Turnstile, reCAPTCHA v2, reCAPTCHA v3, and hCaptcha. We are adding more types based on user demand.

How do I integrate with my automation?

Use our Python SDK (pip install gatesolve), Puppeteer plugin, Playwright plugin, Selenium plugin, or MCP server. Or call the REST API directly.

How does pricing compare to 2Captcha?

Our Turnstile pricing ($0.02/solve) is competitive with 2Captcha ($0.03/solve). The key difference: we offer 100 free solves with no deposit, and our API is designed for AI agents with webhook callbacks and MCP integration.

Start with 100 free solves

Get your API key in seconds. No credit card, no approval process.

Get Free API Key →