web_extract_table
Extract Table — Extract an HTML table from a public web page at a user-provided http(s) URL, as JSON rows or CSV. [category: web]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | http(s) URL containing the table | |
| output | No | Both values return a JSON envelope: 'json' puts a rows matrix in 'rows'; 'csv' puts one CSV string in the 'csv' field — never a file. | json |
| timeout_ms | No | Optional fetch timeout override in milliseconds. | |
| user_agent | No | Optional custom User-Agent header. | |
| table_index | No | 0-based table index | |
| acknowledge_robots | No | Business+ only: proceed even when robots.txt disallows the page. |