Blog
Solve reCaptcha v2 invisible - Explained

Solve reCaptcha v2 invisible - Explained

Logo of Capsolver

CapSolver Blogger

How to use capsolver

06-Nov-2023

reCaptcha v2 invisible solver

How to find the right reCaptcha version and their parameters?

Prior to embarking on the process of resolving reCaptcha v2 invisible, it is essential to ascertain with certainty that we are indeed dealing with reCaptcha v2 invisible as opposed to a different version of reCaptcha.

How can one determine this with confidence? We offer a highly user-friendly browser extension that excels in identifying not only the version of any reCaptcha but also its various parameters with impeccable accuracy—guaranteed at 100%. You can visualize the extension and its identification prowess here:

For detailed instructions on how to utilize this extension to detect reCaptcha and its specific parameters, please refer to the following link: Instruction Manual for reCaptcha Identification Extension

Once confirmation of the presence of reCaptcha v2 invisible is established and you have successfully retrieved the Capsolver JSON, please proceed by copying the provided JSON data:

Solving reCaptcha v2 invisible

Upon obtaining the Capsolver JSON, the content should resemble the following structure:

POST https://api.capsolver.com/createTask
Host: api.capsolver.com
Content-Type: application/json
{
    "clientKey": "YOUR_API_KEY",
    "task": {
        "type": "ReCaptchaV2TaskProxyLess",
        "websiteURL": "https://example.com",
        "websiteKey": "6LcR_okUAAAAAPYrPe-HK_0RULO1aZM15ENyM-Mf",
        "anchor": "value",
        "reload": "value",
        "isInvisible": true
    }
}

You are encouraged to initially attempt the ReCaptchaV2TaskProxyLess to verify if the token functions as intended. In the event of a failure, it is advisable to try the ReCaptchaV2Task task type, integrating your personal proxy into the process.

Procedure for Obtaining the Result

Once you have executed the creation of the task, you may retrieve the result by structuring your request as shown below:

POST https://api.capsolver.com/getTaskResult
Host: api.capsolver.com
Content-Type: application/json
{
    "clientKey":"YOUR_API_KEY",
    "taskId": "37223a89-06ed-442c-a0b8-22067b79c5b4" //ID created by the createTask method
}

In the case where the token continues to exhibit non-functional characteristics, we urge you to reach out to our customer support team for assistance. Our dedicated support staff is committed to providing resolutions to any issues encountered in the process.

By adhering to the aforementioned guidelines, you should be well-equipped to address reCaptcha v2 invisible with the highest efficiency.

More