Skip to content

elevatte/scrapedin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraper for LinkedIn full profile data. Unlike others scrapers, it's working in 2020 with their new website.

npm i @elevatte/scrapedin

Usage Example:

const scrapedin = require('@elevatte/scrapedin')

const profileScraper = await scrapedin({ email: 'login@mail.com', password: 'pass' })
const profile = await profileScraper('https://www.linkedin.com/in/some-profile/')

Start Guide:

Contribution

Feel free to contribute. Just open an issue to discuss something before creating a PR.

License

Apache 2.0

About

LinkedIn Scraper (currently working 2020)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%