Hey guys,
i am struggling with pagination... do you have any idea how to make it work in case like this?
Sitemap:
{"_id":"test","startUrl":["https://www.realestate.com.au/rent/in-sydney+cbd%2C+nsw/list-1?keywords=unfurnished&includeSurrounding=false&source=location-search"],"selectors":[{"id":"ele","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.listingInfo","multiple":true,"delay":0},{"id":"price","type":"SelectorText","parentSelectors":["ele"],"selector":"p","multiple":false,"regex":"","delay":0},{"id":"street","type":"SelectorText","parentSelectors":["ele"],"selector":"a.name","multiple":false,"regex":"","delay":0},{"id":"bdr","type":"SelectorText","parentSelectors":["ele"],"selector":"dt:contains('Bedrooms') + dd","multiple":false,"regex":"","delay":0},{"id":"bthr","type":"SelectorText","parentSelectors":["ele"],"selector":"dt:contains('Bathrooms') + dd","multiple":false,"regex":"","delay":0},{"id":"parking place","type":"SelectorText","parentSelectors":["ele"],"selector":"dt:contains('Car Spaces') + dd","multiple":false,"regex":"","delay":0},{"id":"pagination","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":"div:nth-of-type(2) .pagination li:nth-of-type(n+2) a","multiple":true,"delay":0}]}
