scrapedin

1 · · April 29, 2022, 1:07 a.m.
scrapedin LinkedIn Scraper (currently working 2020) const scrapedin = require('scrapedin') const profileScraper = await scrapedin({ email: '[email protected]', password: 'pass' }) const profile = await profileScraper('https://www.linkedin.com/in/some-profile/') If you are looking for a crawler to automatically extract multiple profiles see scrapedin-crawler ...