为什么选择 CapMonster Cloud?
稳定性
自动 CAPTCHA 识别确保在高负载下也能保持不间断的性能
最高准确率
即使是复杂的 CAPTCHA 类型,成功率也高达 99%
可扩展性
在保持高速与稳定性的同时,轻松应对不断增长的负载
快速开始
提供可直接使用的库和示例代码,支持 API 集成和浏览器扩展
联盟计划
将 CapMonster Cloud 集成到您的软件中,可从用户消费中获得最高 30% 的收益
奖励计划
根据已解决的 CAPTCHA 数量,获得最高 15% 的余额奖励
透明定价
您只需为成功识别的 CAPTCHA 支付费用 — 无任何隐藏收费
行业领袖的信赖之选
全球超过 1000 家企业选择并信任我们
技术支持
快速响应的帮助与配置协助
Cloudflare CAPTCHA解决方案的定价
| 验证码 | 价格 (USD) |
|---|---|
$ 1.30 1000 代币 | |
$ 1.30 1000 代币 |
Cloudflare 检查类型
Turnstile
主要用于登录时。显示在带复选框的框架中。有时自动完成,有时需要点击。系统随后决定是否允许访问。
Challenge
类似,但在单独窗口中显示 “Just a moment”。可以后台运行或需要点击。之后 Cloudflare 决定是否开放访问。
Waiting Room
“虚拟等待室”。当流量过大时,Cloudflare 将部分用户引导至等待室以降低负载。
示例 Cloudflare – Turnstile | Challenge | Waiting Room


验证码解决步骤
步骤 1
在 CapMonster Cloud 网站注册以开始解决验证码
步骤 2
将您的 API 密钥复制到识别验证码的软件中(例如 CapMonster Cloud 扩展程序)
步骤 3
发送验证码进行自动识别
步骤 4
快速获取解决的验证码
用于自动识别 Cloudflare Turnstile | Challenge 的 SDK
Cloudflare Turnstile
javascript
// https://github.com/CapMonsterCloud/capmonstercloud-client-js
// Turnstile 1 without proxy
import { CapMonsterCloudClientFactory, ClientOptions, TurnstileRequest } from '@zennolab_com/capmonstercloud-client';
document.addEventListener('DOMContentLoaded', async () => {
const cmcClient = CapMonsterCloudClientFactory.Create(
new ClientOptions({ clientKey: '<your capmonster.cloud API key>' }) // Your CapMonster Cloud API key
);
console.log(await cmcClient.getBalance());
const turnstileRequest = new TurnstileRequest({
websiteURL: 'http://tsmanaged.zlsupport.com', // Page URL with captcha
websiteKey: '0x4AAAAAAABUYP0XeMJF0xoy', // Replace with correct value
});
// Turnstile 1 with proxy
/*
const turnstileRequest = new TurnstileRequest({
websiteURL: 'http://tsmanaged.zlsupport.com',
websiteKey: '0x4AAAAAAABUYP0XeMJF0xoy',
proxyType: 'https',
proxyAddress: '8.8.8.8',
proxyPort: 8080,
proxyLogin: 'proxyLogin',
proxyPassword: 'proxyPassword',
})
*/
console.log(await cmcClient.Solve(turnstileRequest));
});Cloudflare Challenge (token)
javascript
// Cloudflare Challenge token
import { CapMonsterCloudClientFactory, ClientOptions, TurnstileRequest } from '@zennolab_com/capmonstercloud-client';
document.addEventListener('DOMContentLoaded', async () => {
const cmcClient = CapMonsterCloudClientFactory.Create(
new ClientOptions({ clientKey: '<your capmonster.cloud API key>' })
);
console.log(await cmcClient.getBalance());
const turnstileRequest = new TurnstileRequest({
websiteURL: 'https://example.com', // Page URL with captcha
websiteKey: '0x4AAAAAAABUYP0XeMJF0xoy', // Replace with correct value
data: 'YOUR_DATA_HERE',
pageAction: 'managed',
cloudflareTaskType: 'token',
pageData: 'YOUR_PAGE_DATA_HERE',
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36',
});
// Example with proxy (uncomment if needed)
/*
const turnstileRequest = new TurnstileRequest({
websiteURL: 'https://example.com',
websiteKey: '0x4AAAAAAABUYP0XeMJF0xoy',
data: 'YOUR_DATA_HERE',
pageAction: 'managed',
cloudflareTaskType: 'token',
pageData: 'YOUR_PAGE_DATA_HERE',
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36',
// Proxy settings
proxyType: 'http',
proxyAddress: '123.45.67.89',
proxyPort: 8080,
proxyLogin: 'username',
proxyPassword: 'password'
});
*/
console.log(await cmcClient.Solve(turnstileRequest));
});
Cloudflare Challenge (cookie cf_clearance)
javascript
// Cloudflare Challenge cf_clearance
import { CapMonsterCloudClientFactory, ClientOptions, TurnstileRequest } from '@zennolab_com/capmonstercloud-client';
document.addEventListener('DOMContentLoaded', async () => {
const cmcClient = CapMonsterCloudClientFactory.Create(
new ClientOptions({ clientKey: '<your capmonster.cloud API key>' })
);
console.log(await cmcClient.getBalance());
const turnstileRequest = new TurnstileRequest({
websiteURL: 'https://tsinvisble.zlsupport.com', // Page URL with captcha
websiteKey: '0x4AAAAAAABUY0VLtOUMAHxE', // Replace with correct value
cloudflareTaskType: 'cf_clearance',
proxyType: 'http',
proxyAddress: '8.8.8.8',
proxyPort: 8080,
proxyLogin: 'proxyLoginHere',
proxyPassword: 'proxyPasswordHere',
htmlPageBase64: 'htmlPageBase64Here',
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36'
});
console.log(await cmcClient.Solve(turnstileRequest));
});Cloudflare Captcha 识别统计
99%
平均成功的验证码识别率
$105
每天识别 5000 个验证码的平均每月节省
8 秒
平均识别时间