detect_captchas
Detect CAPTCHA types present on a page URL by inspecting its DOM in a headless browser, identifying reCAPTCHA and Cloudflare Turnstile widgets for automated handling.
Instructions
Detect which captcha types are present on a given page URL.
Opens the page in a headless browser and inspects the DOM to identify captcha widgets (reCAPTCHA, Cloudflare Turnstile). Requires playwright to be installed.
Args: page_url: The full URL of the page to inspect.
Returns: {"success": True, "url": "...", "detected_captchas": ["reCaptchaV2", ...]} on success. {"success": False, "error": "..."} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||