Skip to main content

Simple Anti-Captcha

Solves image-based CAPTCHAs using Anti-Captcha service. Provide an image path to a CAPTCHA, and the service will process it to retrieve and output the solution.

Category: CAPTCHA Solving · Group: Captcha · Activity name: SimpleAntiCaptcha

The SimpleAntiCaptcha activity in the designer

Example

outputVariable = SimpleAntiCaptcha("<filePath>", "<apiKey>")

Inputs

NameTypeRequiredDefaultDescription
Image PathstringYesThe file path of the CAPTCHA image to be solved.
AntiCaptcha API KeystringYesYour unique API key for the Anti-Captcha service. This key is required to authenticate and use their CAPTCHA-solving functionality

Outputs

NameTypeDescription
outputVariablestringSpecifies the name of the variable that will store the resolved CAPTCHA text.