extract_with_schema
Use a JSON schema to extract structured data from web pages. Specify URLs and a schema to retrieve consistent, machine-readable information.
Instructions
Extract structured data using a JSON schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to extract data from | |
| prompt | No | Optional instructions for extraction | |
| schema | Yes | JSON schema defining the data structure to extract | |
| enableWebSearch | No | Enable web search for additional context |