extract_table
Extract data from an HTML and return it as JSON rows, with an option to include column headers as keys.
Instructions
Extract a as JSON rows with optional header keys.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | table | |
| include_headers | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |