🤖ReCaptcha V2 Enterprise Proxyless
Recaptcha V2 Enterprise Solver Task (Solved with our in-house proxies) & Required Parameters
Last updated
Recaptcha V2 Enterprise Solver Task (Solved with our in-house proxies) & Required Parameters
Last updated
Parameters | Description |
---|---|
Parameters | Description |
---|---|
type
true
RecaptchaV2EnterpriseTaskProxyless
websiteURL
true
The website address in which you're solving the captcha for.
websiteKey
true
The websites static recaptcha sitekey. This can be found as the value of the attribute data-sitekey
of the element with the class g-recaptcha
.
enterprisePayload
false
Contains the parameter s
, for custom implementations of Recaptcha that require the s data. This can be found either in the page source or in the recaptcha network activity. This value alternates therefor must be scraped and used anew on each solve.
pageAction
false
Can be found as value of sa
parameter in the anchor endpoint or found in recaptcha widget as the action
value. Typically a static value.
userAgent
false
Browser user-agent used in emulation. Must use modern browser user-agent to avoid google prompting to "Update your browser".
cookies
false
Cookies to be passed to the solver.
Format: cookie1=value; cookie2=value2;
isInvisible (Bool)
false
If the captcha field is visible set to true
, if the captcha field is NOT visible or has a hidden field for confirmation this value must be set to false
errorId
0: Without error. 1: Error with request.
errorCode
Short code for error type.
errorDescription
More detailed description of the error that occurred.
taskId
Task ID, provided for synchronous tasks to be pushed to /getTaskResult
gRecaptchaResponse
The successfully solved solution token.