Skip to main content

extract_structured_data

Function extract_structured_data 

Source
pub fn extract_structured_data(html: &str, base_url: &str) -> StructuredData
Expand 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.