Extract structured data from multiple pages using LLM-powered extraction
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| urls_json | VARCHAR | JSON array of URL patterns, e.g. '["https://example.com/*"]' |
| prompt | VARCHAR | Extraction instructions describing what data to extract |
| schema_json | VARCHAR | JSON Schema for output columns, e.g. '{"name":"string","price":"number"}' |
Crawl a website and extract structured data from each page (via Firecrawl)
Extract specific information from unstructured text (zero-shot NER)
LLM-backed extraction (escape hatch for EXTRACTS)
Extract structured fields from text per a user-supplied schema
Merge multiple timelines into unified chronological sequence
Extract information from text using natural-language instructions
Extract structured data from multiple pages using LLM-powered extraction
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| urls_json | VARCHAR | JSON array of URL patterns, e.g. '["https://example.com/*"]' |
| prompt | VARCHAR | Extraction instructions describing what data to extract |
| schema_json | VARCHAR | JSON Schema for output columns, e.g. '{"name":"string","price":"number"}' |
Crawl a website and extract structured data from each page (via Firecrawl)
Extract specific information from unstructured text (zero-shot NER)
LLM-backed extraction (escape hatch for EXTRACTS)
Extract structured fields from text per a user-supplied schema
Merge multiple timelines into unified chronological sequence
Extract information from text using natural-language instructions