Pricing

Simple, usage-based pricing.

Pay only for successful solves. No subscriptions, no minimums, no hidden fees.

Billing

What "usage-based" actually means.

Every price on this page is per 1,000 successful solves - not per request, not per second of compute, not per API call. A solve is billed the moment /getTaskResult returns status: "ready" with a solutionpayload attached. Tasks that error, time out, or expire un-solved inside the 10-minute result window cost nothing - poll as aggressively as you like while you wait, you're paying for the token, not the attempt.

There's no difference in price between the Task and TaskProxyLessvariant of a challenge - the rate follows the challenge type, not who supplies the proxy. And because tasks are dispatched over Redis Streams to a consumer-group worker fleet rather than gated behind a per-account quota, sending more tasks doesn't change your unit price - it just means more workers pick them up.

Benchmarks

How the price compares.

Cheaper isn't a discount - it's what pure API infrastructure costs once there's no manual solving farm or per-click labor to fund. Same figures as the homepage benchmark.

MetricCapBypass2CaptchaCapSolver
Median solve time642 ms10-20 s3-6 s
Price / 1k · reCAPTCHA v3$0.60$1.45-2.99$1.00
Success rate99.4%~95%~98%
Failed solves are free
Native SDKs - Py / JS / Go
Fingerprint emulationlimited
// Public pricing, timings & success rates; competitor figures vary by challenge type, plan, volume and load.
FAQ

Frequently asked questions.

How does billing work?+
CapBypass is fully pay-as-you-go. Deposit funds into your account and you are only charged per successful solve. No subscriptions, no monthly minimums.
Am I charged for failed solves?+
No. You are only billed when a CAPTCHA is successfully solved and a valid token is returned. Failed attempts are never charged.
Is there a free trial?+
Yes - every new account receives a free trial balance so you can test the API before depositing funds.
What payment methods do you accept?+
We accept credit/debit cards via Stripe and cryptocurrency payments via Heleket. More options are coming soon.
How fast is the API?+
Average solve time is under 1 second for most challenge types. Our infrastructure uses neural networks and machine learning for near-instant solves.
What's the difference between Task and TaskProxyLess?+
Task variants require you to provide your own proxy - the solve runs through it. TaskProxyLess variants use our built-in proxy pool, so you don't need to supply one.
Which programming languages are supported?+
We provide official SDKs for Python, TypeScript/JavaScript, and Go. You can also call the REST API directly from any language.
What is your uptime guarantee?+
We guarantee 99.9% uptime. Our infrastructure is built to handle millions of requests per day with automatic scaling and redundancy.
How do I get support?+
Join our Discord server for real-time help, or email us at [email protected]. We typically respond within a few hours.
Billing & volume

Usage, scale and billing details.

What counts as a 'solve' for billing?+
A solve becomes billable the instant getTaskResult returns status "ready" with a solution object attached - a valid token, cookie or seccode you can hand straight to the target site. Nothing else touches your balance.
Does polling for a result cost anything?+
No. Polling getTaskResult is free and unlimited - it's the same task, not a new billable unit. Tasks that error, time out, or never reach ready inside the 10-minute result window cost nothing, no matter how many times you check on them.
Is Task priced differently from TaskProxyLess?+
No. Both variants of a challenge type bill at the same rate per 1,000 solves - the price follows the challenge type, not who supplies the proxy.
Why does reCAPTCHA v3 Enterprise cost more than standard v3?+
Enterprise sites layer additional risk-assessment checks on top of the standard v3 score, so Enterprise solves run through a dedicated task type and pipeline - reflected in the $2.00/1k Enterprise price versus $0.60/1k for standard v3.
Do prices drop at high volume?+
Pricing is flat and linear - every 1,000 solves costs the same whether you send ten a day or ten million, with no tiers or negotiated contracts to manage. Running sustained high volume? Email [email protected] or ping us on Discord and we'll talk through it.
Does the API rate-limit me as volume grows?+
No. Tasks are published to Redis Streams and picked up by consumer groups across the worker fleet, so there's no per-account quota - throughput scales with worker capacity, not an artificial cap. Send as many concurrent tasks as your integration needs.