From a6a398d57eb6a347d863919b740df4597af9ee38 Mon Sep 17 00:00:00 2001 From: mariosemes Date: Thu, 26 Mar 2026 23:39:43 +0100 Subject: [PATCH] Add BigBang.hr store config (stealth Puppeteer, Cloudflare bypass) Croatian electronics retailer behind Cloudflare. Works via Docker Chromium with stealth plugin. 35 products per page, article.cp containers with .cp-title for names, .current-price for prices. Co-Authored-By: Claude Opus 4.6 (1M context) --- stores/bigbang-hr.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 stores/bigbang-hr.yaml diff --git a/stores/bigbang-hr.yaml b/stores/bigbang-hr.yaml new file mode 100644 index 0000000..6caeb66 --- /dev/null +++ b/stores/bigbang-hr.yaml @@ -0,0 +1,14 @@ +name: BigBang.hr +base_url: https://www.bigbang.hr +search_url: https://www.bigbang.hr/proizvodi/?search_q={query} +category: Electronics +currency: EUR +render_js: true +test_query: logitech + +selectors: + container: "article.cp" + name: ".cp-title" + price: ".current-price" + link: "a" + image: ".cp-image img"