返回所有解决方案
专属解决方案Enterprise

reCAPTCHA v2 解决方案 API

通过一个稳定的 REST 接口将 reCAPTCHA v2 解决方案集成到您的自动化流程中。发送目标信息,即可获得可直接使用的解决方案,无需维护自定义绕过逻辑。

reCAPTCHA v2
任务类型RecaptchaV2
平均速度< 40s
每千次价格2$ / 1k
工作原理

reCAPTCHA v2, without custom bypass code.

即使 reCAPTCHA v2 更新其防护机制,这个可预测的三步流程也始终保持不变。

Send the site key from the target page and we return a token ready to submit as the g-recaptcha-response form field - no browser or image-solving logic required on your end.

01

提交目标

在一次 API 请求中发送页面 URL 和挑战特定字段。

02

我们处理挑战

CaptchaSolv 将任务路由到专门的解决方案,并跟踪直至完成。

03

使用解决方案

获取下一次请求所需的令牌、请求头、cookies 或 sensor payload。

API 集成

所有支持的解决方案使用相同的接口和响应格式。

POST /solve
请求
{
  "api_key": "YOUR_API_KEY",
  "type": "RecaptchaV2",
  "site_url": "https://example.com/login",
  "data": {
    "site_key": "6LcXXXXXXXXXXXXXXXXXXXXXX"}
}
响应200 OK
{
  "errorId": 0,
  "status": "ready",
  "solvtime": 8.52,
  "data": {
    "useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)...",
    "language": "en-US,en;q=0.9",
    "solution": {
      "token": "03AGdBq26..."}
  }
}
任务数据字段

此验证码类型的求解请求中,可在 data 对象内发送的字段。

site_key必填

The reCAPTCHA site key from the target page.

page_action可选

The action string, if the site uses enterprise-style execute(). Usually omitted for standard v2.

is_enterprise可选

true if the site uses enterprise reCAPTCHA. Set automatically by the enterprise type strings.

api_domain可选

Custom reCAPTCHA API domain if the site proxies Google's API. Defaults to www.google.com.

解决方案字段

任务解决后在 data.solution 中返回的字段。

solution.token必填

The reCAPTCHA token to submit as the g-recaptcha-response form field.

常见问题

关于正确集成此解决方案的常见问题。

Yes - it works on any site running reCAPTCHA v2, including the checkbox, invisible, and Enterprise variants, not just a fixed list of targets. Send the site key from the page you're hitting and we solve that site's specific challenge.

需要帮助?

在绕过 reCAPTCHA v2 时遇到困难?

加入我们的 Discord,我们的团队会帮助您在您的环境中成功解决 reCAPTCHA v2 - 提供免费建议,即使挑战随时间变化也能持续应对。

加入我们的 Discord