I can scrape pages 1-9 using the below sitemap, however, I am not able to continue scraping past 9. I've tested 2 sitemats: 1. adding all pages in the startUrl as https://www.urban.com.au/developments?page=[1-342] and remove pagination, 2. added "next" and "last" as links in my pagination section. Neither of these two worked. Help would be much appreciated.
Url: https://www.urban.com.au/developments
Sitemap:
{"_id":"devs","startUrl":["https://www.urban.com.au/developments"],"selectors":[{"id":"details","type":"SelectorLink","selector":"li.node-readmore a","parentSelectors":["_root","pagination"],"multiple":true,"delay":"20"},{"id":"project","type":"SelectorText","selector":"span.current","parentSelectors":["details"],"multiple":false,"regex":"","delay":0},{"id":"suburb state","type":"SelectorText","selector":"span.views-field.views-field-field-location-taxonomize-terms a span","parentSelectors":["details"],"multiple":false,"regex":"","delay":0},{"id":"pagination","type":"SelectorLink","selector":"ul.pager li:nth-of-type(n+3) a","parentSelectors":["_root"],"multiple":true,"delay":"20"},{"id":"developer","type":"SelectorText","selector":"span.views-field.views-field-field-developer a span","parentSelectors":["details"],"multiple":false,"regex":"","delay":0}]}
Cheers,
Nils