/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.

Primary LanguagePythonMIT LicenseMIT

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

  • [Python] - base language.
  • [Selenium] - library for automates browsers.
  • [BeautifulSoup] - library for pulling data out of HTML and XML files.

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 url

  • User Data

user data

License

MIT