Friendly Captcha Solver: Bypass Friendly Captcha
Bypass the Friendly Captcha proof-of-work widget on your own Windows machine or VPS, on both the current and the older widget. Unlimited solves at one flat price, with no per-1,000 billing.
- Unlimited solving
- Both widget versions
- No per-solve billing
CapSkip is a desktop Friendly Captcha solver that runs on your own Windows machine or VPS instead of sending every challenge to a remote solving farm. Give it the site key and the page URL and it returns the token the widget's hidden solution field expects, so a Friendly Captcha bypass becomes one call from your own automation.
Friendly Captcha is the most widely published of the newer CAPTCHA types, and per-solve services such as 2Captcha bill it at roughly $1.45 per 1,000 solves. CapSkip is unlimited flat-rate instead: Bronze $10/mo, Silver $17/mo, Gold $20/mo, plus a $99 one-time lifetime license, each with unlimited high-speed solving and unlimited threads. A retry costs nothing, because nothing here is metered.
CapSkip reads the page and works out which Friendly Captcha generation a site is running, so you never have to. Both are covered: the current widget, whose token goes into frc-captcha-response, and the older open-source widget, whose token goes into frc-captcha-solution. Use the no-code Chrome and Firefox extension, the official Python, Node.js, PHP and .NET SDKs, or the local HTTP API that emulates 2Captcha, RuCaptcha, Anti-Captcha, CapMonster, CapSolver, DeathByCaptcha and SolveCaptcha, so an existing integration usually needs no code changes.
No coding required. Run the CapSkip app and the browser extension connects automatically, then solves CAPTCHAs right in the page. Already using another service? Migrating is easy: CapSkip is a drop-in captcha solver that emulates 2Captcha, RuCaptcha, Anti-Captcha, CapMonster Cloud, CapSolver, DeathByCaptcha, SolveCaptcha and Captchas.io. Add your service to the hosts file in the CapSkip app and your existing code is routed to CapSkip and solved locally, with no changes.
Why CapSkip is the best Friendly Captcha solver
Unlimited Friendly Captcha solves, flat price
A $99 one-time lifetime license plus a subscription from $10/mo. No credits to top up and no per-1,000 billing, so a retry costs nothing and volume never changes the bill.
Both widget versions
The current widget and the older open-source one are wholly different under one brand name. CapSkip works out which a site is running and covers both from the same call.
A result, not a guess
Friendly Captcha has no image, audio or puzzle to recognise, so there is no accuracy rate to worry about. CapSkip either returns the token or tells you why it could not.
Local and private
Solving happens on your own hardware. The target URL, the site key and the token never leave your network for a third-party solving farm.
Drop-in API emulation
Point an existing Friendly Captcha integration at CapSkip and keep your code. The form API (method=friendly_captcha), the JSON task (FriendlyCaptchaTask) and the CapMonster and DeathByCaptcha shapes all work as they are.
Unlimited threads
Every plan runs unlimited threads, so a high-volume workload is bounded by your own hardware rather than by a queue on a remote service.
Three ways to bypass Friendly Captcha
from capskip import CapSkip
solver = CapSkip(host="127.0.0.1", port=8080)
# sitekey is the data-sitekey on the widget element.
result = solver.friendly_captcha(
sitekey="your-site-key",
url="https://example.com/register",
)
# Goes into the widget's hidden solution field before you submit the form.
print(result["code"])Solve a Friendly Captcha widget in a few lines with the CapSkip Python SDK.
No-code browser extension
Install the CapSkip extension and it detects the widget on any page and solves it for you, with nothing to script.
Official SDKs
Automate solving from your own code with the Python, Node.js, PHP and C# clients. A few lines returns a valid token.
Local HTTP API
Prefer raw HTTP? CapSkip exposes a local endpoint with 2Captcha and Anti-Captcha API emulation, so any HTTP client works.
How to solve Friendly Captcha with CapSkip
-
1
Install CapSkip
Download the desktop app for Windows (or run it on a VPS) and launch it. The local solver starts automatically.
-
2
Sign in to the app
Buy the $1 trial or a Bronze / Silver / Gold license and your login details arrive by email straight away, with the license live the moment you pay. Sign in to the app with them and you are ready to solve. The setup guide walks through it.
-
3
Solve automatically
Use the browser extension for no-code solving, or call the SDK / HTTP API from your automation.
CapSkip vs per-solve Friendly Captcha services
| Feature | CapSkip | Per-solve services |
|---|---|---|
| Pricing model | Flat unlimited ($99 one-time, then $10/mo) | About $1.45 per 1,000 Friendly Captcha solves |
| Where solving runs | Locally on your Windows machine or VPS | Remote servers you send the request to |
| Widget versions | Both, detected for you from the page | Varies by service, often a version you must declare |
| Privacy | Site key and page URL stay on your machine | Site key and page URL sent to a third party |
| Retries | Free, because solving is not metered | Every attempt is another billed solve |
| Throughput | Unlimited threads on your own hardware | Queue-based, subject to worker availability |
| Integration | No-code extension, SDKs, or drop-in API emulation | API only, per-service client code |
Pricing
Stop paying per solve
Per-solve services bill you for every single challenge, forever. CapSkip bills one flat monthly rate and solves as many as your hardware can take. Here is what that difference is worth at your volume.
100KCAPTCHAs a month
20K2M
Mostly which types
Blended at $2.99 per 1,000 solves.
A per-solve service$299.00
every month, and it rises with every solve
CapSkip, flat$10.00
every month, whatever the volume
That is $289.00 a month you stop spending.
Year one: $3,588 on a per-solve service against $219 here.
Choose your license
Bronze License
$10/ month
+ $99 one-time licenseyours to keep
Subscribe to BronzeInstant license activation
Cancel the monthly whenever you like; the license stays yours.
All three licenses are the same product.
Bronze, Silver and Gold differ by one thing only: how many machines you run it on.
- Unlimited solving, no daily cap
- Unlimited threads, speed scales with your hardware
- 90% to 100% recognition accuracy
- Drop-in replacement for the major solving service APIs
- Works with almost any tool, no coding required
- REST API, SDKs and a browser extension
- Free training when a new CAPTCHA type appears
- Runs on your machine, nothing leaves it
Every CAPTCHA type CapSkip solves is on every license. See the coverage band
Just want to try it first?
Start with a 7-day trial for $1 and solve 1,000 CAPTCHAs of any type on your own targets.
Related CAPTCHA solvers & guides
How to bypass Friendly Captcha
Start with the site key. A Friendly Captcha key sits on the widget element as data-sitekey, next to the class the widget renders into. That key plus the full page URL is everything CapSkip needs. Send both through the Python, Node.js, PHP or .NET SDK, or through the local 2Captcha-compatible HTTP API, and CapSkip returns the token to write into the widget's hidden solution field before you submit the form.
Two Friendly Captcha widgets ship under one brand, and they are not interchangeable. The older open-source widget puts its token in a field named frc-captcha-solution; the current one uses frc-captcha-response. Point your automation at the field the page actually has rather than assuming, because writing a good token into the wrong field fails in exactly the way a bad token does. CapSkip works the version out from the page itself, so the only thing left on your side is reading the right field name off the form. If you want to be explicit, pass the version on the API call and CapSkip uses what you declare.
Migrating an existing integration takes no code changes. CapSkip answers the 2Captcha and SolveCaptcha form API with method=friendly_captcha on in.php, the JSON task FriendlyCaptchaTask (and FriendlyCaptchaTaskProxyless) on createTask, the CapMonster custom-task shape, and the DeathByCaptcha type code with friendly_params. That covers every client published for this type today. Add the service to the hosts file in the CapSkip app and your current code is routed to your own machine and solved locally. If you would rather not write code at all, the Chrome and Firefox extension handles the widget in the page for you.
What is a Friendly Captcha solver?
How do I bypass Friendly Captcha?
Which field does the Friendly Captcha token go into?
Does CapSkip support both Friendly Captcha versions?
Does Friendly Captcha have images or puzzles to solve?
Can I solve Friendly Captcha in Python?
Can I keep my existing 2Captcha or CapSolver Friendly Captcha code?
Does Friendly Captcha solving work with a proxy?
How much does a Friendly Captcha solver cost?
Is local Friendly Captcha solving more private?
Ready to bypass Friendly Captcha?
Download CapSkip, activate a license, and solve unlimited Friendly Captcha widgets from your browser or from your code. One flat price, no per-solve billing.
