A python class that can scrape LinkedIn profiles for emails. Developed by Tufayel_LUS
- Python any version
- Installation of below module using command
pip install requests
- Account in LinkedIn for accessing private profiles
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.
client = LinkedIn()
client.singleScan(url_to_profile)