Weird pagination problem

I am trying to scrape the website https://keurmerkkwaliteitsvakman.nl/. I am trying to use the pagination "auto" feature but this is not working.
I tried using the element click with the "next page" button, but the amount of li-elements isn't working so the standard approach of using li-nthtype(x) doesn't work in this case either. The manual type of pagination also is not working since the URL does not change.

Is it still possible to paginate through this website?

@arxgroup Hi, are you looking to scrape data from the listing which can be found on the landing page?

If so - you should use an 'Element click' selector in this case. Due to the slow loading pace of this website would recommend increasing the 'Delay' value to at least 3'500-5'000.

Example:

{"_id":"keurmerkkwaliteitsvakman-nl","startUrl":["https://keurmerkkwaliteitsvakman.nl/"],"selectors":[{"clickElementSelector":"li:has(a:contains(\"→\")) a","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":3500,"discardInitialElements":"do-not-discard","id":"wrapper","multiple":true,"parentSelectors":["_root"],"selector":"a.job_listing-clickbox","type":"SelectorElementClick"},{"delay":0,"id":"link","multiple":false,"parentSelectors":["wrapper"],"selector":"_parent_","type":"SelectorLink"}]}