Linkedin Profile Scraper use Selenium (automate browser) to extract user url by searching words in the linkedin search system. and used those links to extract each user information thoroughly.
requires Python 3+ to run.
Install the dependencies
$ cd linkedin-profile-scraper
$ pip install -r requirements.txt
Config
$ cd scrap/config.py
- fill your linkedin `username` and `password`
Start
$ cd ..
$ py main.py
- view exmple in main.py
Output
- data/url: user url list
- data/user: user data
Example Output
MIT