Web scrapping problem

I Have a question, i m scraping data from a this website https://www.cpafinder.com/accountants-in-houston-tx/, it shows a button or something as "Load more results" but i don't know how to scrape all the data from this page. It only scrapes 100 results, how do i scrape all the results.

Try this:

{"_id":"forum-cpafinder","startUrl":["https://www.cpafinder.com/accountants-in-houston-tx/"],"selectors":[{"id":"Click all Load Next","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.pagings a.loadmore","multiple":false,"delay":"3500","clickElementSelector":"div.pagings a.loadmore","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"Row wrappers","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.listings p.condensed-listing","multiple":true },{"id":"Name","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"a","multiple":false,"regex":"" },{"id":"Address","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"span.city-state","multiple":false,"regex":"" },{"id":"City-state","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"span.zipcode","multiple":false,"regex":"" },{"id":"Services","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"span.servicelist","multiple":false,"regex":"" },{"id":"Details link","type":"SelectorLink","parentSelectors":["Row wrappers"],"selector":"a","multiple":false }]}