From 35577bc3c7d5358c346589b38bbde2c5e9a785ce Mon Sep 17 00:00:00 2001 From: mariosemes Date: Thu, 26 Mar 2026 23:28:46 +0100 Subject: [PATCH] Add ADM.hr store config (cheerio, 24 products per page) Croatian electronics retailer. Uses .product-grid.product-item containers, h2.title for names, .price for prices. Static HTML, no JS rendering needed. Co-Authored-By: Claude Opus 4.6 (1M context) --- stores/adm-hr.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 stores/adm-hr.yaml diff --git a/stores/adm-hr.yaml b/stores/adm-hr.yaml new file mode 100644 index 0000000..7e7cfac --- /dev/null +++ b/stores/adm-hr.yaml @@ -0,0 +1,13 @@ +name: ADM.hr +base_url: https://www.adm.hr +search_url: https://www.adm.hr/Search/?fs=1&term={query} +category: Electronics +currency: EUR +test_query: logitech + +selectors: + container: ".product-grid.product-item" + name: "h2.title a" + price: ".price" + link: ".product-image a" + image: ".product-image img"