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"