ProductsIntegrationsResourcesDocumentationPricing
Start Now

© 2026 CapSolver. All rights reserved.

CONTACT US

Slack: lola@capsolver.com

Products

  • reCAPTCHA v2
  • reCAPTCHA v3
  • Cloudflare Turnstile
  • Cloudflare Challenge
  • AWS WAF
  • Browser Extension
  • Many more CAPTCHA types

Integrations

  • Selenium
  • Playwright
  • Puppeteer
  • n8n
  • Partners
  • View All Integrations

Resources

  • Referral System
  • Documentation
  • API Reference
  • Blog
  • FAQs
  • Glossary
  • Status

Legal

  • Terms & Conditions
  • Privacy Policy
  • Refund Policy
  • Don't Sell My Info
Blog/reCAPTCHA/Solving reCAPTCHA v2 Invisible Challenges: Identification and Parameters
Aug29, 2024

Solving reCAPTCHA v2 Invisible Challenges: Identification and Parameters

Ethan Collins

Ethan Collins

Pattern Recognition Specialist

Overview

reCaptcha v2 Invisible is a type of CAPTCHA designed to provide security without disrupting the user experience. Unlike traditional CAPTCHAs, reCaptcha v2 Invisible does not require user interaction unless a suspicious activity is detected. This guide will walk you through the process of identifying and solving reCaptcha v2 Invisible challenges using CapSolver API.

What is reCaptcha v2 Invisible?

reCaptcha v2 Invisible is a security challenge provided by Google that helps protect websites from bots and automated abuse while minimizing disruption to legitimate users. Here's a breakdown of its key features:

  • Invisible by Default: The CAPTCHA challenge does not appear unless the system detects unusual behavior. For most users, the CAPTCHA is seamlessly integrated and unobtrusive.
  • Trigger Mechanism: It activates based on user interactions that might indicate suspicious activity, such as an unusual browsing pattern or behavior that deviates from normal usage.
  • Token-Based Verification: Once triggered, the CAPTCHA generates a token that must be verified by the website to confirm that the user is a human.

For a detailed explanation, you can visit the official reCaptcha v2 Invisible page.

Bonus Code

Claim Your Bonus Code for top captcha solutions; CapSolver: WEBS. After redeeming it, you will get an extra 5% bonus after each recharge, Unlimited

Identifying the Correct reCaptcha Version and Parameters

Before solving reCaptcha v2 Invisible, it’s essential to identify the correct version and parameters. This ensures that you are using the appropriate solving method.

Step 1: Use the CapSolver Browser Extension

The CapSolver Browser Extension is a user-friendly tool designed to accurately detect the version and parameters of reCaptcha challenges. It guarantees 100% accuracy in identifying CAPTCHA details.

Installation and Activation

  1. Download the Extension: Obtain it from the CapSolver website.
  2. Install the Extension: Follow your browser's installation instructions to add the extension.
  3. Activate and Identify: Navigate to the page with the reCaptcha challenge. The extension will automatically identify the reCaptcha version and display its parameters.
CapSolver Extension Identification

For detailed instructions, refer to the Instruction Manual for reCaptcha Identification Extension.

Step 2: Retrieve the CapSolver JSON Data

Once you confirm that reCaptcha v2 Invisible is present and you’ve collected the necessary parameters, prepare a JSON request to send to CapSolver.

Here is an example of the JSON structure you should use:

Capsolver JSON

Solving reCaptcha v2 Invisible

With the JSON data ready, you can now use CapSolver's API to solve the reCaptcha challenge.

Step 3: Create a Task

Use the following JSON format to create a task with CapSolver:

json Copy
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
    }
}

Key Parameters:

  • clientKey: Your CapSolver API key.
  • websiteURL: The URL where the reCaptcha challenge is located.
  • websiteKey: The site key of the reCaptcha challenge (obtained from the page source).
  • isInvisible: Set this to true to specify that the reCaptcha is invisible.

Step 4: Retrieve the Result

After creating the task, you need to retrieve the result using the following request:

json Copy
POST https://api.capsolver.com/getTaskResult
Host: api.capsolver.com
Content-Type: application/json
{
    "clientKey": "YOUR_API_KEY",
    "taskId": "TASK_ID" // ID returned by the createTask request
}

Important Notes:

  • Replace TASK_ID with the ID obtained from the createTask request.
  • Monitor the task status and handle errors accordingly.

Troubleshooting and Support

If you encounter issues where the CAPTCHA token is not functioning or if you need further assistance, please contact our customer support team. Our team is available to provide solutions and support for any challenges you may face.

Conclusion

By following these instructions, you can efficiently solve reCaptcha v2 Invisible challenges using CapSolver. For additional details and advanced configurations, refer to the CapSolver Documentation.

Note on Compliance

Important: When engaging in web scraping, it's crucial to adhere to legal and ethical guidelines. Always ensure that you have permission to scrape the target website, and respect the site's robots.txt file and terms of service. CapSolver firmly opposes the misuse of our services for any non-compliant activities. Misuse of automated tools to bypass CAPTCHAs without proper authorization can lead to legal consequences. Make sure your scraping activities are compliant with all applicable lcaptcha and regulations to avoid potential issues.

More

reCAPTCHAApr 16, 2026

reCAPTCHA Score Explained: Range, Meaning, and How to Improve It

Understand reCAPTCHA v3 score range (0.0 to 1.0), its meaning, and how to improve your score. Learn how to handle low scores and optimize user experience.

Rajinder Singh
Rajinder Singh
reCAPTCHAApr 16, 2026

reCAPTCHA Invalid Site Key or Token? Causes & Fix Guide

Facing "reCAPTCHA Invalid Site Key" or "invalid reCAPTCHA token" errors? Discover common causes, step-by-step fixes, and troubleshooting tips to resolve reCAPTCHA verification failed issues. Learn how to fix reCAPTCHA verification failed please try again.

Contents

Aloísio Vítor
Aloísio Vítor
reCAPTCHAApr 15, 2026

reCAPTCHA Verification Failed? How to Fix "Please Try Again" Errors

Fix reCAPTCHA verification failed errors fast. Step-by-step manual fixes for users and a Python API guide for developers using CapSolver. Covers v2, v3, and Enterprise.

Adélia Cruz
Adélia Cruz
reCAPTCHAApr 15, 2026

reCAPTCHA v2 vs v3: Key Differences Every Developer Should Know

Understand the difference between reCAPTCHA v2 and v3 — how each works, when to use them, and how automated workflows handle both. A clear, technical comparison for developers.

Nikolai Smirnov
Nikolai Smirnov