npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@zennolab_com/n8n-nodes-capmonstercloud

v0.0.7

Published

n8n node for solving captchas using CapMonster Cloud API

Readme

n8n-nodes-capmonstercloud

CapMonster Cloud community node for n8n.
Use this node to solve supported CAPTCHA challenges through the CapMonster Cloud API.

Requirements

  • n8n with community nodes enabled
  • A CapMonster Cloud account
  • A valid CapMonster Cloud API key

Installation

Install the package as a community node in n8n:

npm install @zennolab_com/n8n-nodes-capmonstercloud

You can also install it from the n8n Community Nodes UI.

Credentials

This node uses one credential:

Supported operations

The node provides multiple task types, including:

  • JSON (custom task payload)
  • Recaptcha V2 and Recaptcha V2 Enterprise
  • Recaptcha V3 and Recaptcha V3 Enterprise
  • GeeTest V3 and GeeTest V4
  • Cloudflare Turnstile (token, managed challenge, waiting room)
  • Image to Text
  • Complex image tasks (click and recognition)
  • Additional task types such as DataDome, Basilisk, TenDI, Amazon variants, Binance, Imperva, Prosopo, Temu, Yidun, MTCaptcha, Altcha, FunCaptcha, Castle, TSPD, and Hunt

Some task types support optional proxy parameters.

Usage

  1. Add CapMonster Cloud node to your workflow.
  2. Select or create CapMonster Cloud API credentials.
  3. Choose a task type in Task Type.
  4. Fill required fields for the selected task.
  5. Execute the node.

The node creates a task, polls CapMonster Cloud until completion, and returns the solution in the node output.

JSON task example

When using the JSON operation, provide a valid CapMonster task object without clientKey:

{
	"type": "RecaptchaV2Task",
	"websiteURL": "https://lessons.zennolab.com/captchas/recaptcha/v2_simple.php?level=high",
	"websiteKey": "6Lcg7CMUAAAAANphynKgn9YAgA4tQ2KI_iqRyTwd"
}

Output

The node returns the solved task response from CapMonster Cloud, including solution fields for the selected task type.

Troubleshooting

  • Verify your API key is valid and active.
  • Confirm all required fields for the selected task type are provided.
  • For JSON tasks, ensure the payload is valid JSON and matches the API schema.
  • If a task requires proxy data, provide a working proxy host, port, and protocol.

Optional UI examples

You can use the screenshots below as a quick visual reference for node setup in n8n.

Node and task type selection

CapMonster Cloud node setup

Credentials configuration

CapMonster Cloud credentials

Documentation

License

MIT