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) <noreply@anthropic.com>
This commit is contained in:
mariosemes
2026-03-26 23:39:43 +01:00
parent 4a67539a07
commit a6a398d57e

14
stores/bigbang-hr.yaml Normal file
View File

@@ -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"