Extract structured data from pages via LLMs
prompt
if you don’t need a strict schema, along with the webpage URL.
prompt
to the endpoint. The llm chooses the structure of the data.
formats
, for example:
formats: [{ type: 'json', schema: { ... }, prompt: '...' }]
Parameters:
schema
: JSON Schema describing the structured output you want.prompt
: Optional prompt to guide extraction (also used for no-schema extraction).