An open API service indexing awesome lists of open source software.

https://github.com/tufayellus/linkedin-email-scraper

A python script that can scrape LinkedIn profiles for emails. Developed by Tufayel_LUS
https://github.com/tufayellus/linkedin-email-scraper

email-parsing linkedin linkedin-bot linkedin-email-scraper linkedin-scraper marketing-automation python scrape-linkedin-profiles

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

3. 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)