extract_table
Extract data from any HTML table as a JSON array by providing a CSS selector and optional row limit.
Instructions
Extract data from an HTML table as JSON array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows | |
| selector | No | CSS selector for the table | table |