Help to scrape this pages

Need to scrape the agents name, company and phone number from this website, but I simply cannot get it.

@iconoclast already helped me with the pagination, but when I try to srcape the info, the file is always empty

Url: https://www.century21.pt/consultor-imobiliario/?=&page=1&numberOfElements=12&l=&n=&nodeId=47718&agencyId=

Sitemap:
{"_id":"century21-agents","startUrl":["https://www.century21.pt/consultor-imobiliario/?=&page=1&numberOfElements=12&l=&n=&nodeId=47718&agencyId="],"selectors":[{"id":"clicker","type":"SelectorElementClick","selector":"article > div","parentSelectors":["_root"],"multiple":true,"delay":"2000","clickElementSelector":"li.next a","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"name","type":"SelectorText","selector":"h2","parentSelectors":["agent-page"],"multiple":false,"regex":"","delay":0},{"id":"company","type":"SelectorText","selector":"h3","parentSelectors":["agent-page"],"multiple":false,"regex":"","delay":0},{"id":"phone","type":"SelectorText","selector":"h4 a","parentSelectors":["agent-page"],"multiple":false,"regex":"","delay":0}]}

Thanks in advance for your help

Hi there!

I've made a mistake and didn't re-check sitemap I've sent you. I've fixed it now, you can see it in your original post here: