Blog
How to identify and find the values of reCAPTCHA V3

How to identify and find the values of reCAPTCHA V3

Logo of Capsolver

CapSolver Blogger

How to use capsolver

28-Aug-2023

Solver reCaptcha v3

What does "score" signify in V3 and why is there no captcha?

reCAPTCHA V3 is not your regular captcha task. It's not an automated Turing test to distinguish robots from humans. reCAPTCHA V3 is a browser scoring mechanism that recognizes who operates the browser, a human or a program. The result of bypassing reCAPTCHA V3 is a score from 0.1 to 0.9 where 0.1 is "most likely a robot" and 0.9 is "most likely a human". Capsolver provides tokens with a 0.9 score.

How do I know there is a reCAPTCHA V3?

  • reCAPTCHA V2: There is a checkbox on a page.
  • reCAPTCHA V2 Invisible: There is no checkbox, but there is a reCAPTCHA logo in the bottom right corner. Sometimes you are asked to solve a reCAPTCHA if they detect that you are a suspicious user.
  • reCAPTCHA V3: There is no checkbox, but there is a reCAPTCHA logo in the bottom right corner. You are never asked to solve a reCAPTCHA.

Sometimes it is really tricky to distinguish between a reCAPTCHA V2 Invisible and a V3. In such cases, simply open the browser's console Command+Option+C (Mac) or Control+Shift+C (Windows, Linux, Chrome OS) and check the requests sent to google.com (or recaptcha.net in some cases) on a Network tab.

Find a request
https://www.google.com/recaptcha/api2/reload?k= for reCaptcha v3 or https://www.google.com/recaptcha/enterprise/reload?k= for reCaptcha v3 Enterprise

Then check for
https://www.google.com/recaptcha/api2/userverify?k=

The first request should always be there. If you cannot find it, try to change the hostname to "recaptcha.net" and look for it until you find it. If you cannot find the second request to userverify, then it's a case of reCAPTCHA V3. If there is a request to userverify, then it's a reCAPTCHA V2 Invisible.

How to find "googlekey" and "action"

There are some ways to find google key and the action paramters, some are more effective than others. First option is the best way to find these values.

Method #1:

Read this https://www.capsolver.com/blog/Extension/identify-any-captcha-and-parameters

Method #2:

  1. Download Charles Proxy

  2. Right click to the request that we can see with the name https://google.com

  3. Click enable ssl

    After it's clicked, should look like this:

  4. To identify the google key and also the action parameter, we just need to go to the site and trigger the reCaptcha v3 with Charles Open

    In this case, it's reCaptcha v3 Enterprise, but a request should appear there. The red line is the google key

  5. Now that you have the google key, it's time to find the action. Click the reload request and in the right menu, click ProtoBuf

  6. After click, some values will appear, we need to find a parameter that is text and looks like a action parameter, in this case:

    LOGIN_USER_SEARCH is the action parameter.

Method #3:

  • googlekey: Open a webpage with captcha and go to the browser's console.
    Find an iframe with a captcha challenge. You may search for src="https://www.google.com/recaptcha/api2/anchor
    Now find the k parameter in the script address. That's the googlekey you are looking for. It is static for every particular website that uses Google reCAPTCHA.
  • action: Open a webpage with captcha and go to the browser's console. Now find a script calling the *grecaptcha.execute method. Arguments used to call this method may contain an action parameter. If it's there, pass it in your request to in.php when you upload your task. If there is no action, you don't need to send it.

How google reCaptcha v3 scores work?

There are 11 levels of reCAPTCHA, with scores ranging from 0.0 to 1.0. A score of 1.0 means the interaction is low risk and almost certainly real, while a value of 0.0 means the connection is high risk and perhaps fake.

How to solve reCaptcha v3

Step 1: Submitting the information to capsolver

POST https://api.capsolver.com/createTask
{
  "clientKey":"yourapiKey",
    "task":
        {
          "type":"ReCaptchaV3Task",
        "websiteURL":"https://antcpt.com/score_detector",
        "websiteKey":"6LcR_okUAAAAAPYrPe-HK_0RULO1aZM15ENyM-Mf",
        "pageAction": "homepage",
        "proxy":"yourproxy"
        }
}

Step 4: Getting the results

We will need to retrieve the getTaskResult method until the captcha is solved.

Example:

POST https://api.capsolver.com/getTaskResult
Host: api.capsolver.com
Content-Type: application/json

{
    "clientKey":"YOUR_API_KEY",
    "taskId": "TASKID OF CREATETASK" //ID created by the createTask method
}

After the captcha has been solved, you can check the captcha token by sending the token to the site.

For more information of how to solve reCaptcha v3, please check this blog: Solve reCaptcha v3 with human score

Capsolver Team 💜

More

How identify and obtain reCaptcha 's' data
How identify and obtain reCaptcha 's' data

