Solve GeeTest v3
capskip_solve_geetestSolve a GeeTest v3 slide-puzzle captcha and return geetest_challenge, geetest_validate, and geetest_seccode. Use a fresh challenge; it expires in about a minute.
Instructions
Solve a GeeTest v3 slide-puzzle captcha. Returns geetest_challenge, geetest_validate, and geetest_seccode to post back exactly as the site's own front-end would. IMPORTANT: the challenge value is single-use and expires in roughly a minute, so fetch gt and challenge from the page immediately before calling. A stale challenge is the most common failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gt | Yes | The gt value. Static per site, so it can be reused. | |
| url | Yes | Full URL of the page the captcha appears on, including scheme. | |
| proxy | No | Solve through this proxy so the answer is produced from its IP. | |
| timeout | No | Seconds to wait before giving up. Maximum 600. | |
| challenge | Yes | The challenge value. Single-use and expires in about a minute — fetch a fresh one immediately before calling this. | |
| api_server | No | A non-default GeeTest API domain, e.g. 'api-na.geetest.com'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| seccode | No | ||
| validate | No | ||
| captchaId | Yes | ||
| challenge | No | ||
| solveSeconds | Yes |