Blog
How to easily pass any hCaptcha version using Capsolver

How to easily solve any hCaptcha version using Capsolver

Logo of Capsolver

CapSolver Blogger

How to use capsolver

17-Jul-2023

How to solve any hCaptcha version using CapSolver

🎯 Overview

This tutorial will guide you through the process of solving any version of hCaptcha 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 hCaptcha using our API. Check this documentation: docs

On most user case, directly requesting our hCaptcha 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 parameter information as described below to help obtain a more stable token score:

🔎 Step 1: Obtain the getCaptcha fetch value and convert to base64.

  1. Go to the website where the hCaptcha appears.
  2. Open inspect element (Button F12) and go to network
  3. When you are on the network section, do F5 on the website of where hCaptcha appear.
  4. You will be able to see a url that have getCaptcha in the URL
  5. Right click the URL, copy and copy as fetch.
    How to obtain getCaptcha fetch value
  6. Convert to base64 the value copied, you can use this site: base64 encode website
  7. Save the base64 value into getCaptchaBase64.txt

🌟 Step 2: Send the base64 value in the following format

The new json parameter that you need to add to your current json configuration is:
getCaptcha and should be like "getCaptcha":"The text that you put into getCaptchaBase64.txt"
The

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.

{
  "clientKey": "YOUR_API_KEY",
  "task": {
    //Required. Can use HCaptchaTaskProxyless or HCaptchaTask
    "type": "HCaptchaTaskProxyLess",
    //Required
    "websiteURL": "https://hcaptcha.com/",
    // Required
    "websiteKey": "00000000-0000-0000-0000-000000000000",
    // Optional
    "isInvisible": true,
    // Optional
    "enterprisePayload": {
      //Optional, required if the site have HCaptcha Enterprise
      "rqdata": ""
    },
    //Optional, this is required if you use HCaptchaTask
    "proxy": "http:ip:port:user:pass",
    // socks5:ip:port:user:pass
    //Optional
    "getCaptcha": "fetch request base64 content",
    "userAgent": ""
  }
}

⚠️ You just need to submit one time

🌟 More information of how to solve hCaptcha

Documentation:
hCaptcha documentation

Blogs:
How to solve hCaptcha Enterprise
How to solve hCaptcha

By adopting the strategies outlined above, you can effortlessly resolve the challenges of hcaptcha. 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 💜

More

hcaptcha
Announcement Regarding Recent Instability of hCaptcha Service

We apologize for the recent instability of the hCaptcha service caused by image updates.hcaptcha is updated very frequently now, we were keep updating everyday to catch up with the progress.vThere will be some unstable times every day. We deeply regret any inconvenience caused.If you encounter new images that render the service unavailable, please wait for us to update them. If you have any further questions, please feel free to contact us at any time.

hCaptcha

28-Nov-2023

How to solve hCaptcha using Selenium [Javascript] with Capsolver Extension
How to solve hCaptcha using Selenium [Javascript] with Capsolver Extension

Learn to seamlessly solve hCaptcha with Selenium javascript and Capsolver Extension, a detailed guide on setting up and automating captcha solutions effectively

hCaptcha

23-Nov-2023

How identify and obtain hCaptcha rqdata
How identify and obtain hCaptcha rqdata

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

hCaptcha

21-Nov-2023

Làm thế nào để dễ dàng vượt qua bất kỳ phiên bản hCaptcha với Capsolver
Làm thế nào để dễ dàng vượt qua bất kỳ phiên bản hCaptcha nào bằng cách sử dụng Capsolver

Discover how to solve any version of hCaptcha using Capsolver: Detailed guidance on fetch value retrieval, base64 conversion, and JSON configuration

hCaptcha

06-Nov-2023

How to solve hCaptcha with Node.JS
How to solve hCaptcha with Node.JS

In this article, we will show you how to solve hCaptcha with Node.JS.

hCaptcha

27-Sep-2023

How to solve hCaptcha Enterprise with Python
How to solve hCaptcha Enterprise with Python

In this article, we will show you how to solve hCaptcha Enterprise with Python.

hCaptcha

25-Sep-2023