Skip to content

A python script that can scrape LinkedIn profiles for emails. Developed by Tufayel_LUS

Notifications You must be signed in to change notification settings

TufayelLUS/LinkedIn-Email-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LinkedIn Email Scraper

A python class that can scrape LinkedIn profiles for emails. Developed by Tufayel_LUS

Prerequisites

  1. Python any version
  2. Installation of below module using command
pip install requests
  1. Account in LinkedIn for accessing private profiles

Usage

Refer to demo.py for usage reference. You can modify it as you like. You can import the linkedin.py class file or modify it as per your needs.

Example Code For Guest Access

client = LinkedIn()
client.singleScan(url_to_profile)

Releases

No releases published

Packages

No packages published

Languages