A CapSolver alternative

This page is for teams already running an automated captcha pipeline who want a second option, either as a replacement or as a fallback behind their primary provider. It sets out what carries over unchanged, what differs, and what to verify first.

What carries over

Where the billing differs

Supported types

reCAPTCHA v2 and v3, hCaptcha, Cloudflare Turnstile, Arkose Labs FunCaptcha and its matching variant, AWS WAF captcha, GeeTest, Lemin, PerimeterX, and text or arithmetic captchas. Every type listed is implemented; types that are not implemented are not listed.

Running two providers at once

What to verify before committing

An honest note

If your traffic is enormous or you rely on types we do not support, staying where you are may be correct. What we offer is a straightforward asynchronous API, a trial large enough to validate against, per-solve billing that does not charge for refusals, and a supported type list that is short and real. For many scraping teams that is enough, and for some it is not.

How to integrate

curl -X POST https://fuckcaptcha.top/v1/token/recaptcha2 \\
  -H "Authorization: Basic $NSK_KEY" \\
  -d '{"sitekey":"<sitekey>","url":"<page url>"}'

Pricing

Charged per solve: one credit for each recognition request, and polling for the result is free. Signing up includes 200 free solves.

FAQ

How much code has to change to move?

Usually the host and the key. The submit-and-poll pattern is the same, so the parser for the response typically needs no change at all.

What is the free trial?

200 solves on sign-up, usable across every supported type including token solves, which is enough to validate an integration end to end.

Am I charged when a solve fails?

A submission the upstream refuses is not charged, and polling is always free. Once a job is accepted it costs one credit.

Can I use both providers at the same time?

Yes, and it is the usual starting point: keep your current provider as primary and route specific types or fallbacks here, behind one internal interface.

Do you support the newer browser-based challenge types?

We support the types listed on this site, which include reCAPTCHA v2 and v3, hCaptcha, Turnstile, FunCaptcha, AWS WAF, GeeTest, Lemin and PerimeterX. Anything not listed is not currently implemented.

Related

Read the API reference Download the Chrome extension