Learn to identify and obtain reCaptcha 's' data for effective captcha solving. Follow our step-by-step guide on using Capsolver's tools and techniques.

reCAPTCHA

21-Nov-2023

What is reCaptcha v3 and how to solve with the highest human score 0.9
What is reCaptcha v3 and how to solve with the highest human score 0.9

In this article we will teach you what reCaptcha v3 is and how to easily solve the reCaptcha v3 with high score (0.7-0.9) using CapSolver.

reCAPTCHA

09-Nov-2023

Wie man jede Version von reCAPTCHA Enterprise v2, v2 invisible, v3, v3 enterprise mit einer Punktzahl von 0,9 umgeht/löst
Wie man jede Version von reCAPTCHA Enterprise v2, v2 invisible, v3, v3 enterprise mit einer Punktzahl von 0,9 umgeht/löst

Das reCAPTCHA Token erhält immer eine ungültige Antwort? Diese Situation tritt normalerweise auf, wenn reCAPTCHA v2 die Enterprise-Version ist, die normalerweise einen 's'-Parameter hat, oder reCAPTCHA v3 Enterprise-Version, die eine hohe Punktzahl von 0.7 oder höher erfordert. Jetzt kann CapSolver dieses Problem perfekt lösen.

reCAPTCHA

09-Nov-2023

How to Solve "Unusual Traffic from Your Computer Network"
How to Solve "Unusual Traffic from Your Computer Network"

Struggling with 'Unusual traffic from your computer network' errors on Google? Our guide explains the triggers and offers solutions to solve captchas, including tips and a look at how CAPSOLVER.COM can streamline your browsing experience by automatically resolving these interruptions.

reCAPTCHA

08-Nov-2023

Làm thế nào để giải quyết reCaptcha v3 và nhận được điểm giống như con người (>0,7-0,9)
Làm cách nào để giải quyết reCaptcha v3 và đạt điểm cao (>0.7–0.9)

Trong hướng dẫn sắp tới, chúng tôi sẽ làm sáng tỏ quá trình dễ dàng vượt qua reCaptcha v3 và đạt được điểm số giống như con người bằng cách sử dụng một công cụ sáng tạo có tên CapSolver. Đối với giáo dân, reCaptcha v3 là một giải pháp bảo mật hiện đại được cung cấp bởi Google được thiết kế để bảo vệ các trang web khỏi bot mà không cần sự tương tác của người dùng. Không giống như các phiên bản trước, reCaptcha v3 trả về một điểm dự đoán liệu tương tác đến từ con người hay robot, thay vì đưa ra một thách thức cần được giải quyết. Mặc dù trực quan và hiệu quả, công cụ đôi khi đặt ra những thách thức không lường trước được cho người dùng hợp pháp, ảnh hưởng đến sự trôi chảy của trải nghiệm kỹ thuật số của họ. Đây là nơi CapSolver hoạt động. CapSolver là một công cụ phức tạp được thiết kế để giúp người dùng duyệt reCaptcha v3 liền mạch. Nó được thiết kế đặc biệt để tương tác với reCaptcha theo cách bắt chước hành vi của con người, do đó đảm bảo điểm số giống như con người. Với CapSolver, bạn có thể đảm bảo trải nghiệm trực tuyến mượt mà hơn, không bị chậm trễ hoặc gián đoạn thường liên quan đến CAPTCHA. Với bài viết này, chúng tôi sẽ hướng dẫn bạn từng bước phá vỡ các thuật ngữ kỹ thuật phức tạp thành các khái niệm dễ hiểu. Chúng tôi muốn cung cấp một cái nhìn toàn diện về cách sử dụng CapSolver hiệu quả, đảm bảo rằng bạn có thể vượt qua reCaptcha v3 tương đối dễ dàng. Hãy nhớ rằng hướng dẫn này được thiết kế để giúp người dùng hợp pháp điều hướng thông suốt reCaptcha v3 và không bao giờ hỗ trợ bất kỳ hình thức hoạt động phi đạo đức hoặc nỗ lực làm suy yếu an ninh của trang web. Vì vậy, cho dù bạn là một navigator chuyên nghiệp trong lĩnh vực kỹ thuật số hay người dùng Internet trung bình, biết reCaptcha v3 và học cách sử dụng các công cụ như CapSolver có thể tăng cường đáng kể khả năng điều hướng trực tuyến của bạn. Đi sâu vào chủ đề hấp dẫn này với chúng tôi để cung cấp cho bạn những kỹ năng vô giá trong hành trình kỹ thuật số của bạn.

reCAPTCHA

07-Nov-2023

Solve reCaptcha v2 invisible - Explained
Solve reCaptcha v2 invisible - Explained

Master solving reCaptcha v2 invisible with Capsolver: Precise identification and effective resolution for optimizing your automated processes

reCAPTCHA

06-Nov-2023