Web Insights Engine Inputs

- instruction: optional. A string used to prompt the Agent during webpage extraction.
- url: required. The URL of the webpage to extract from.
- model: required. The model to use for extraction.
- output_schema: optional. Defines the exact structure of the JSON output that the extracted data will populate. Follows the standard JSON schema specification. This field tells the model exactly what to extract from the webpage.
Web Insights Output
The output will always be a JSON value of the structure specified in the output_schema (if you defined it).Web Insights Example
Let’s run through an example using this engine together.Configure the engine as follows
$ starts a template string
- instruction: ${instruction}
- url: ${url}
- model: gpt-4o-2024-08-06
- output_schema: Copy and paste the JSON schema below (hit Use Text).

Fill in the Agent inputs
Leave instruction empty.url: https://en.wikipedia.org/wiki/Europa_ClipperHere are the filled-in Agent inputs:




