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
- Host: GitHub
- URL: https://github.com/aydinnyunus/scrapin
- Owner: aydinnyunus
- Created: 2020-02-22T21:11:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T16:47:37.000Z (over 5 years ago)
- Last Synced: 2025-04-29T05:35:37.635Z (6 months ago)
- Topics: 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
- Language: Python
- Size: 3.91 KB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 1
- 
            Metadata Files:
            - Readme: README.md
 
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.
```