Skip to main content

Service Details

  • Service ID: hcaptcha
  • Price: $0.0025 persolveper solve ($2.5 per 1000 solves) (subject to change very soon)
  • Average Solve Time: 8 seconds
  • Success Rate: 90-98%

Required Parameters

string
required
The URL of the page where the hCaptcha is located.
string
required
The site key of the hCaptcha from the target website.
string
required
Proxy in format login:password@ip_address:port. Required for accurate solving.

Optional Parameters

string
The User-Agent header that will be used when solving the captcha. Must match the one used in your browser.
string
The rqdata value from the hCaptcha challenge. Required for some implementations.
boolean
Set to true for enterprise hCaptcha (Discord, Epic Games, TikTok, etc).
boolean
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. Set enterprise: true for enterprise sites (Discord, Epic Games, TikTok, etc).
  • Proxy usage is required for accurate solving.
  • The old HCaptchaEnterpriseTask is deprecated. Use HCaptchaTask with the enterprise parameter instead.