CAPSOLVER
Blog
How identify and obtain hCaptcha rqdata

How identify and obtain hCaptcha rqdata

Logo of Capsolver

Sora Fujimoto

AI Solutions Architect

21-Nov-2023

HCaptcha rqdata , hcaptcha extra data

How identify and obtain hCaptcha rqdata

Step 1: Identify that you need to submit rqdata

The initial step involves determining if the hCaptcha you aim to solve necessitates submitting a rqdata. Failure to submit this data when required results in an invalid token or a high chance of token invalidation. To ascertain if a rqdata is needed, utilize the captcha detection feature of Capsolver. This tool can be further explored here:
Learn about Capsolver's captcha detector

When a rqdata is needed, Capsolver's extension will show a display panel as illustrated below:

Step 2: Find where to obtain this value

This stage covers the process of obtaining the rqdata value. Start by opening the Inspect Element tool (F12), navigate to the network tab, and activate the hCaptcha. A request URL will appear like this:

https://api.hcaptcha.com/getcaptcha/9928de2d-2800-4c58-be91-060e5a6aa117

Note that the 'sitekey' part (9928de2d-2800-4c58-be91-060e5a6aa117) will vary. Inspecting the payload of the POST request reveals a "rqdata" parameter, from which you can copy the value.

Then, in the inspect element tool, press CTRL + S to open the search panel. Enter the rqdata value here, and the request that generated this value should appear.

In some instances, this method may not work if the value is HTML encoded, encrypted, or located elsewhere. It's advisable to examine the response body of each request to locate where this value originates.

Keep in mind that this value changes each time. Therefore, it's essential to scrape it anew before each captcha submission to ensure the captcha token remains valid.

When specifying the data in the required format, it should be entered as follows:

"enterprisePayload": {
      //Optional, required if the site have HCaptcha Enterprise
      "rqdata": "[value]"
    },

More

Best hCaptcha Solvers: Top Tools to Solve CAPTCHA in 2024
Best hCaptcha Solvers: Top Tools to Solve CAPTCHA in 2024

Stumbled upon a troublesome hCaptcha while web scraping? Learn how CapSolver quickly and accurately solves hCaptcha process and increases efficiency!

hCaptcha
Logo of Capsolver

Sora Fujimoto

13-Aug-2024

Solving hCaptcha in C++: A Complete Guide
Solving hCaptcha in C++: A Complete Guide

Learn how to solve hCaptcha in C++ using the CapSolver API. This complete guide covers setting up your project, creating tasks, and retrieving task results with practical examples.

hCaptcha
Logo of Capsolver

Sora Fujimoto

31-Jul-2024

How to Solve hCaptcha: A Comprehensive Guide
How to Solve hCaptcha: A Comprehensive Guide

hCaptcha is a robust CAPTCHA service that effectively differentiates between humans and bots, but it can pose challenges for legitimate automated processes

hCaptcha
Logo of Capsolver

Rajinder Singh

29-Jul-2024

How to solve captcha with playwright while web scraping
How to solve captcha with playwright while web scraping

Learn to seamlessly How to solve captcha with playwright while web scraping, a detailed guide on setting up and automating captcha solutions effectively

hCaptcha
Logo of Capsolver

Rajinder Singh

16-Jul-2024

Automating hCaptcha Solutions: Best Practices and Tools
Automating hCaptcha Solutions: Best Practices and Tools

Learn to seamlessly Automating hCaptcha Solutions: Best Practices and Tools, a detailed guide on setting up and automating captcha solutions effectively

hCaptcha
Logo of Capsolver

Ethan Collins

16-Jul-2024

How to Identify if hCaptcha is Enterprise | By using CapSolver Extension
How to Identify if hCaptcha is Enterprise | By using CapSolver Extension

Learn how to identify if hcaptcha is enterprise using the CapSolver extension. This guide provides step-by-step instructions for detecting hcaptcha parameters, ensuring you can manage and troubleshoot website security measures effectively.

hCaptcha
Logo of Capsolver

Ethan Collins

03-Jun-2024