html_html_tables
Extract structured tabular data from web pages by parsing HTML tables into organized lists of rows and cells.
Instructions
[html] Extract all HTML tables. Returns list of tables; each table is a list of rows; each row is a list of cell strings. Use to extract structured tabular data from web pages.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes |