🧩Parameters
This is a general overview of the parameters found throughout the captcha documentation.
Some tasks have custom values which can be found in this specific task page.
Parameters
Parameters | Type | Required | Description |
---|---|---|---|
clientKey | string | true | Your accounts private API Key. |
callbackUrl | string | false | Optional callback url for solution results. |
type | array | true | RecaptchaV2Task |
type.websiteURL | string | true | The website address in which you're solving the captcha for. |
type.websiteKey | string | true | The websites site key. |
type.recaptchaDataSValue | string | false | Certain custom implementations of Recaptcha may require an |
type.userAgent | string | false | Browser user-agent used in emulation. Must use modern browser user-agent to avoid google prompting to "Update your browser". |
type.cookies | array | false | Array of cookies to be sent. |
type.cookies.name | string | false | The cookie name. |
type.cookies.value | string | false | The cookie value. |
type.isInvisible | bool | false | If the captcha field is visible set to |
type.minScore | string | false | Value from 0.1 to 0.9 which represents the score of the solution results. Higher score may yield better results on certain sites. |
type.pageAction | string | false | Can be found as value of |
type.enterprisePayload.s | string | false | Contains the parameter |
type.proxyType | string | true | The type of proxy. Accepts values: |
type.proxyAddress | string | true | The IPv4/IPv6 IP for your proxy (Host names, non-transparent, and local network proxies are not allowed). |
type.proxyPort | int | true | The proxy port. |
type.proxyLogin | string | false | The proxy username. |
type.proxyPassword | string | false | The proxy password. |
Last updated