Missing data after scraping

Hi, I am trying to scrape this site, but with partial success. I have managed to view all data in data view which means that selectors are properly configured. When i scrape with only one text selector (using element selector as a parent and text as a child or text element directly) all results are scraped. But, when i add more selectors, the results come alternated, like this. If i put more selectors the results become more truncated.

Thanks for your help

preco freguesia
/////////// Olaias - Areeiro, Lisboa
/////////// Lumiar ( Centro ) - Lumiar, Lisboa
15.000 €
15.000 €
////////////// Olaias - Areeiro, Lisboa
////////////// Alta de Lisboa - Lumiar, Lisboa
15.000 €
14.000 €
15.000 €

sitemap:
{"_id":"remax_pt","startUrl":["https://www.remax.pt/PublicListingList.aspx#mode=list&tt=261&cr=2&r=76&p=537&cur=EUR&la=All&sb=PriceIncreasing&page=1&sc=12&sid=a81a1d1d-ee36-4236-a72e-31343349c574"],"selectors":[{"id":"preco","type":"SelectorText","selector":"a.proplist_price","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0},{"id":"freguesia","type":"SelectorLink","selector":"div.proplist-address a","parentSelectors":["_root"],"multiple":true,"delay":0}]}

URL: https://www.remax.pt/PublicListingList.aspx#mode=list&tt=261&cr=2&r=76&p=537&cur=EUR&la=All&sb=PriceIncreasing&page=1&sc=12&sid=a81a1d1d-ee36-4236-a72e-31343349c574

Hi

have a look at this sitemap corrected:

{"_id":"test21","startUrl":["https://www.remax.pt/PublicListingList.aspx#mode=list&tt=261&cr=2&r=76&p=537&cur=EUR&la=All&sb=PriceIncreasing&page=1&sc=12&sid=a81a1d1d-ee36-4236-a72e-31343349c574"],"selectors":[{"id":"link","type":"SelectorLink","selector":"div.proplist-address a","parentSelectors":["_root"],"multiple":true,"delay":0},{"id":"price","type":"SelectorText","selector":"div.key-price-div a","parentSelectors":["link"],"multiple":false,"regex":"","delay":0},{"id":"location","type":"SelectorText","selector":"div.col-xs-12.key-address","parentSelectors":["link"],"multiple":false,"regex":"","delay":0},{"id":"nb_m2","type":"SelectorText","selector":"div.attributes-data-col:nth-of-type(1) div.data-item-value","parentSelectors":["link"],"multiple":false,"regex":"","delay":0},{"id":"year","type":"SelectorText","selector":"div.attributes-data-col:nth-of-type(3) div.data-item-value span","parentSelectors":["link"],"multiple":false,"regex":"","delay":0}]}