From 42f2cab1581b39de1a7c307fdb3ac8b67247ed82 Mon Sep 17 00:00:00 2001 From: mariosemes Date: Thu, 26 Mar 2026 21:56:36 +0100 Subject: [PATCH] Add Links.hr store config (cheerio, no JS rendering needed) Croatian electronics retailer, 24 products per page. Uses .card.mobile-card containers with h3 for names, .product-price for prices, a.card-link for links. Co-Authored-By: Claude Opus 4.6 (1M context) --- stores/links-hr.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 stores/links-hr.yaml diff --git a/stores/links-hr.yaml b/stores/links-hr.yaml new file mode 100644 index 0000000..a414aab --- /dev/null +++ b/stores/links-hr.yaml @@ -0,0 +1,12 @@ +name: Links.hr +base_url: https://www.links.hr +search_url: https://www.links.hr/hr/search?q={query} +category: Electronics +currency: EUR + +selectors: + container: ".card.mobile-card" + name: "h3" + price: ".product-price" + link: "a.card-link" + image: "img.img-fluid"