Selector Link only following a fraction of the links it identifies

Web Scraper version: 0.6.5
Chrome version: Version 110.0.5481.78 (Official Build) (64-bit)
OS: Windows 10

Sitemap:
{"_id":"a-lkdn","startUrl":["Sales Navigator))%2C(type%3AREGION%2Cvalues%3AList((id%3A101282230%2Ctext%3AGermany%2CselectionType%3AINCLUDED)%2C(id%3A103644278%2Ctext%3AUnited%2520States%2CselectionType%3AINCLUDED)%2C(id%3A101165590%2Ctext%3AUnited%2520Kingdom%2CselectionType%3AINCLUDED)%2C(id%3A105117694%2Ctext%3ASweden%2CselectionType%3AINCLUDED)%2C(id%3A105015875%2Ctext%3AFrance%2CselectionType%3AINCLUDED)%2C(id%3A100565514%2Ctext%3ABelgium%2CselectionType%3AINCLUDED)%2C(id%3A101452733%2Ctext%3AAustralia%2CselectionType%3AINCLUDED)%2C(id%3A103350119%2Ctext%3AItaly%2CselectionType%3AINCLUDED)%2C(id%3A102890719%2Ctext%3ANetherlands%2CselectionType%3AINCLUDED)%2C(id%3A100456013%2Ctext%3AFinland%2CselectionType%3AINCLUDED)%2C(id%3A103819153%2Ctext%3ANorway%2CselectionType%3AINCLUDED)%2C(id%3A103883259%2Ctext%3AAustria%2CselectionType%3AINCLUDED)%2C(id%3A104514075%2Ctext%3ADenmark%2CselectionType%3AINCLUDED)))%2C(type%3AJOB_OPPORTUNITIES%2Cvalues%3AList((id%3AJO1%2Ctext%3AHiring%2520on%2520Linkedin%2CselectionType%3AINCLUDED))))%2Ckeywords%3Aautosar)&sessionId=59uKXpzaRKCCqSF6wfk70g%3D%3D"],"selectors":[{"id":"lnkCompany","parentSelectors":["_root"],"type":"SelectorLink","selector":"a[data-control-name="view_company_via_result_name"]","multiple":true},{"id":"cpnName","parentSelectors":["lnkCompany"],"type":"SelectorText","selector":"div.account-top-card__lockup-content div","multiple":false,"regex":""},{"id":"Core","parentSelectors":["lnkCompany"],"type":"SelectorText","selector":"span[data-anonymize='industry']","multiple":false,"regex":""},{"id":"nbrHR","parentSelectors":["lnkCompany"],"type":"SelectorText","selector":"span[data-anonymize='company-size']","multiple":false,"regex":"[0-9]+"},{"id":"rev","parentSelectors":["lnkCompany"],"type":"SelectorText","selector":"span span[data-anonymize]","multiple":false,"regex":""},{"id":"www","parentSelectors":["lnkCompany"],"type":"SelectorElementAttribute","selector":".view-website-link","multiple":false,"extractAttribute":"href"}]}

Error Message:
even if, in the console, it finds all the elements, it does not follow all links - a page with about 25 entries (links to follow) , only follows the first 4 links.

Your sitemap doesn't load but I can already see that it doesn't use a scroller. This site is probably using lazy-loading, so you will need a scroller. It may be working in preview because you had already scrolled down.

thank you. it was that