get_table_data
Extract data from any HTML table using CSS or XPath selectors. Returns structured text grid for easy parsing.
Instructions
Extract data from an HTML table as a formatted text grid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | css | |
| timeout | No | ||
| selector | Yes | CSS/XPath selector for the <table> element |