Issue Selecting All Links on a Page

I am trying to scrape the listings on this webpage. I am using the link selector. However, when i select links, it selects only 4 of the 40 and then does not allow me to select any of the links. So when I scrape, it only shows those 4, but not all the links. How do I select all of the links on the page?

@rotaryisi Hi, it appears that this listing page is px-based - the more you zoom out of the page the more listings are being rendered within the page HTML. Unfortunately, it is not possible to render all of the available listings simultaneously - after scrolling down the page the previously loaded listings are being replaced which can be considered as an 'anti-scraping' mechanism'.

The only viable solution will require zooming out the page as far as you can, manually scroll down the page and copy the links from the 'Data Preview' window.