safari_extract_tables
Extract HTML tables from web pages into structured JSON (headers + rows). Convert table data for easy scraping, parsing, and automation.
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') |