extract_html_table
Extract HTML tables from web pages and convert them into structured JSON arrays for easy data processing.
Instructions
Extract HTML tables into structured JSON array.
Parameters:
html — HTML content containing tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |