[New Node] 2Captcha Solver - Bypass Turnstile, reCAPTCHA, DataDome & more

Hello n8n community! :waving_hand:

We’ve just released the very first public version (v0.1.1) of the official 2Captcha Community Node.

If you are scraping websites or automating workflows that sit behind heavy anti-bot infrastructure, you know how frustrating it is to handle captcha solving via standard HTTP request loops and Wait nodes. We built this node to handle the entire polling cycle automatically under the hood.

:rocket: What it does

You just select the captcha type, pass the SiteKey and URL, and the node outputs a ready-to-use bypass token.

We implemented a dynamic UI that adapts the input fields based on the captcha you select. Currently supported:

  • Cloudflare Turnstile

  • reCAPTCHA (v2, v3, Enterprise)

  • GeeTest (v3 & v4)

  • DataDome

  • Amazon WAF

  • Lemin Cropped

  • Normal (Image-to-Text via Base64)

:hammer_and_wrench: How to install

You can install it right now from your n8n settings (Community Nodes): Package name: n8n-nodes-2captcha

:police_car_light: We need your feedback

This is our first test release. While we’ve tested the core methods, the wild web is full of edge cases.

We would love for you to install it, test it on your actual scraping workflows, and try to break it.

  • Did a specific captcha type fail?

  • Is the node throwing unexpected errors?

  • Is the UI missing a crucial parameter for a specific anti-bot system?

Please drop your feedback, bug reports, and suggestions in this thread or open an issue on our GitHub. Your input will directly shape the next stable release!

Happy automating! :robot:

1 Like

Thanks for the great feedback!

We are moving fast on this. We’ve already rebuilt the node entirely using native APIs to meet the strictest cloud standards and pass the official linter.

We are currently preparing to get the package verified by the n8n team and hope to have some big news for you soon. Stay tuned!

Official 2Captcha Integration Added to n8n (Verified)

The 2Captcha node has passed moderation and is now integrated into the global n8n editor search with Verified status (indicated by a checkmark). Installation via the terminal or the Community Nodes settings is no longer required.

How to add it to your workflow:

  1. Click the + (Add step) button on the canvas.

  2. Type 2Captcha in the search bar.

  3. Click the node with the verification badge to add it.

Supported methods:

  • Cloudflare Turnstile

  • ReCAPTCHA V2

  • ReCAPTCHA V3

  • ReCAPTCHA Enterprise

  • Normal (Image To Text)

Key features:

  • Proxy support for solving captchas (HTTP, SOCKS4, SOCKS5).

  • Full compatibility with Advanced AI: the node can be connected as a Tool for autonomous AI agents.