Can you please help me with Crunchbase pagination

It scrapes the data very well, unfortunately, the next button does not work with this code, so it can\t go to the next page. Here is my code.

{"_id":"crunchbase","startUrl":["https://www.crunchbase.com/search/organization.companies/7c7ca3f065195cad003cb8c1b208bd4d"],"selectors":[{"id":"elems","type":"SelectorElement","parentSelectors":["_root","linkb"],"selector":"grid-row","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["elems"],"selector":"div.flex-no-grow","multiple":false,"regex":"","delay":0},{"id":"web","type":"SelectorText","parentSelectors":["elems"],"selector":"a.layout-row","multiple":false,"regex":"","delay":0},{"id":"industry","type":"SelectorText","parentSelectors":["elems"],"selector":".column-id-category_groups field-formatter","multiple":false,"regex":"","delay":0},{"id":"linkb","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.cdk-focused, .hide a.page-button-next","multiple":false,"delay":0}]}

Thank you in advance