reCAPTCHA v3 Enterprise
reCAPTCHA Enterprise provides advanced bot detection with detailed risk analysis and customizable thresholds for enterprise needs.
What is reCAPTCHA v3 Enterprise?
reCAPTCHA Enterprise is Google's premium bot detection solution designed for businesses with advanced security requirements. It extends reCAPTCHA v3 with more granular risk scores, reason codes explaining why a score was assigned, and integration with Google Cloud security products. Enterprise version uses the same invisible approach - no user interaction required - but provides more detailed telemetry and allows custom risk thresholds per page action. CaptchaSolv supports both standard and Enterprise versions, generating valid tokens accepted by Google's verification servers.
Task Type
RecaptchaV3EnterpriseTaskProxylessRecommendedRecaptchaV3EnterpriseTaskWith your proxyAPI Integration
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "RecaptchaV3EnterpriseTaskProxyless",
"websiteURL": "https://example.com/login",
"websiteKey": "6LdKlZEpAAAAAAOQjzC2v_d36tWxCl6dWsozdSy9",
"pageAction": "login"}
}Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
websiteURL | string | ✓ | URL of the page with reCAPTCHA Enterprise |
websiteKey | string | ✓ | reCAPTCHA Enterprise site key |
pageAction | string | ✓ | Action parameter for scoring |
Response Format
{
"errorId": 0,
"solution": {
"token": "03AGdBq24PBCbwiDRaS_MJ7Z...",
"userAgent": "Mozilla/5.0..."}
}| Field | Description |
|---|---|
token | Enterprise reCAPTCHA token for g-recaptcha-response |
userAgent | User agent used during solving (use same in your requests) |
Solve reCAPTCHA v3 Enterprise Automatically with CaptchaSolv
CaptchaSolv delivers enterprise-quality reCAPTCHA v3 Enterprise token generation with the same simplicity as standard reCAPTCHA. Our API handles the additional Enterprise parameters - action strings, custom data payloads, and enhanced scoring - returning valid tokens in 3–5 seconds. The solving engine reproduces genuine interaction telemetry that passes Google's advanced risk-analysis pipeline, including reason-code checks and multi-step verification. Built-in proxy rotation and session management ensure consistent, high-score results across millions of requests.
Frequently Asked Questions
What is the difference between reCAPTCHA v3 and Enterprise?
Enterprise uses Google Cloud infrastructure, provides more detailed risk analysis with reason codes, and allows custom score thresholds per action. The API endpoint and token format are the same.
How do I know if a site uses reCAPTCHA Enterprise?
Check the reCAPTCHA script URL - Enterprise typically loads from 'enterprise.js' instead of 'api.js'. You may also see 'grecaptcha.enterprise' in the page source.
Can I use the same token format as standard v3?
Yes. The token is submitted the same way - in the 'g-recaptcha-response' field. Server-side verification uses the Enterprise API but the client-side flow is identical.
Does CaptchaSolv support Enterprise's action-based scoring?
Yes. Provide the pageAction parameter matching the action used on the target site. CaptchaSolv executes the challenge with the correct action context to produce a valid enterprise token.
Is reCAPTCHA Enterprise harder to solve than standard v3?
The solving difficulty is similar. Enterprise adds server-side features like reason codes and multi-step verification, but the client-side challenge token generation process is the same. CaptchaSolv handles both with equal reliability.