0.1.4 • Published 4 years ago

@elevatte/scrapedin v0.1.4

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

npm.io

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

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago