A Python-based tool for scraping public LinkedIn profiles to extract useful information for analysis and research purposes.
- Scrape public LinkedIn profiles for data such as name, job title, company, and location.
- Export scraped data to CSV or JSON formats.
- Easy-to-use command-line interface.
- Supports rate-limiting to avoid being blocked.
- Python 3.7 or higher
- Required libraries (install via
requirements.txt):requestsbeautifulsoup4pandas
-
Clone the repository:
git clone https://github.com/GergesBernaba1/LinkedIn-Scraper.git cd LinkedIn-Scraper -
Install dependencies:
pip install -r requirements.txt
-
Run the scraper:
python scraper.py
-
Follow the prompts to input search criteria or profile URLs.
-
Export the results to your desired format.
This tool is intended for educational and research purposes only. Scraping LinkedIn data may violate their terms of service. Use responsibly.