This script will scrape the Profile of users from the groups.
- Download and install Git - Official Download Link
- Install Python 3 - Official Download Link
# 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
Run with command
python src/scrape_profiles.py [email protected] --password=test-password --group_ids=12345,123,112
Make sure you have compatible chrome driver version with installed chrome on your machine. Link to Driver is https://chromedriver.chromium.org/downloads
- 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