Skip to content

This progoram extracts all Linkedin employees accounts from a given company

Notifications You must be signed in to change notification settings

gderybel/Linkedin-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This progoram extracts all Linkedin employees accounts from a given company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages