safari_extract_tables
Extract HTML tables from Safari pages as structured JSON data. Use CSS selectors to target specific tables and limit the number extracted.
Instructions
Extract HTML tables as structured JSON (headers + rows). Perfect for scraping data tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tables (default: 10) | |
| selector | No | CSS selector (default: 'table') |