How to solve any version of reCAPTCHA Enterprise v2, v2 invisible, v3, v3 enterprise 0.9 score

Emma Foster
Machine Learning Engineer
26-Jun-2023

šÆ Overview
This tutorial will guide you through the process of solving any version of reCaptcha using Capsolver.
CapSolver is a Captcha Solving Service that helps you solve Captchas.
We use AI-powered Captcha Solving Algorithms, which result in faster solving speed and significantly reduced costs, providing an excellent developer experience.
The goal will be to solve the problem of solves not being accepted, with this tutorial you will fix that problem.
ā ļø Warning
Before you read this blog, it's recommended that you know the basic stuff of how to solve reCaptcha using our API. Check this documentation: reCaptcha v2 docs or reCaptcha v3 docs
On most user case, directly requesting our reCaptcha will work normally. However, may no work or some data may be missing, causing your token to be invalid.
In this case, you can submit additional parameters as described below to help obtain a more stable token score:
š Step 1: Obtain the anchor's response.
- Go to the website that have
reCaptcha - Right click and select
Inspect Element(or press button F12) - Click
Networksection - Enable the option
preserve log - Reload the current page (or press button F5)
- If reCaptcha loads correctly, you will be able to see a request url that contains
/anchor - Right click the anchor request, click copy and then copy response

- Convert this
response valueinto base64, you can use this site: https://www.base64encode.org/ - Save this base64 value in anchorBase64.txt
- Don't close the inspect element and the site.
š Step 2: Obtain the reCAPTCHA reload fetch
This step is similar to the step 1. But instead of copy the response of the anchor, you will need to copy the fetch of the reload request.
-
If you didn't close the inspect element and the website, you can continue with this guide from this number, if you closed, you need to start from step 1
-
See the request that constains /reload
-
Right click the reload request, click copy and then copy as fetch

š Keep in mind that the anchor and reload requests should be successive. This means the anchor request should be the last one before the reload request. -
Convert this
fetch valueinto base64, you can use this site: https://www.base64encode.org/ -
Save the base64 fetch value into fetchBase64.txt
After you have anchorBase64.txt and fetchBase64.txt, you will need to submit us these values. You just need to send us one time.
This is a example JSON, keep in mind that there are many parameters that are optional so you may no require them.
Read our documentation to understand each parameter.
Claim Your Bonus Code for top captcha solutions; CapSolver: CAPT. After redeeming it, you will get an extra 5% bonus after each recharge, Unlimited
š Step 3: Submit these two base64 values in the following format
json
"task": {
//Required
"type": "ReCaptchaV2Task", //Always prioritize task types that use your own proxy, should improve a lot the pass ratio, proxyless is not good for high security
//Required
"websiteURL": "https://www.google.com/recaptcha/api2/demo",
//Required
"websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-",
// Paste your saved anchor and reload base64 content
"anchor":"base64 content",
"reload":"base64 content"
}
Only submit once.
ā ļø Very Important Notice
If you encounter an invalid reCaptcha v2 token or a low reCaptcha v3 score, please contact our customer service or reach out via Telegram or Discord. Our team will help you configure the json to ensure token validity and improve score.
š More information of how to solve reCaptcha
Documentations:
ReCaptcha V2 Documentation
ReCaptcha V3 Documentation
Also read these blogs:
How to solve reCaptcha v3
How to solve reCaptcha v2
By adopting the strategies outlined above, you can effortlessly resolve the challenges of reCAPTCHA v2/v3 enterprise versions. We also offer detailed custom services to meet specific customer requirements. Should you have any inquiries, please reach out to us via our customer service system.
Capsolver Team š
Compliance Disclaimer: The information provided on this blog is for informational purposes only. CapSolver is committed to compliance with all applicable laws and regulations. The use of the CapSolver network for illegal, fraudulent, or abusive activities is strictly prohibited and will be investigated. Our captcha-solving solutions enhance user experience while ensuring 100% compliance in helping solve captcha difficulties during public data crawling. We encourage responsible use of our services. For more information, please visit our Terms of Service and Privacy Policy.
More

How to Solve reCAPTCHA When Scraping Search Results with Puppeteer
Master the art of Puppeteer web scraping by learning how to reliably solve reCAPTCHA v2 and v3. Discover the best puppeteer recaptcha solver techniques for large-scale data harvesting and SEO automation.

Lucas Mitchell
04-Nov-2025

AI Powered SEO Automation: How to Solve Captcha for Smarter SERP Data Collection
Discover how AI Powered SEO Automation overcomes CAPTCHA challenges for smarter SERP data collection and learn about reCAPTCHA v2/v3 solutions

Emma Foster
23-Oct-2025

reCAPTCHA Solver Auto Recognition and Solve Methods
Learn how to automatically recognize and solve Google reCAPTCHA v2, v3, invisible, and enterprise challenges using advanced AI and OCR techniques

Sora Fujimoto
22-Oct-2025

How to Solve reCAPTCHA v2: Solve reCAPTCHA v2 Guide
Learn how to automate solving Google reCAPTCHA v2 using CapSolver. Discover API and SDK integration, step-by-step guides, and bonus codes to streamline captcha solving for web scraping, automation, and development projects.

AloĆsio VĆtor
21-Oct-2025

Which reCAPTCHA solver is best? Best reCAPTCHA solver
In this article, we will explore the key factors that determine the effectiveness of a reCAPTCHA solver and highlight why CapSolver stands out as the best reCAPTCHA solver for 2024.

Sora Fujimoto
21-Oct-2025

How to Solve reCAPTCHA v3 in Crawl4AI with CapSolver Integration
Solve reCAPTCHA v3 in Crawl4AI with CapSolver ā API and extension methods to automate CAPTCHA handling for web scraping.

Ethan Collins
20-Oct-2025


