hCaptcha
Solve hCaptcha challenges and receive a verification token.Task Type
HCaptchaCaptchaToken
Parameters
Request
Price
$0.0015 per solve.Response Token
Thetoken field contains the P0_eyJ... hCaptcha verification token.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Solve standard hCaptcha challenges.
HCaptchaCaptchaToken
| Parameter | Type | Required | Description |
|---|---|---|---|
sitekey | string | Yes | hCaptcha site key |
siteurl | string | Yes | Page URL with the captcha |
proxy | string | Yes | http://host:port:user:pass |
user_agent | string | Yes | Browser user agent |
rqdata | string | No | Request data from the page |
pageaction | string | No | Page action to trigger |
{
"type": "HCaptchaCaptchaToken",
"task": {
"sitekey": "10000000-ffff-ffff-ffff-000000000001",
"siteurl": "https://example.com/login",
"proxy": "http://user:pass@host:port",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
"rqdata": "optional-request-data"
}
}
token field contains the P0_eyJ... hCaptcha verification token.