SolveCaptcha blog
-
Browser automation
How to bypass captcha using Tampermonkey and solver
Learn how to solve reCAPTCHA v2 directly in the browser with Tampermonkey and the SolveCaptcha API, including automatic detection, token injection, callbacks, and reporting.
-
reCAPTCHA
How to request scores from reCAPTCHA v3 with solver
Learn how to request a reCAPTCHA v3 token with a target score, retrieve it through the SolveCaptcha API, and read the actual score during server-side verification.
-
How to bypass Kasada for authorized testing
Learn how Kasada detects automated traffic, how to diagnose blocked requests, and which controlled methods work for QA, monitoring, and authorized business automation.
-
reCAPTCHA
How to bypass reCAPTCHA v2 Invisible with solver
Learn how to identify reCAPTCHA v2 Invisible, submit it to the SolveCaptcha API, retrieve the response token, call the required callback, and continue the protected browser workflow.
-
How to bypass ALTCHA with solver
Learn how to solve ALTCHA proof-of-work captcha with the SolveCaptcha API using challenge_url or challenge_json, retrieve the token, and apply it to the protected request.
-
How to bypass Chinese captcha with solver
Learn how to solve image captchas containing Chinese characters with the SolveCaptcha API, submit images in Base64 or multipart format, and retrieve the recognized text
-
How to bypass PerimeterX (HUMAN) for authorized testing
Learn how PerimeterX, now HUMAN Security, detects automation and which controlled methods work for QA, monitoring, and authorized business workflows
-
How to bypass Akamai for authorized testing
Learn how Akamai Bot Manager detects automation, how to diagnose blocked requests, and which methods work for QA, monitoring, and authorized business automation.
-
reCAPTCHA
How to bypass reCAPTCHA v3
Learn how to identify reCAPTCHA v3, extract the site key and action, submit a task to SolveCaptcha, retrieve the token, and report results using Python and PHP.
-
Cloudflare
How to bypass Cloudflare Turnstile captcha
Learn how to solve Cloudflare Turnstile captcha with the SolveCaptcha API, retrieve the response token, and apply it using Python or Selenium