dom
Parses HTML content and executes extraction operations to retrieve titles, metadata, links, images, tables, forms, scripts, styles, and custom query results.
Instructions
Parse HTML with jsdom and execute DOM operations (query, attr, text, html, links, images, tables, forms, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML content to parse | |
| operations | No | Array of operations to execute on the parsed DOM. If omitted, returns title and basic structure. |