Describe the problem.
Please can someone help me with an ASPX url. I am struggling to scrap the website across all pages. There is page numbering with Next and Last options. The page URL won't change and the sitemap won't go beyond page 1.
Here is the sitemap that I have tried:
{"_id":"Elysium","startUrl":["Welcome Back! - Elysium Healthcare a","type":"SelectorPagination"},{"id":"link","linkType":"linkFromHref","multiple":true,"parentSelectors":["Pagination"],"selector":".vsr-job__title a","type":"SelectorLink"},{"id":"Jobtitle","multiple":false,"parentSelectors":["link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Location","multiple":false,"parentSelectors":["link"],"regex":"","selector":"span#ctl00_ctl00_ContentContainer_fullWidthContainer_fcVacancyDetails_VacV_LocationID","type":"SelectorText"},{"id":"Jobtype","multiple":false,"parentSelectors":["link"],"regex":"","selector":"span#ctl00_ctl00_ContentContainer_fullWidthContainer_fcVacancyDetails_VacV_PositionID","type":"SelectorText"},{"id":"Salary","multiple":false,"parentSelectors":["link"],"regex":"","selector":"span#ctl00_ctl00_ContentContainer_fullWidthContainer_fcVacancyDetails_VacV_DisplaySalary","type":"SelectorText"}]}
