Skip to content

aminblm/linkedin-email-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The LinkedIn Email Finder

A node web scraper to extract your linkedin connection emails

demo-part-1

Higher resolution demo

Important Note

Scraping data off of LinkedIn is against their User Agreement. This is purely intended for educational purposes.

Why?

LinkedIn allows you to export all of your connections' info into a csv, except for their emails. Additionally their API stopped allowing the extraction of emails around 2013-2014. Why don't we have access to our connections emails through their data export if we both agreed to share that info/data?

To modify, use, get documentation or for you enquiries kindly contact me via:
amin@boulouma.com

Donation and Support 🥳

With your support I build, update and work on this project. You can also purchase additional packages, tutorials and materials explaining how this bot is working.

There are several features and simplifications I'd like to add to this project. For that I need your support to cover costs. Your support is keeping this project alive.

Donate & support!

Purchase additional materials and guides 😍

You can currently, purchase full in depth detailed tutorial explaining how this bot is working, one hour booking session where i step by step build and run the bot on your machine or 5 videos showing how this can be used. To buy, support this project and help me add more features.

Installation

  • Clone this repo git clone https://github.com/FutoRicky/linkedin-email-extractor.git or download
  • Move into the repo directory cd linkedin-email-extractor
  • Install dependencies npm install

How to Use

  • You will need the Connections.csv file that LinkedIn provides with the data export.
  • Add the Connections.csv file into the linkedin-email-extractor directory
  • Run npm start or node --harmony index.js
  • Enter LinkedIn Credentials when prompted
  • Wait for email extraction process to finish
  • An email.txt file will be generated with all the emails inside the stored_data folder.

LinkedIn UI Versions

If your panel looks like this, then you are still on the old version, use a version <= 1.1.1:

Screen-Shot-2019-01-30-at-4-12-12-PM.png

If your panel looks like this, then you are one the new version:

Screen-Shot-2019-01-30-at-4-14-34-PM.png

Issues extracting? Read This

If linkedin updates their page and changes the class of an element used in the script it will stop working. You can check out the source code and verify if any class has changed on linkedin and update the script to make it work again. I can't be constantly checking linkedin to see if they have changed something that breaks the script.

About

linkedin-email-finder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published