Pagination with no multiple page numbers. Same URL

Describe the problem: Hi, I am trying to scrape data from a list of data that requires you to scroll down to the bottom of the list to click "more" which will in return load more companies in that same list. I am having trouble setting up pagination to keep clicking the "more" selection until there "more" does not show up anymore. I am having trouble getting past the first "more"

PLEASE HELP!!! THANKS

Url: https://angel.co/california

Sitemap:
{"_id":"name","startUrl":["https://angel.co/california"],"selectors":[{"id":"link","type":"SelectorLink","parentSelectors":["_root","more"],"selector":"div.name a.startup-link","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["link"],"selector":"h1.u-fontWeight500","multiple":false,"regex":"","delay":0},{"id":"website","type":"SelectorText","parentSelectors":["link"],"selector":"a.u-uncoloredLink.company_url","multiple":false,"regex":"","delay":0},{"id":"more","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.content div.more","multiple":false,"delay":"5000","clickElementSelector":"div.content div.more","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}

Hi!

Same type question and answers can be found here: