Friendly Captcha

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.

Windows x64· Runs locally, so no CAPTCHA leaves your machine
  • Unlimited solving
  • Both widget versions
  • No per-solve billing
Friendly Captchas a month11,000
11.0k250.0k
Metered elsewhere, about $1.45 per 1,000$15.95
CapSkip Bronze, flat$10.00
$5.95stays in your pocketevery month, at this volume

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

Python
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. 1

    Install CapSkip

    Download the desktop app for Windows (or run it on a VPS) and launch it. The local solver starts automatically.

  2. 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. 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

FeatureCapSkipPer-solve services
Pricing modelFlat unlimited ($99 one-time, then $10/mo)About $1.45 per 1,000 Friendly Captcha solves
Where solving runsLocally on your Windows machine or VPSRemote servers you send the request to
Widget versionsBoth, detected for you from the pageVaries by service, often a version you must declare
PrivacySite key and page URL stay on your machineSite key and page URL sent to a third party
RetriesFree, because solving is not meteredEvery attempt is another billed solve
ThroughputUnlimited threads on your own hardwareQueue-based, subject to worker availability
IntegrationNo-code extension, SDKs, or drop-in API emulationAPI 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

Subscribe to Bronze

Instant 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.

Start the $1 trial

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?
A Friendly Captcha solver completes the challenge the widget issues and returns the token the form submits. CapSkip does that locally on your own machine, on both widget versions, with unlimited flat-rate pricing instead of per-1,000 billing.
How do I bypass Friendly Captcha?
Read the widget's data-sitekey from the page, pass it and the page URL to CapSkip through an SDK or the local HTTP API, and write the returned token into the widget's hidden solution field before submitting. The Chrome and Firefox extension does the same thing in-page with no code.
Which field does the Friendly Captcha token go into?
It depends on the widget version the site runs. The older open-source widget uses a field named frc-captcha-solution, and the current widget uses frc-captcha-response. Read the field name off the page rather than assuming, because a good token in the wrong field fails just like a bad one.
Does CapSkip support both Friendly Captcha versions?
Yes. Both generations are covered, and CapSkip works out which one a site is running from the page itself, so you do not have to. You can also declare the version explicitly on the API call if you prefer to be certain.
Does Friendly Captcha have images or puzzles to solve?
No. Friendly Captcha is a proof-of-work widget: there is no image, audio or grid for a visitor to work through, and nothing for a solver to recognise. That is why a Friendly Captcha solve has no accuracy rate, only a result.
Can I solve Friendly Captcha in Python?
Yes. Install the SDK with pip install capskip and submit a Friendly Captcha task, or call the 2Captcha-compatible local API with any HTTP client. The Node.js, PHP and .NET SDKs do the same, and there is an MCP server for AI agents.
Can I keep my existing 2Captcha or CapSolver Friendly Captcha code?
Yes. CapSkip answers every published shape: the form API (method=friendly_captcha), the JSON task (FriendlyCaptchaTask on createTask), the CapMonster custom-task shape and the DeathByCaptcha type code. Route the service through the hosts file in the app and the same code solves locally.
Does Friendly Captcha solving work with a proxy?
Yes. Pass a per-request proxy on the API call, or configure a proxy list in the app. HTTP, HTTPS, SOCKS5 and SOCKS5H are all supported, and a proxy pool helps throughput on a busy site key.
How much does a Friendly Captcha solver cost?
CapSkip is flat-rate and unlimited from $10/mo, plus a $99 one-time lifetime license, instead of the roughly $1.45 per 1,000 that per-solve services charge for Friendly Captcha. A $1 trial covers 1,000 solves of any type over 7 days.
Is local Friendly Captcha solving more private?
Yes. CapSkip runs on your own Windows machine or VPS, so the site key, the page URL and the token are never handed to a third-party solving farm.

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.