ReCaptcha V2

reCAPTCHA V2 is a challenge based on images

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

Price: $0.3/K

{
    "clientKey":"api key",
    "task": {
        "type":"RecaptchaV2Task",
        "websiteURL":"https://www.google.com/recaptcha/api2/demo",
        "websiteKey":"6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-",
        "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