1.0.41 • Published 2 years ago

@longlh/scrapedin v1.0.41

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 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 userProfile = await profileScraper('https://www.linkedin.com/in/some-profile/')
const company =  await profileScraper('https://www.linkedin.com/company/some-company/')
const companyProfile = await company.profile();
const companyPosts = await company.post.getPosts({untilPostId: '6923560299572695040'});
  • 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

1.0.39

2 years ago

1.0.38

2 years ago

1.0.40

2 years ago

1.0.41

2 years ago

1.0.37

2 years ago

1.0.33

2 years ago

1.0.36

2 years ago

1.0.34

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago