Hello all
Having trouble getting all the pages of a yellow pages search to scrape. I can get the pagination to look at page 1, then pages 7 through to the end but it misses pages 2, 3, 4, 5 and 6 ?
Any idea what I'm missing here
Sitemap:
{"_id":"enginnering","startUrl":["https://www.yellowpages.com.au/search/listings?clue=engineering&eventType=pagination&locationClue=Greater+Adelaide%2C+SA&pageNumber=1&referredBy=UNKNOWN"],"selectors":[{"id":"link","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":".body a.listing-name","multiple":true,"delay":0},{"id":"element","type":"SelectorElement","parentSelectors":["link"],"selector":"div.business-details","multiple":false,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["element"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"address","type":"SelectorText","parentSelectors":["element"],"selector":"p","multiple":false,"regex":"","delay":0},{"id":"phone","type":"SelectorText","parentSelectors":["element"],"selector":".click-to-call .text div","multiple":false,"regex":"","delay":0},{"id":"website","type":"SelectorLink","parentSelectors":["element"],"selector":"a.contact-url","multiple":false,"delay":0},{"id":"email","type":"SelectorLink","parentSelectors":["element"],"selector":"a.contact-main.contact-email","multiple":false,"delay":0},{"id":"pagination","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":"a.pagination","multiple":true,"delay":0}]}
Thanks in advance.
