Not all Pages are scraped- only first

I have multiple pages on the given search url
Scraper seems to go through all the pages but the data is being extracted only from the first page. Kindly help to rectify my sitemap. I need to scrap the Clinic name, Email and website

Url:https://www.localsearch.com.au/search?where=Flying%20Fox,QLD&what=dentist

Sitemap:
{"_id":"newfire","startUrl":["https://www.localsearch.com.au/search?where=Flying%20Fox,QLD&what=dentist"],"selectors":[{"id":"element","type":"SelectorElementClick","parentSelectors":["_root","element"],"selector":".Listview__Card__root--nonClient a.Listview__Card__link, .Listview__Card__root div:nth-of-type(n+2) a.Listview__Card__link","multiple":true,"delay":"500","clickElementSelector":"button.Listview__Pagination__link","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueText"},{"id":"link","type":"SelectorLink","parentSelectors":["_root","element"],"selector":".Listview__Card__root--nonClient a.Listview__Card__link, .Listview__Card__root div:nth-of-type(n+2) a.Listview__Card__link","multiple":true,"delay":0}]}