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
- Host: GitHub
- URL: https://github.com/tufayellus/linkedin-email-scraper
- Owner: TufayelLUS
- Created: 2020-03-31T11:04:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T11:12:13.000Z (over 5 years ago)
- Last Synced: 2025-04-09T13:04:55.211Z (6 months ago)
- Topics: email-parsing, linkedin, linkedin-bot, linkedin-email-scraper, linkedin-scraper, marketing-automation, python, scrape-linkedin-profiles
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 46
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 commandpip 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)