Puuilo Product Search
Search the Puuilo product catalog using their Algolia search API. The API key is automatically refreshed from the Puuilo search page.
Quick Start
./scripts/search.py "suihkusetti"
./scripts/search.py "porakone" --limit 20
./scripts/search.py "maali" --json
./scripts/search.py "työkalu" --sort price_asc
Sort Options
relevance(default)popular— most popularnewest— newest firstprice_asc— cheapest firstprice_desc— most expensive firstname_asc/name_desc— alphabetical
Key Product Fields
| Field | Description |
|---|---|
name |
Product name |
sku |
Product SKU |
price |
Current price (EUR) |
price_formatted |
Formatted price string |
categories |
Category hierarchy |
in_stock |
Boolean stock status |
url |
Product page URL |
API Reference
See references/api.md for full API documentation.