extract
Visit a URL and extract structured data including key facts, numeric values, and tables using both rendered text and a screenshot for content not in the DOM.
Instructions
Visit a URL → focused Sonnet structured extraction.
Sends BOTH rendered text AND a screenshot to Sonnet — so numbers drawn via canvas / SVG (chart values on PPAC, RBI, NSE dashboards) that don't appear in the DOM still get extracted. Same returned shape as pdf_fetch_structured / web_fetch_structured on authority-web-search-mcp.
Args: url: The page URL. focus: What to extract, e.g. "monthly LPG, MS, HSD consumption for FY2024-25" or "Q4 FY26 EBITDA margin and revenue". wait_for_selector: Optional CSS selector to await (see visit). full_page_screenshot: Default True so charts below the fold are seen.
Returns: {url, domain, title, dateline, summary, key_facts[], numeric_values[], dates[], tables_summary[], kind: "browser"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| focus | No | ||
| wait_for_selector | No | ||
| full_page_screenshot | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||