pub fn extract_structured_data(html: &str, base_url: &str) -> StructuredDataExpand description
Extract all structured data from raw HTML.
This is the core of the no-browser acquisition engine. Parses JSON-LD, OpenGraph, meta tags, links, headings, and forms from raw HTML without any JavaScript execution.