Cannot Scrape Linkedin talent

Hi, I'm trying to extract linkedin search data and I have successfully built a sitemap that does exactly what I need. The thing is, it only works with the trial "Recruiter Lite" license which has links that look like this:
https://www.linkedin.com/recruiter/smartsearch/...

I need it to work with the full Recruiter license which has links that look like this:
https://www.linkedin.com/talent

The Sitemap that I'm using is:

{"_id":"linkedin-extraction-with-pagination","startUrl":["https://www.linkedin.com/recruiter/smartsearch?searchHistoryId=9127997224&searchCacheKey=d38becf1-ab55-4675-9345-3f9c8bf45cf1%2CL53i&searchRequestId=2a3b04ee-8744-411a-95bf-84fc84add9c3%2C9A5i&searchSessionId=9127997224&linkContext=Controller%3AsmartSearch%2CAction%3Asearch%2CID%3A9127997224&doExplain=false&origin=SRFS&start=0"],"selectors":[{"id":"click-pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"li.search-result","multiple":true,"delay":2000,"clickElementSelector":"li:nth-of-type(n+2) a.page-link","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueText"},{"id":"Name","type":"SelectorText","parentSelectors":["click-pagination"],"selector":"a","multiple":false,"regex":"","delay":0},{"id":"Current Role Element","type":"SelectorElement","parentSelectors":["click-pagination"],"selector":".curr-positions li","multiple":true,"delay":0},{"id":"Current Role/Company","type":"SelectorText","parentSelectors":["Current Role Element"],"selector":"parent","multiple":false,"regex":"","delay":0},{"id":"Current Start/End","type":"SelectorText","parentSelectors":["Current Role Element"],"selector":"span","multiple":false,"regex":"","delay":0},{"id":"Past Role Element","type":"SelectorElement","parentSelectors":["click-pagination"],"selector":".past-positions li","multiple":true,"delay":0},{"id":"Past Role/Company","type":"SelectorText","parentSelectors":["Past Role Element"],"selector":"parent","multiple":false,"regex":"","delay":0},{"id":"Past Start/End","type":"SelectorText","parentSelectors":["Past Role Element"],"selector":"span","multiple":false,"regex":"","delay":0},{"id":"Location","type":"SelectorText","parentSelectors":["click-pagination"],"selector":".location span:nth-of-type(1)","multiple":false,"regex":"","delay":0}]}

Please, any help is useful. Thank you.