html_html_headings
Extract heading elements (h1-h6) from HTML to analyze document structure and content hierarchy.
Instructions
[html] Extract all headings (h1–h6) from HTML. Returns list of {level: int, text: str} dicts. Useful for understanding page structure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes |