https://github.com/code-quang/linkedin-scraping
  
  
    I scraped the specific company follower's url, name, education and so on. 
    https://github.com/code-quang/linkedin-scraping
  
linkedin profile-scraper python scraping web-scraping web-scraping-python
        Last synced: 8 months ago 
        JSON representation
    
I scraped the specific company follower's url, name, education and so on.
- Host: GitHub
- URL: https://github.com/code-quang/linkedin-scraping
- Owner: Code-Quang
- License: mit
- Created: 2025-01-14T16:00:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T16:30:17.000Z (10 months ago)
- Last Synced: 2025-01-27T07:30:12.537Z (9 months ago)
- Topics: linkedin, profile-scraper, python, scraping, web-scraping, web-scraping-python
- Language: Python
- Homepage:
- Size: 5.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          # LinkedIn Profile Scraper
LinkedIn profile scraper is developed using Selenium and Beautifull soup libraries in python. It can scrap data from public Linedin User profiles. This Scraper Works as of 2021.
[](https://forthebadge.com)
[](https://forthebadge.com)
This scraper will extract publicly available data: 
**π§βπ¨ Profile:** name, talks about, title, location, and url
**π¨βπΌ Experiences:** job title, company name and job type and, company url
**πΊοΈ Contact:** Email and Website Link
## Getting started
In order to scrape LinkedIn profiles, you need to make sure the scraper is logged-in into LinkedIn. For that you need to enter your Linkedin account email and Password in Config file. I suggest you enable all the privacy options so people don't see you visiting their profiles when using the scraper.
You will have to provide link to the profile which you want to scrap.
# How to Run 
- Clone the repository
- Setup Virtual environment
```
$ python3 -m venv env
```
- Activate the virtual environment
```
$ source env/Source/activate
```
- Install dependencies using
```
$ pip install -r requirements.txt
```
-  Enter your email and Password in config file and run the scraper with links to profiles to scrap
### About the performance
- Upon start the module will open a headless browser session using Chromium.
- Scraping usually takes a few seconds, because the script needs to scroll through the page and expand several elements in order for all the data to appear.
### Usage limits
LinkedIn has some usage limits in place. Please respect those and use their options to increase limits. More info: [LinkedIn Commercial Use Limit](https://www.linkedin.com/help/linkedin/answer/52950)
## Contact
For any feedback or queries, please reach out to me at [suwaidaslam@gmail.com](suwaidaslam@gmail.com).