The LinkedIn Scraper is a powerful tool designed to extract data from LinkedIn profiles and company pages. It provides an efficient and automated solution for gathering valuable information for various purposes such as lead generation, market research, recruitment, and networking.
- Company Page Extraction: Scrape data from LinkedIn company pages, including company name, industry, size, description, and other relevant information.
- Export and Integration: Easily export extracted data in formats like CSV or Excel for further analysis or integration with other tools and systems.
- Data Privacy and Compliance: Operates within legal and ethical boundaries, respecting LinkedIn's terms of service and ensuring data privacy and compliance.
-
Clone the repository:
git clone https://github.com/Rowine/linked_in_scraper
-
Install the required dependencies:
pip install -r requirements.txt
-
Create a text file with all the company LinkedIn links in the same directory of the scraper. Separate the links with a new line.
-
Run the scraper:
python linked_in_scraper.py
-
Enter your LinkedIn credentials.
-
Specify the name of the text file with company links.
-
Input the filename for the output.
-
Wait for the script to finish.
-
The extracted data will be saved in CSV format in the same directory of the scraper.
Contributions are welcome! If you would like to contribute to the LinkedIn Scraper, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix.
-
Make your changes and ensure that the code adheres to the project's style and guidelines.
-
Write tests for your changes to maintain code quality.
-
Commit your changes with a descriptive commit message.
-
Push your branch to your forked repository.
-
Submit a pull request to the main repository, describing your changes and their purpose.
This project is licensed under the MIT License.