Combine Scroll down + Element Click + Link click

Hello,
the use case is, to shpw up the listing i have to scroll down.
On the bottom on the page is then a load more button.
The information i need is, when i click on the listing.
Is there anyway to solve this?

Url: Auto in Berlin im Das Telefonbuch >> Jetzt finden!

Hi @syntax
Maybe this might be your solution:

{"_id":"dastelefonbuch-de","startUrl":["https://www.dastelefonbuch.de/Branchen/Auto/Berlin"],"selectors":[{"id":"element-scroll1","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div[itemtype='http://schema.org/Organization']","multiple":true,"delay":2000},{"id":"element-click1","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div[itemtype='http://schema.org/Organization']","multiple":true,"delay":"3000","clickElementSelector":"div.loadbutton button","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"element-scroll2","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div[itemtype='http://schema.org/Organization']","multiple":true,"delay":2000},{"id":"title","type":"SelectorText","parentSelectors":["element-scroll2"],"selector":"span[itemprop='name']","multiple":false,"regex":"","delay":0},{"id":"telephone-number","type":"SelectorText","parentSelectors":["element-scroll2"],"selector":"div.nr ","multiple":false,"regex":"","delay":0},{"id":"website","type":"SelectorText","parentSelectors":["element-scroll2"],"selector":"a[itemprop='url']","multiple":false,"regex":"","delay":0}]}