Extract structured data from a web page
web_extract_runExtract structured fields from a web page using a CSS selector schema. Accepts a URL and CSS schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Web page URL to fetch. | |
| schema | Yes | Crawl4AI JsonCssExtractionStrategy schema: baseSelector plus fields. | |
| waitFor | No | Wait for a CSS selector before extraction. Must be prefixed with "css:" (e.g. css:main). JavaScript wait conditions are not supported. | |
| scanFullPage | No | When true, scroll the page to load dynamically appended content. |