NoCaptchaTaskProxyless : solving Google recaptcha
The object contains data for Google ReCaptcha2 solving task. This task will be executed by our service using our own proxy servers.
Task object
Property | Type | Required | Purpose |
---|---|---|---|
type | String | Yes | NoCaptchaTaskProxyless Previous name of task type: NoCaptchaTaskProxyless. It will be supported forever, no need to update your code. |
websiteURL | String | Yes | Address of a target web page. Can be located anywhere on the web site, even in a member area. Our workers don't navigate there but simulate the visit instead. |
websiteKey | String | Yes | Recaptcha website key. Learn how to find it in this article. |
recaptchaDataSValue | String | No | Value of 'data-s' parameter. Applies only to Recaptchas on Google web sites. |
isInvisible | Boolean | No | Specify whether or not Recaptcha is invisible. This will render an appropriate widget for our workers. |
JSON with no errors
{
"clientKey":"dce6bcbb1a728ea8d871de6d169a2057",
"task":
{
"type":"NoCaptchaTaskProxyless",
"websiteURL":"https://www.google.com/recaptcha/api2/demo",
"websiteKey":"6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"
}
}