A robust automation tool built with Selenium to gather company employee counts from LinkedIn pages and export them to organized Excel files.
- Navigate to this directory:
cd linkedin-employee-scraper - Install only the required dependencies for this tool:
pip install -r requirements.txt
- Run the scraper:
python linkedin-employee-scraper.py input.xlsx output.xlsx
Features
Smart Column Detection: Automatically identifies the LinkedIn URL column in your input Excel.
Data Normalization: Cleans and formats raw LinkedIn strings (e.g., converts "501-1,000 employees" to "501+").
Reliable Error Handling: Logs status (Success/Not Found/Error) for every URL processed.