Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linkedtales/scrapedin
LinkedIn Scraper (currently working 2020)
https://github.com/linkedtales/scrapedin
crawler linkedin linkedin-scraper scraper
Last synced: 3 months ago
JSON representation
LinkedIn Scraper (currently working 2020)
- Host: GitHub
- URL: https://github.com/linkedtales/scrapedin
- Owner: linkedtales
- License: apache-2.0
- Created: 2018-12-31T01:28:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T14:49:34.000Z (over 1 year ago)
- Last Synced: 2024-04-27T16:35:02.214Z (6 months ago)
- Topics: crawler, linkedin, linkedin-scraper, scraper
- Language: JavaScript
- Homepage:
- Size: 237 KB
- Stars: 585
- Watchers: 34
- Forks: 171
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://github.com/linkedtales/scrapedin/raw/master/logo.png)
[![Build Status](https://travis-ci.org/leonardiwagner/scrapedin.svg?branch=master)](https://travis-ci.org/leonardiwagner/scrapedin)
[![NPM version](https://img.shields.io/npm/v/scrapedin.svg)](https://www.npmjs.com/package/scrapedin)
----
Scraper for LinkedIn full profile data. Unlike others scrapers, it's working in 2020 with their new website.`npm i scrapedin`
### Usage Example:
```javascript
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](https://github.com/linkedtales/scrapedin-linkedin-crawler)
### Start Guide:
- [Basic Tutorial](https://github.com/linkedtales/scrapedin/wiki/Basic-Tutorial)
- [Using Cookies to Login](https://github.com/linkedtales/scrapedin/wiki/Using-Cookies-To-Login)
- [Tips](https://github.com/linkedtales/scrapedin/wiki/Tips)
- [Documentation](https://github.com/linkedtales/scrapedin/wiki/Documentation)### Contribution
Feel free to contribute. Just open an issue to discuss something before creating a PR.
### License
[Apache 2.0][apache-license]
[apache-license]:./LICENSE