vasin-peach / linkedin-profile-scraper

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.
MIT License
6 stars 2 forks source link

Linkedin Profile Scraper

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.

example

Tech

Installation

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

user url

user data

License

MIT