extract parameter on POST /v1/read to pull structured data from web pages.
Product data
Extract product information from an e-commerce page:Table data
Extract structured data from HTML tables (e.g., a pricing page):Using field descriptions
Adddescription to schema fields to guide the LLM on what to extract:
Prompt-only mode
When you do not need a fixed schema, use a natural language prompt:Combining prompt and schema
Use both together — the prompt provides context while the schema enforces structure:Handling missing fields
If a field in your schema does not exist on the page, it comes back asnull. This is intentional — Reader will never hallucinate values:

