/Linkedin-scrapper

This progoram extracts all Linkedin employees accounts from a given company

Primary LanguagePython

Linkedin-scrapper

This repo allows you to retrieve all employees data from a Linkedin registerd company. You can output the result to a csv.

I am using Linkedin voyager API to retrieve data : https://www.linkedin.com/voyager/api/.

Any user will not be warned.

  1. Install requirements

pip install -r requirements

  1. Prebuilt commands

     ---- Credentials ----
    
     -e  precise email to connect with Linkedin
     -p  precise password to connect with Linkedin, it might be between quotes
    
     I don't recommend using '-p' argument, because the plain text password could appear in command history
    
     ---- Parameters ----
    
     -o  output result to a output.csv
     -no no output
     -c  precise which company you want to retrieve employees from (e.g. apple, uber-com, ...)
     -ec precise how much employee should the program output
     -h  show this help menu
    

Important : This might be use for entertainment only.