I'm trying to scrape this category: https://www.indomio.hr/na-prodaju/zemljista/istarska-zupanija and its item pages. I'm a long time Webscraper user and wrote a bunch of scripts where I was hoping from category page to blog/article/item page without a problem. This time the scraper just gets the category page content and doesn't hop to the item page.
Is maybe the problem in this weird <a href>'s that they created?
Sitemap:
{"_id":"indomino","startUrl":["Pardon Our Interruption a","type":"SelectorLink"},{"id":"Title","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Price","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"span.price","type":"SelectorText"},{"id":"Size","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"strong","type":"SelectorText"},{"id":"Description","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".property__section--desc div.property__section__content","type":"SelectorText"},{"id":"Date published","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".visible-sm li:nth-of-type(1) span","type":"SelectorText"},{"id":"Date updated","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".visible-sm li:nth-of-type(2) span","type":"SelectorText"},{"id":"Price 2","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"tr:contains('Cijena') td","type":"SelectorText"},{"id":"Price m2","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"tr:contains('cijena/m2') td","type":"SelectorText"},{"id":"Location","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"tr:contains('Lokacija') td","type":"SelectorText"},{"id":"Other","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"div.property__section--extras","type":"SelectorText"},{"id":"Agencija","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".nobg a","type":"SelectorText"},{"id":"Agencja adresa","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".agent-box__info li:nth-of-type(1)","type":"SelectorText"},{"extractAttribute":"href","id":"Agencija web","multiple":false,"parentSelectors":["Link"],"selector":".agent-box__info a.ext-link","type":"SelectorElementAttribute"}]}

