An open API service indexing awesome lists of open source software.

https://github.com/aydinnyunus/scrapin

LinkedIn Scraper
https://github.com/aydinnyunus/scrapin

beautifulsoup beautifulsoup4 bs4 bs4-requests linkedin linkedin-profile linkedin-scraper python python-3 python3 scraper scraping scraping-websites scrapper scrapping scrapy scrapy-crawler selenium selenium-python selenium-webdriver

Last synced: 3 months ago
JSON representation

LinkedIn Scraper

Awesome Lists containing this project

README

          

# ScrapIn
Scrapes LinkedIn User Data

## INSTALLATION

```
pip install requests
pip install selenium
pip install time
pip install bs4
```

## USAGE

```
Change Password & Username from the 'sample.txt' file.
Run main.py (python3 main.py)
```

## Scraped Informations

• **Link**

• **Name,Profile Title,Location,Count of connections**

• **Company Name,Job Title,Joining Date,Experiences**

• **College Name,Degree Name,Stream,Degree Year**

```
Informations will be on 'output.txt' file.
```