Extract a product catalog
Walk a list-and-detail site and return a structured catalog of products.
The outcome
Walk a list-and-detail site and return a structured catalog of products.
Backed by a real, installable recipe, not a generated stub. Install it, attach your own inputs, and run it on your own accounts.
Expected output
A successful run returns a structured result:
[{ "title": "...", "price": 0.00, "url": "..." }] 4 steps
Real step types from the 30+ in the workflow vocabulary. Edit any of them after you install.
- 1navigate
Open the category page.
- 2extract
Read each item in the list.
- 3navigate
Page through results.
- 4evaluate
Normalize the fields into a clean shape.
Inputs
category_urlurl must match^https?://max_pagesnumber
Input shape
Inputs are validated against per-slot regex rules before a run starts.
{
"category_url": "<url>" // matches ^https?://,
"max_pages": "<number>"
} Estimated runtime: 20-60s.
Install in one click
Open the template in the app, attach your own inputs and resources, and run it on your machine or the cloud.
Local runs have no compute charge and do not use Writ cloud compute. Paid plans are for cloud execution, faster monitors, teams, managed AI, and fleet features.
Point it at a site
This recipe adapts to any of these, all on your own authorized accounts.
Extract a product catalog questions
What does the Extract a product catalog template do?
Where does it run?
Can I edit the recipe after installing?
Related templates
Start with the Extract a product catalog template
Install it, attach your own inputs, and run it on your own account in minutes.