Inputs
When Format is
JSON, the node first tries to parse Prompt Or Schema as
JSON. Valid JSON is sent as a JSON schema; any other string is sent as an
extraction prompt.
Outputs
The selected format changes which output is available:Example: extract product data
ChooseJSON, then set Prompt Or Schema to a schema such as:
Troubleshooting
The result was captured before the page finished loading
The result was captured before the page finished loading
Wait for a stable CSS selector, or add a short Wait Time. A selector is
usually more reliable than a fixed delay on pages with variable load times.
JSON extraction ignored my schema
JSON extraction ignored my schema
Confirm that Prompt Or Schema is valid JSON. If parsing fails, the node
treats the entire value as a natural-language prompt.
The page looks different from my browser
The page looks different from my browser
Match the page’s expected viewport, then use JavaScript Code or
Additional API Parameters for site-specific browser behavior.