Skip to content

mohsen-bernaoui/LinkedIn_Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn_Scraper

LinkedIn Salary Insight Extractor

LinkedIn Job Salary Scraper

This Python script allows you to scrape job listings from LinkedIn, focusing on extracting job salary information using the BeautifulSoup library. The scraped data is organized into a pandas DataFrame and exported to an Excel file for easy analysis.

Note: Web scraping may be against LinkedIn's terms of service, and scraping websites should be done ethically and responsibly. This script is provided as an educational example and should be used in accordance with LinkedIn's policies.

Prerequisites

  • Python 3.x
  • BeautifulSoup (pip install beautifulsoup4)
  • pandas (pip install pandas)
  • requests (pip install requests)

Usage

  1. Clone this repository or download the script file directly.
  2. Install the required dependencies using the provided requirements.txt file: pip install -r requirements.txt.
  3. Open the script file in a text editor of your choice and modify the search_query and location variables according to your requirements.
  4. Run the script using the command: python script_name.py, where script_name.py is the name of the script file.
  5. The scraped salary information will be saved in an Excel file named according to your search query and location, e.g., Python Developer_New York_salaries.xlsx.

Disclaimer

  • This script is intended for educational purposes and should be used responsibly and within the bounds of LinkedIn's terms of service.
  • LinkedIn's website structure may change over time, which might require adjustments to the script.
  • The script is not guaranteed to work indefinitely due to potential changes in LinkedIn's structure or policies.

License

This script is provided under the MIT License.


Disclaimer: This README template is provided as a starting point. Be sure to customize it according to your project's specifics and add any necessary information, acknowledgments, and disclaimers.

About

LinkedIn Salary Insight Extractor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published