Delete Confirmation

August 27, 2026 - 02:05 PM
omo-servicedup
- omo-servicedup@gmail.com

GeeTest Captcha Solver: v3 & v4 via API

A GeeTest solver is a captcha solver service that returns the validation values a GeeTest challenge expects, so your automation can submit a form without a human dragging a slider. In this guide you'll learn what GeeTest is, how its v3 and v4 flows differ, and how to solve it through a single API call with complete Python examples against OMOCaptcha's https://api.omocaptcha.com/v2 endpoint. Everything here targets legitimate automation such as QA testing your own forms, accessibility, and authorized data collection.

What is GeeTest?

GeeTest is a Chinese behavioral CAPTCHA that is extremely common on Asian websites, e-commerce platforms, and login pages. Instead of only reading distorted text, GeeTest analyzes how you interact with the widget: mouse curves, timing, and drag behavior. It ships in several visual variants:

- Slide / puzzle drag a jigsaw piece into the gap (the classic "geetest slide captcha solver" target).
- Icon click icons in the order shown.
- Gobang find the winning move on a small board.
- Icon-crush match or eliminate icons.
- Select-object click the object described by a prompt.

There are two protocol generations you'll encounter in the wild.

GeeTest v3

v3 identifies a site with a gt value (a public captcha ID) plus a per-session challenge string. When solved, the widget produces three values your backend verifies: challenge, validate, and seccode. Your job is to obtain those and post them with the form.

GeeTest v4

v4 simplified the front end. A site is identified by a single captcha_id, and a successful solve returns a geetest token payload (typically captcha_output, gen_time, lot_number, and pass_token) that you submit back. Handling geetest v3 v4 bypass correctly means detecting which generation the page uses and reading the matching solution fields.

You can find each parameter in the page's GeeTest init script or the network request that loads t...

IP : 42.117.57.109
Admin password :

» Delete all records that using this IP : 42.117.57.109