ReCaptcha V3

reCAPTCHA v3 is an invisible challenge based on a humanity score

If you find that the v3 token is invalid, please contact support. We will help you improve the token score.

Price: $0.3/K

{
    "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"
    }
}

After getting the reCAPTCHA token you can solve the challenge with a callback method or using the site method

Last updated