
LLM extraction
<article class="product">
<h1>Air Max 90 - White</h1>
<span class="price">$129.99</span>
<div class="stock in">In stock</div>
<div class="rating" data-score="4.7">
<span>4.7</span> (1,284 reviews)
</div>
<img src="/img/airmax90.jpg" />
</article>{
"title": "Air Max 90 - White",
"price": 129.99,
"currency": "USD",
"inStock": true,
"rating": 4.7,
"reviewCount": 1284,
"image": "https://shop.example/img/airmax90.jpg"
}How It Works
Connect sources, choose providers, and define inputs and outputs.
We handle routing, retries, and failures across providers.
Watch each run live - inspect every step and its output in real time.
Features
Your Data Layer
Crawler finds 142 URLs
Writes them to the shared config as input items
Scraper processes each URL
Processes each item using your configured providers
Results are saved as structured outputs
Use them, export them, or pass them to the next step