Hello n8n community! ![]()
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.
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)
How to install
You can install it right now from your n8n settings (Community Nodes): Package name: n8n-nodes-2captcha
-
npm: Link to npm
-
GitHub: Link to repo
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! ![]()