fetch_structured_data
Extract structured data from web pages—JSON-LD, OpenGraph, meta tags, tables, headings, links—using your existing Chrome session to bypass bot detection and CAPTCHAs.
Instructions
Extract structured data from a web page: JSON-LD, OpenGraph tags, meta tags, tables, headings, and links. Supports persistent sessions via tab_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The URL to analyze (optional if tab_id is provided) | |
| tab_id | No | Reuse a persistent tab (from open_tab) instead of opening a new one | |
| extract | No | Data types to extract (default: ["json_ld", "opengraph", "meta"]) | |
| timeout | No | Timeout in ms (default: 30000) |