ProductsIntegrationsResourcesDocumentationPricing
Start Now

© 2026 CapSolver. All rights reserved.

CONTACT US

Slack: lola@capsolver.com

Products

  • reCAPTCHA v2
  • reCAPTCHA v3
  • Cloudflare Turnstile
  • Cloudflare Challenge
  • AWS WAF
  • Browser Extension
  • Many more CAPTCHA types

Integrations

  • Selenium
  • Playwright
  • Puppeteer
  • n8n
  • Partners
  • View All Integrations

Resources

  • Referral System
  • Documentation
  • API Reference
  • Blog
  • FAQs
  • Glossary
  • Status

Legal

  • Terms & Conditions
  • Privacy Policy
  • Refund Policy
  • Don't Sell My Info
//Solve reCaptcha v2 Enterprise
May22, 2023

Solve reCaptcha v2 Enterprise

Sora Fujimoto

Sora Fujimoto

AI Solutions Architect

Solveing reCaptcha v2 Enterprise

solve recaptcha v2 enterprise solver

The Power of CapSolver

CapSolver is a service that offers a reliable way to solve these reCaptcha challenges. It provides different task types that suit various needs, ensuring optimal results in solveing reCaptcha v2 Enterprise. CapSolver supports reCaptcha v2 Enterprise and offers a variety of task types to ensure your needs are met:

  • ReCaptchaV2EnterpriseTask: This task type requires your own proxies.
  • ReCaptchaV2EnterpriseTaskProxyLess: This task type uses the server's built-in proxy.

ReCaptchaV2EnterpriseTask

The ReCaptchaV2EnterpriseTask is a task type that requires your own proxies to function. It's ideal for those who have a pool of reliable proxies at their disposal. The usage of personal proxies allows for greater control and customization over the solveing process.

ReCaptchaV2EnterpriseTaskProxyLess

If you don't have access to proxies or prefer not to use them, ReCaptchaV2EnterpriseTaskProxyLess is a perfect choice. It leverages the server's built-in proxy, making the process more streamlined and user-friendly.

How to Create a Task

Creating a task with CapSolver is straightforward. The createTask method is used to create a task, and the getTaskResult method retrieves the result. Full documentation of reCaptcha v2 Enterprise
Here is an example of how to create a task:

json Copy
POST https://api.capsolver.com/createTask
Host: api.capsolver.com
Content-Type: application/json

{
  "clientKey": "YOUR_API_KEY",
  "task": {
    "type": "ReCaptchaV2EnterpriseTask",
    "websiteURL": "YourWebsite",
    "websiteKey": "YourSiteKey",
    "enterprisePayload": {
      "s": "SOME_ADDITIONAL_TOKEN"
    }

This is optional, if appear, it's required to send.

Copy
"enterprisePayload": {
      "s": "SOME_ADDITIONAL_TOKEN"

Once you've submitted the task, you should receive a 'Task ID' in the response if it's successful.

Retrieving the Result of the Task

After you've created the task, you can retrieve the result using the getTaskResult method. Here's an example of a POST request to get the task result:

json Copy
{
  "clientKey": "YOUR_API_KEY",
  "taskId": "Task ID received from the createTask method"
}

Once the task status is ready, you should receive the result of the ReCaptcha v2 enterprise in the response.

Pricing

For information on pricing, please visit our pricing page.

Solve reCaptcha v2 Enterprise in any programming language (C#/PYTHON/JAVASCRIPT/PHP):

Visit this page

Capsolver Team 💜

Contents

More

reCAPTCHAApr 16, 2026

reCAPTCHA Score Explained: Range, Meaning, and How to Improve It

Understand reCAPTCHA v3 score range (0.0 to 1.0), its meaning, and how to improve your score. Learn how to handle low scores and optimize user experience.

Rajinder Singh
Rajinder Singh
reCAPTCHAApr 16, 2026

reCAPTCHA Invalid Site Key or Token? Causes & Fix Guide

Facing "reCAPTCHA Invalid Site Key" or "invalid reCAPTCHA token" errors? Discover common causes, step-by-step fixes, and troubleshooting tips to resolve reCAPTCHA verification failed issues. Learn how to fix reCAPTCHA verification failed please try again.

Aloísio Vítor
Aloísio Vítor
reCAPTCHAApr 15, 2026

reCAPTCHA Verification Failed? How to Fix "Please Try Again" Errors

Fix reCAPTCHA verification failed errors fast. Step-by-step manual fixes for users and a Python API guide for developers using CapSolver. Covers v2, v3, and Enterprise.

Adélia Cruz
Adélia Cruz
reCAPTCHAApr 15, 2026

reCAPTCHA v2 vs v3: Key Differences Every Developer Should Know

Understand the difference between reCAPTCHA v2 and v3 — how each works, when to use them, and how automated workflows handle both. A clear, technical comparison for developers.

Nikolai Smirnov
Nikolai Smirnov
Get Free Trial
Blog
reCAPTCHA