Files
PriceHunter/stores/links-hr.yaml
mariosemes 42f2cab158 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) <noreply@anthropic.com>
2026-03-26 21:56:36 +01:00

13 lines
266 B
YAML

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"