Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

GeeTest

A GeeTest solver without a browser. Takion solves GeeTest's slide, puzzle, icon, AI, .. challenges and returns the validation payload, so your requests get through without you clicking anything.

Check our example bundles in order to validate your implementation against our validate ones, with correct headers order, TLS and flow from our Github repo

What is GeeTest?

GeeTest is a widely used CAPTCHA provider that challenges users with several types of captcha, such as slides, puzzles, and AI-based captchas. Most sites use v3, and some have transitioned to v4. The two versions return different payload shapes:

  • v3: {'geetest_challenge': ..., 'geetest_validate': ..., 'geetest_seccode': ...}

  • v4: {'captcha_id': ..., 'lot_number': ..., 'pass_token': ..., 'captcha_output': ...}

Last updated