run_extract
Load a webpage via URL and extract structured data using natural-language instructions or a JSON schema. Returns the result immediately.
Instructions
Loads a webpage by URL and extracts structured data from it according to natural-language instructions and/or a JSON schema. Synchronous — returns the result immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the page to load and extract data from. | |
| settings | Yes | Extraction settings. | |
| instructions | Yes | Natural-language description of what to extract. |