How to extract company name+email, from pop-up window

hi, guys.
i want to extract data from all pop-up pages (all user profiles), but it only retrieves data from the first profile.
can you help? many thanks !

Url:
https://my.timocom.com/app/tcprofile/search/index.xhtml?conversationContext=3

Sitemap:
{"_id":"timocomdebe","startUrl":["https://my.timocom.com/app/tcprofile/search/index.xhtml?conversationContext=3"],"selectors":[{"id":"profile click","type":"SelectorPopupLink","parentSelectors":["_root"],"selector":".lazy-content .company-name span","multiple":true,"delay":0},{"id":"company name","type":"SelectorText","parentSelectors":["_root"],"selector":"span#frmProfile\:outCompanyName","multiple":false,"regex":"","delay":0},{"id":"email","type":"SelectorText","parentSelectors":["_root"],"selector":"tr:nth-of-type(2) a","multiple":false,"regex":"","delay":0}]}