Skip to content

LinkedIn Scraper (working for the new website 2019)

License

Notifications You must be signed in to change notification settings

f0rodo/scrapedin

This branch is 80 commits behind linkedtales/scrapedin:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb295c5 · Dec 11, 2019

History

80 Commits
Dec 11, 2019
Oct 16, 2019
Jan 1, 2019
Dec 31, 2018
Oct 16, 2019
Oct 16, 2019
Jun 12, 2019
Dec 11, 2019

Repository files navigation

Build Status NPM version

Scraper for LinkedIn full profile data. Unlike others scrapers, it's working in 2019 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

About

LinkedIn Scraper (working for the new website 2019)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%