[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)

  • hCaptcha

  • 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

Great to see an official 2Captcha community node released! This should eliminate a lot of polling loop complexity. Will test it on some scraping workflows. Love that you’re asking for feedback on edge cases early — that’s the right approach for v0.1.

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!