hCaptcha
Solve standard and enterprise hCaptcha challenges with VastCap’s API
Service Details
- Service ID:
hcaptcha
- Price: $0.0025 ($2.5 per 1000 solves) (subject to change very soon)
- Average Solve Time: 8 seconds
- Success Rate: 90-98%
Required Parameters
The URL of the page where the hCaptcha is located.
The site key of the hCaptcha from the target website.
Proxy in format login:password@ip_address:port
. Required for accurate solving.
Optional Parameters
The User-Agent header that will be used when solving the captcha. Must match the one used in your browser.
The rqdata value from the hCaptcha challenge. Required for some implementations.
Set to true
for enterprise hCaptcha (Discord, Epic Games, TikTok, etc).
Set to true
if the captcha is invisible (e.g., discord.com/register uses invisible captcha).
More info: https://docs.hcaptcha.com/invisible/
Example Request - Standard hCaptcha
Example Request - Enterprise hCaptcha
Set
enterprise: true
for Discord, Epic Games, TikTok, and other enterprise sites. Discord Register, for example, uses invisible hcaptcha.
Solution Format
Integration Examples
Python
Notes
- The solution token is typically valid for 2 minutes after being issued.
- For both standard and enterprise hCaptcha, use
HCaptchaTask
. Setenterprise: true
for enterprise sites (Discord, Epic Games, TikTok, etc). - Proxy usage is required for accurate solving.
- The old
HCaptchaEnterpriseTask
is deprecated. UseHCaptchaTask
with theenterprise
parameter instead.