Scraper for LinkedIn full profile data. Unlike others scrapers, it's working in 2020 with their new website.
npm i scrapedin
constscrapedin=require('scrapedin')constprofileScraper=awaitscrapedin({email: 'login@mail.com',password: 'pass'})constprofile=awaitprofileScraper('https://www.linkedin.com/in/some-profile/')- If you are looking for a crawler to automatically extract multiple profiles see scrapedin-crawler
Feel free to contribute. Just open an issue to discuss something before creating a PR.
