The .product-price class doesn't exist on Ronis.hr. Prices are in .prices > .price containers. This was causing 0 results since empty priceText filtered out all products. BigBang.hr thumbnails: images are blocked by Cloudflare hotlink protection when loaded cross-origin — this is expected and not fixable server-side. Product data (name, price, link) works fine. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
370 B
YAML
15 lines
370 B
YAML
name: Ronis.hr
|
|
base_url: https://www.ronis.hr
|
|
search_url: https://www.ronis.hr/hr/rezultati-pretrage?s=1&keyword={query}
|
|
category: Electronics
|
|
currency: EUR
|
|
render_js: true
|
|
test_query: logitech
|
|
|
|
selectors:
|
|
container: ".product-display-grid.item"
|
|
name: ".product-info h3"
|
|
price: ".prices .price"
|
|
link: "a.product-display-grid-image"
|
|
image: ".image-wrapper img"
|