2.0.3 • Published 5 years ago

@lhl2617/scrapedin v2.0.3

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

npm.io Build Status

NPM version

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

npm i scrapedin

Usage Example:

const scrapedin = require('scrapedin')

const profileScraper = await scrapedin({ email: 'login@mail.com', 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

Start Guide:

Contribution

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

License

Apache 2.0

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.18

5 years ago