No next button in pagination

I am trying to paginate but the url does not change, and there is no next button available.
the website url is : - https://foreclosureindia.com/search (you can select any field too search exaplme institution :- state Bank of India)

{"_id":"mumbaitry","startUrl":["https://foreclosureindia.com/search"],"selectors":[{"id":"pagination","type":"SelectorElementClick","parentSelectors":["search"],"selector":"a.labeled","multiple":true,"delay":0,"clickElementSelector":"a.search_navigation","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"links","type":"SelectorLink","parentSelectors":["pagination"],"selector":"parent","multiple":false,"delay":0},{"id":"element","type":"SelectorElement","parentSelectors":["links"],"selector":"div.ui.stripe","multiple":true,"delay":0},{"id":"listing id","type":"SelectorText","parentSelectors":["element"],"selector":"tr:contains('Listing ID') td.twelve","multiple":false,"regex":"","delay":0},{"id":"institution","type":"SelectorText","parentSelectors":["element"],"selector":"tr:nth-of-type(2):contains('Institution') td.twelve","multiple":false,"regex":"","delay":0},{"id":"english sale notice","type":"SelectorLink","parentSelectors":["element"],"selector":"a","multiple":false,"delay":0},{"id":"search","type":"SelectorElementClick","parentSelectors":["_root"],"selector":".search-auctions button","multiple":false,"delay":"10000","clickElementSelector":".search-auctions button","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"}]}

Please help.