Pagination / Yellowpages.com.au

Hi All,

I tried the element click technique, but not able to make it work, as I do not know where to select the wrapper - https://www.screencast.com/t/1mfmS3kVe1DW

So I tried the following sitemap. I am only able to scrape up to 118 rows. Thank you for your help!

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

Sitemap:
{id:"sitemap code"}{"_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":".call-to-actions-5 .media-object.clickable-listing 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}]}

Try changing your Businesspage selector to:
div.search-contact-card a.listing-name

Hi @leemeng, thanks for the tip. It seems to be extracting more now. Thanks a lot!

Would you know how to extract the email addresses as well?

Hi,

It went up to row 592, then it went nulled for rest of the way - https://www.screencast.com/t/YiJCom9W

Maybe it's something to do with web structure?