Data API

All data is available as static, read-only exports regenerated on every site build. No key, no rate limits beyond the CDN's. If you build something with it, a link back is appreciated.

GET /api/v1/products.json

Every product with its cheapest and most expensive current price (EUR minor units), category, and a link to its detail export.

GET /api/v1/products/<slug>.json

One product: latest price per store (local currency + validity + source URL) and full price history.

GET /api/v1/prices.csv

Flat CSV of the latest price per product per store - one row per (product, store), ready for a spreadsheet.

Notes