For engineers building grocery apps and pricing tools.
One REST endpoint per resource. Webhook events when a price or assortment changes. Normalized categories across every chain.
{ "gtin": "5740900403214", "brand": "Coca-Cola", "name": "Coca-Cola Zero 1,5 L", "category": "beverages.carbonated", "prices": [ { "chain": "netto", "price": 19.95, "observed_at": "…09:42Z" }, { "chain": "rema", "price": 20.00, "observed_at": "…09:38Z" }, { "chain": "foetex", "price": 21.50, "observed_at": "…09:31Z" } ] }
- REST + webhooks · OpenAPI spec
- Normalized GTINs and categories
- Live distribution across 8 chains