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"