Skip to content

Script to scrape the profile of users from the groups.

License

Notifications You must be signed in to change notification settings

malikshahzad228/linkedin-profile-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Group Scrapper

This script will scrape the Profile of users from the groups.

Project Setup

# Clone the Project
git clone [email protected]:malikshahzad228/linkedin-profile-scrapper.git
# Get into project directory
cd linkedin-profile-scrapper
# Make Virtual Env with python 3
python3 -m venv
# Activate Virtual Env
source venv/bin/activate
# Install requirements
pip install -r requirements.txt

Scrape

Run with command

python src/scrape_profiles.py [email protected] --password=test-password --group_ids=12345,123,112

Common Issues

Make sure you have compatible chrome driver version with installed chrome on your machine. Link to Driver is https://chromedriver.chromium.org/downloads

Known Issues:

  • Initial 20 members of groups are going to scrape (Scroll pagination is pending)
  • Generate separate file for each group
  • Add option to don't scrape already scraped profiles

About

Script to scrape the profile of users from the groups.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages