get_table_data
Extract structured data from an HTML table by supplying a CSS selector. Returns headers mapped to cell values as JSON.
Instructions
Parse an HTML table into structured JSON with headers mapped to cell values. Returns {headers, rows, total_rows}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_rows | No | Max rows to return (default: 100) | |
| selector | No | CSS selector for the table (default: 'table') | |
| session_id | Yes | Session ID |