Official Python SDK for Capsolver, a service for solving CAPTCHAs (ReCaptcha, hCaptcha, Geetest, etc.) automatically. Current version 1.0.7, requires Python >=3.6.8, maintained by Capsolver team.
pip install capsolverVerified import paths — ran on the pinned version, not inferred.
Instantiate CapSolver with your API key and solve a ReCaptcha v2 (proxyless).
Always handle capsolver.exceptions.CapSolverError in your code.
Change 'from capsolver.capsolver import CapSolver' to 'from capsolver import CapSolver'.
Refer to Capsolver API docs for exact task type strings.
Use 'CapSolver(api_key=...)' with explicit keyword.