The website I want to scrape has pages of results in tables, but doesn't have HTML links to details, instead users click the table row to visit the detail pages.
I can get it to use the PAGINATION to go through the pages of results tables, but it does NOT then visit the detail pages, presumably because these are not HTML links?
Url: Property Search - Allsop LLP
Sitemap:
{"_id":"Allsop2026Feb","startUrl":["https://www.allsop.co.uk/property-search?auction_id=9511c0da-b589-11f0-b0f6-0242ac110002&view=table"],"selectors":[{"id":"Pagination","paginationType":"clickOnce","parentSelectors":["_root","Pagination"],"selector":"li.page-item.undefined a.page-link","type":"SelectorPagination"},{"elementLimit":0,"id":"Lots","multiple":true,"parentSelectors":["Pagination"],"scroll":false,"selector":"tbody tr","type":"SelectorElement"},{"id":"LotClick","linkType":"linkFromRedirect","multiple":false,"parentSelectors":["Lots"],"selector":"tr","type":"SelectorLink","version":2},{"id":"KeyFeatures","multiple":false,"multipleType":"singleColumn","parentSelectors":["LotClick"],"regex":"","selector":".col-md-5 h5 + ul li","type":"SelectorText","version":2},{"id":"RentLabel","multiple":false,"multipleType":"singleColumn","parentSelectors":["LotClick"],"regex":"","selector":"div.__rentLabel","type":"SelectorText","version":2},{"id":"RentValue","multiple":false,"multipleType":"singleColumn","parentSelectors":["LotClick"],"regex":"","selector":"div.__rentValueText","type":"SelectorText","version":2},{"id":"Tenure","multiple":false,"multipleType":"singleColumn","parentSelectors":["LotClick"],"regex":"","selector":".col-md-7 .col-lg-8 div span","type":"SelectorText","version":2},{"id":"Location","multiple":false,"multipleType":"singleColumn","parentSelectors":["LotClick"],"regex":"","selector":".__ul_location li","type":"SelectorText","version":2},{"id":"VAT","multiple":false,"multipleType":"singleColumn","parentSelectors":["LotClick"],"regex":"","selector":".col-md-7 > div > div > p","type":"SelectorText","version":2},{"id":"Accom","multiple":false,"multipleType":"singleColumn","parentSelectors":["LotClick"],"regex":"","selector":".nav-justified li:nth-of-type(2)","type":"SelectorText","version":2},{"columns":[],"id":"Schedule","multiple":true,"parentSelectors":["LotClick"],"selector":"table.table","tableDataRowSelector":"tbody tr","tableHeaderRowSelector":"thead tr","type":"SelectorTable"}]}