Skip to main content
reCAPTCHA-v3 is a very common verification captcha.
'protected by reCAPTCHA' badge — indicator of reCAPTCHA v3
First, find the data-sitekey parameter in the source of the target page. Open your browser DevTools and look for the element that has the data-sitekey attribute:

1. Create task

Request

Body Parameters

Response

  • errorId = 0 and taskId → success
  • errorId = 1 and errorCode → failure (see Error codes)

2. Retrieve the result

Request

Response

  • errorId = 0 & status = "ready" → read the token in solution.gRecaptchaResponse
  • errorId = 0 & status = "processing" → still processing, wait 2 seconds and retry
  • errorId = 1 → failure, look up errorCode in the Error codes table