No credit card. No subscription. No minimum deposit. Get an API key and start solving CAPTCHAs in under a minute.
Every API key comes with 100 free solves. All CAPTCHA types included. No expiration. No credit card. Just sign up and start solving.
After your free tier, pay only for what you use. No subscriptions, no monthly fees.
POST your email to /api/waitlist. Instant API key, no approval needed.
curl -X POST gatesolve.dev/api/waitlist
-d '{"email":"you@example.com"}'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",...}'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..."}Install via npm or pip. Works with your existing automation stack.
pip install gatesolvefrom gatesolve import solve
token = solve("turnstile", site_key, url)npm i @gatesolve/puppeteer-pluginimport { solveOnPage } from "@gatesolve/puppeteer-plugin";
await solveOnPage(page, { apiKey });npm i @gatesolve/playwright-pluginimport { solveOnPage } from "@gatesolve/playwright-plugin";
await solveOnPage(page, { apiKey });pip install gatesolve-seleniumfrom gatesolve_selenium import solve_on_page result = solve_on_page(driver, api_key=key)
npm i @gatesolve/mcp-server# Works with Claude, Cursor, and any MCP client # Auto-detects and solves CAPTCHAs
No install neededPOST /api/solve → job ID GET /api/solve?id=X → token Webhook: callbackUrl param
Built for AI agents and automation pipelines.
| Feature | GateSolve | 2Captcha / CapSolver |
|---|---|---|
| Free tier | 100 solves, no card | None or trial credits |
| Account setup | Email → API key | Email + 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 style | Async (submit + poll) | Async (submit + poll) |
| Webhook callbacks | Yes (callbackUrl) | Some providers |
| SDK / Plugins | Python, npm, Puppeteer, Playwright, Selenium, MCP | Varies |
| Built for | AI agents | Web scrapers |
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.
Turnstile solves typically complete in 8-15 seconds. reCAPTCHA and hCaptcha take 10-20 seconds. You can use webhook callbacks (callbackUrl) to avoid polling.
Cloudflare Turnstile, reCAPTCHA v2, reCAPTCHA v3, and hCaptcha. We are adding more types based on user demand.
Use our Python SDK (pip install gatesolve), Puppeteer plugin, Playwright plugin, Selenium plugin, or MCP server. Or call the REST API directly.
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.
Get your API key in seconds. No credit card, no approval process.
Get Free API Key →