LinkedIn Search Results Scraping Issue

I am trying to scrape LinkedIn for people related to certain tags. When I run the program, it populates multiple cells with the same individual's results and does not collect all the selectors for each page it clicks through to.

Url: https://www.linkedin.com/search/results/people/v2/?facetGeoRegion=["us%3A97"%2C"us%3A676"%2C"us%3A7416"%2C"us%3A77"%2C"us%3A70"%2C"us%3A152"]&facetNetwork=["F"]&keywords=cannabis&origin=FACETED_SEARCH&page=[0-12]

Sitemap:
{"_id":"linkedin_search_results","startUrl":["https://www.linkedin.com/search/results/people/v2/?facetGeoRegion=["us%3A97"%2C"us%3A676"%2C"us%3A7416"%2C"us%3A77"%2C"us%3A70"%2C"us%3A152"]&facetNetwork=["F"]&keywords=cannabis&origin=FACETED_SEARCH&page=[0-12]"],"selectors":[{"id":"individual","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.search-result__info a.search-result__result-link","multiple":true,"delay":0},{"id":"full name","type":"SelectorText","parentSelectors":["individual"],"selector":"h1.pv-top-card-section__name","multiple":true,"regex":"","delay":0},{"id":"company","type":"SelectorText","parentSelectors":["individual"],"selector":"div.pv-entity__company-summary-info h3.t-16","multiple":true,"regex":"","delay":0},{"id":"title/background","type":"SelectorText","parentSelectors":["individual"],"selector":"h2.pv-top-card-section__headline","multiple":true,"regex":"","delay":0},{"id":"location","type":"SelectorText","parentSelectors":["individual"],"selector":"h3.pv-top-card-section__location","multiple":true,"regex":"","delay":0},{"id":"contact","type":"SelectorLink","parentSelectors":["individual"],"selector":"a.pv-top-card-v2-section__link.pv-top-card-v2-section__link--contact-info","multiple":true,"delay":0},{"id":"email","type":"SelectorText","parentSelectors":["contact"],"selector":"section.pv-contact-info__contact-type.ci-email div.pv-contact-info__ci-container","multiple":true,"regex":"","delay":0}]}