ld-scraped
v1.1.9
Published
linkedin scraper
Downloads
4
Readme
Scraper for LinkedIn full profile data. Unlike others scrapers, it's working in 2020 with their new website.
npm i ld-scraped
Usage Example:
const scrapedin = require('scrapedin')
const profileScraper = await scrapedin({ email: '[email protected]', password: 'pass' })
const profile = await profileScraper('https://www.linkedin.com/in/some-profile/')
Fork from scrapedin
Start Guide:
Contribution
Feel free to contribute. Just open an issue to discuss something before creating a PR.