extract_forms
Extract form elements and structure from web pages to analyze input fields, buttons, and form layouts for web scraping and automation tasks.
Instructions
Extract form elements and their structure from web pages
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract forms from | |
| includeHidden | No | Whether to include hidden form fields (default: false) | |
| includeDisabled | No | Whether to include disabled form fields (default: false) | |
| useCache | No | Whether to use cached content if available (default: true) |