Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
/ scrapedin Public archive
forked from linkedtales/scrapedin

LinkedIn Scraper (currently working 2020)

License

Notifications You must be signed in to change notification settings

binaryedge/scrapedin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: '[email protected]', 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 (currently working 2020)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%