html_html_tables
Parse HTML to extract all tables. Returns a list where each table is a list of rows and each row is a list of cell strings. Use to convert web page tables into structured data for further processing.
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
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |