LinkedIn-Email-Scraper icon indicating copy to clipboard operation
LinkedIn-Email-Scraper copied to clipboard

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

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)