extract_tables
Extract and parse HTML tables from web pages with options for JSON, CSV, or Markdown output formats.
Instructions
Extract and parse HTML tables with optional CSV export
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract tables from | |
| format | No | Output format for tables (default: json) | json |
| includeHeaders | No | Whether to include table headers (default: true) | |
| minRows | No | Minimum number of rows to include table (default: 1) | |
| useCache | No | Whether to use cached content if available (default: true) |