ReCaptcha V3
reCAPTCHA v3 is an invisible challenge based on a humanity score
{
"clientKey":"api key",
"task": {
"type":"RecaptchaV3Task",
"websiteURL":"https://google.com",
"websiteKey":"6LfD3PIbAAAAAJs_eEHvoOl75_83eXSqpPSRFJ_u",
"pageAction":"login",
"proxyType":"http",
"proxyAddress":"your_proxy_address",
"proxyPort":1234,
"proxyLogin":"your_proxy_login",
"proxyPassword":"your_proxy_password"
}
}Last updated