LinkedIn scrape search - results are different than preview

I have a problem with scraping the LinkedIn search.

Looking for real estate agents in London. I have set up the Name, Location and Job selectors - and they preview all the results from the page very nicely in 100%.

Yet - when I run scraper, the data is all over the place, and it doesn't show the correct results.

I've read something about scroll problem, but have no idea how to fix this?


{"_id":"linked-in-scrape","startUrl":["https://www.linkedin.com/search/results/people/?facetGeoRegion=["gb%3A4573"]&keywords=real%20estate%20agent&origin=FACETED_SEARCH&page=1"],"selectors":[{"id":"NAME","type":"SelectorLink","parentSelectors":["_root"],"selector":".search-result__info a","multiple":true,"delay":0},{"id":"JOB","type":"SelectorText","parentSelectors":["_root"],"selector":"p.subline-level-1","multiple":true,"regex":"","delay":0},{"id":"LOCATION","type":"SelectorText","parentSelectors":["_root"],"selector":"p.subline-level-2","multiple":true,"regex":"","delay":0}]}