I'm not able to scrap multi page please help me

Hi there,
I face a problem please check below link here all page url same. if i'm going go page no 5 this time url "https://www.corporationwiki.com/search/results?term=crypto"
Then i will go to page no 1 this time same url how can i scrap all page please help me. I'm not able to scrap multipage.

Url: https://www.corporationwiki.com/search/results?term=crypto

Sitemap:
{"_id":"corporationwiki","startUrl":["https://www.corporationwiki.com/search/results?term=crypto"],"selectors":[{"id":"link","type":"SelectorLink","parentSelectors":["_root","page"],"selector":"li:nth-of-type(13) a.track-pager","multiple":true,"delay":0},{"id":"element","type":"SelectorElement","parentSelectors":["link"],"selector":"div.container.sidebar-layout","multiple":false,"delay":0},{"id":"Name","type":"SelectorText","parentSelectors":["element"],"selector":"div.row-fluid:nth-of-type(2) h2","multiple":false,"regex":"","delay":0},{"id":"Overview","type":"SelectorText","parentSelectors":["element"],"selector":"div.no-padding > div.row-fluid > div.col-xs-12 > div.card > div.card-body > p:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"street address","type":"SelectorText","parentSelectors":["element"],"selector":"span span:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"city","type":"SelectorText","parentSelectors":["element"],"selector":"span span:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"state ","type":"SelectorText","parentSelectors":["element"],"selector":"span span:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"zip","type":"SelectorText","parentSelectors":["element"],"selector":"span span:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"Filing Type:\t","type":"SelectorText","parentSelectors":["element"],"selector":"tr:contains('Filing Type:') td","multiple":false,"regex":"","delay":0},{"id":"Status:\t","type":"SelectorText","parentSelectors":["element"],"selector":"tr:contains('Status:') td","multiple":false,"regex":"","delay":0},{"id":"State","type":"SelectorText","parentSelectors":["element"],"selector":"tr:contains('State:') td","multiple":false,"regex":"","delay":0},{"id":"State ID:\t","type":"SelectorText","parentSelectors":["element"],"selector":"tr:contains('State ID:') td","multiple":false,"regex":"","delay":0},{"id":"Date Filed:\t","type":"SelectorText","parentSelectors":["element"],"selector":"tr:contains('Date Filed:') td","multiple":false,"regex":"","delay":0},{"id":"page","type":"SelectorLink","parentSelectors":["_root"],"selector":"li.secure:nth-of-type(n+2) a","multiple":true,"delay":0}]}

So I found a few things that weren't right but ultimately it was that you you set up pagination using link-select when it needs to be element-click selector.

Give this a try and I'm happy to explain more.

{"_id":"corporationwiki","startUrl":["https://www.corporationwiki.com/search/results?term=crypto"],"selectors":[{"id":"link","type":"SelectorElementClick","parentSelectors":["_root"],"selector":".list-group-item","multiple":true,"delay":0,"clickElementSelector":".glyphicon-chevron-right","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"element","type":"SelectorLink","parentSelectors":["link"],"selector":"a.ellipsis","multiple":false,"delay":0},{"id":"Name","type":"SelectorText","parentSelectors":["element"],"selector":"div.row-fluid:nth-of-type(2) h2","multiple":false,"regex":"","delay":0},{"id":"Overview","type":"SelectorText","parentSelectors":["element"],"selector":"div.no-padding > div.row-fluid > div.col-xs-12 > div.card > div.card-body > p:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"street address","type":"SelectorText","parentSelectors":["element"],"selector":"span span:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"city","type":"SelectorText","parentSelectors":["element"],"selector":"span span:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"state ","type":"SelectorText","parentSelectors":["element"],"selector":"span span:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"zip","type":"SelectorText","parentSelectors":["element"],"selector":"span span:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"Filing Type:\t","type":"SelectorText","parentSelectors":["element"],"selector":"tr:contains('Filing Type:') td","multiple":false,"regex":"","delay":0},{"id":"Status:\t","type":"SelectorText","parentSelectors":["element"],"selector":"tr:contains('Status:') td","multiple":false,"regex":"","delay":0},{"id":"State","type":"SelectorText","parentSelectors":["element"],"selector":"tr:contains('State:') td","multiple":false,"regex":"","delay":0},{"id":"State ID:\t","type":"SelectorText","parentSelectors":["element"],"selector":"tr:contains('State ID:') td","multiple":false,"regex":"","delay":0},{"id":"Date Filed:\t","type":"SelectorText","parentSelectors":["element"],"selector":"tr:contains('Date Filed:') td","multiple":false,"regex":"","delay":0}]}

I don't know How to use element click option please help

Firstly did the site map I provided get you the results you're looking for? If so I can walk you through why I set it up that way but ultimately it's from following all of @iconoclast suggestions and loads of trial and error in the past. Perhaps he would be the best to explain the working of that.

You also read this : https://www.webscraper.io/documentation#element-click-selector