@lhl2617/scrapedin

2.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @lhl2617/scrapedin

Weekly Downloads

0

Version

2.0.3

License

Apache-2.0

Unpacked Size

54.9 kB

Total Files

21

Last publish

Collaborators

  • lhl2617