How to scrape a page with two types of pagination required

Describe the problem.

Basically, I am trying to first select the "companies" Tab, then scrape the company names and add another pagination for the "See More" Button. Please help!

Thanks!

Hi,

I suppose you would like to get this kind of extraction ?

{"_id":"test","startUrl":["https://stackshare.io/match?selectedTools=nodejs&location=San%20Francisco&searchOperator=OR"],"selectors":[{"id":"element","type":"SelectorElementClick","selector":"div.match__match-container__summary","parentSelectors":["_root"],"multiple":true,"delay":"1000","clickElementSelector":"button.button","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"job","type":"SelectorText","selector":"div.match__match-container__summary__job-title a","parentSelectors":["element"],"multiple":false,"regex":"","delay":0},{"id":"city","type":"SelectorText","selector":"div.match__match-container__summary__location div","parentSelectors":["element"],"multiple":false,"regex":"","delay":0},{"id":"website","type":"SelectorLink","selector":"a.match__job-info__btn:nth-of-type(1)","parentSelectors":["element"],"multiple":false,"delay":0}]}