Yellowpages.com.au / How to scrape email

The email address is embedded in the mailto: link

https://www.yellowpages.com.au/search/listings?clue=home+builder&eventType=pagination&pageNumber=1&referredBy=www.google.com

Sitemap:
{"_id":"hbuilder01","startUrl":["https://www.yellowpages.com.au/search/listings?clue=home+builder&locationClue=&lat=&lon="],"selectors":[{"id":"Businesspage","type":"SelectorLink","parentSelectors":["_root","Pagination"],"selector":"div.search-contact-card a.listing-name","multiple":true,"delay":0},{"id":"Name","type":"SelectorText","parentSelectors":["Businesspage"],"selector":"a.listing-name","multiple":false,"regex":"","delay":0},{"id":"Phone","type":"SelectorText","parentSelectors":["Businesspage"],"selector":".contact-preferred .text div","multiple":false,"regex":"","delay":0},{"id":"Phone1","type":"SelectorText","parentSelectors":["Businesspage"],"selector":"a.contact-other:nth-of-type(1) .text div","multiple":false,"regex":"","delay":0},{"id":"Phone2","type":"SelectorText","parentSelectors":["Businesspage"],"selector":"a.click-to-call:nth-of-type(2) .text div","multiple":false,"regex":"","delay":0},{"id":"Pagination","type":"SelectorLink","parentSelectors":["_root","Pagination"],"selector":"a.pagination","multiple":true,"delay":0},{"id":"Fax","type":"SelectorText","parentSelectors":["Businesspage"],"selector":".contact-fax .text div","multiple":false,"regex":"","delay":0}]}

Thank you for the guidance.

The emails are all available on the main results page. You can get at them by using Element Attribute. E.g.

{"_id":"forum-yellowpages-au","startUrl":["https://www.yellowpages.com.au/search/listings?clue=home+builder&eventType=pagination&pageNumber=1&referredBy=www.google.com"],"selectors":[{"id":"Row wrappers","type":"SelectorElement","parentSelectors":["_root"],"selector":"div[class^='search-results'] div > div[class$='middle-cell'] div [class^='search-contact-card call-to-action']","multiple":true,"delay":0},{"id":"Name and link","type":"SelectorLink","parentSelectors":["Row wrappers"],"selector":"a.listing-name","multiple":false,"delay":0},{"id":"Email","type":"SelectorElementAttribute","parentSelectors":["Row wrappers"],"selector":"a[data-email]","multiple":false,"extractAttribute":"data-email","delay":0}]}