web_extract_tables
Extract HTML tables from a webpage and return structured columns and rows with source URL provenance.
Instructions
Fetch a page, parse HTML tables, and return structured columns/rows with source URL provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| lang | No | en | |
| max_rows | No | ||
| use_cache | No | ||
| max_tables | No |