SDK (Python/TypeScript)
CAPTCHAs
captcha_exists
Checks if a CAPTCHA is present in the current session.
True if a CAPTCHA is detected, False otherwise.
Raises ValueError if the API request fails or if the API key is not set.
wait_for_captcha
Waits for a CAPTCHA to be solved in the current session. If there’s no CAPTCHA, returns immediately.
True if the CAPTCHA was successfully solved, False otherwise.
Raises ValueError if the API request fails or if the API key is not set.