Skip to content

VEGLOgabin/linkedin-jobs-scraper-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkedin-jobs-scraper-bot

linkedin jobs scraper bot

LinkedIn Job Scraper

LinkedIn Job Scraper

Overview

This script automates the process of scraping job listings from LinkedIn using Selenium. It allows users to search for job listings based on specific keywords and retrieves information such as job title, company name, location, posting time, company page link, job URL, and benefits.

Setup

Ensure you have Python installed along with the necessary libraries like selenium and a WebDriver for your browser (e.g., GeckoDriver for Firefox).

Usage

  1. Run the script linkedin_bot1.py.
  2. Enter the job name when prompted.
  3. Wait for the script to scrape job listings and display the information.
  4. Optionally, enter 'yes' to close the WebDriver window or 'no' to keep it open and search for another job.

How to Run

  1. Install the necessary libraries using pip install selenium.
  2. Download the appropriate WebDriver for your browser (e.g., GeckoDriver for Firefox).
  3. Update the WebDriver path in the script if necessary.
  4. Run the script linkedin_bot1.py in your Python environment.

Dependencies

  • Python 3.x
  • Libraries: selenium

Notes

  • Ensure the script is run in an appropriate environment with access to LinkedIn's job search page.
  • Customize the script to handle additional elements or information on the job listings page as needed.
  • Consider using a headless browser for faster and more efficient scraping.

Contributors

License

#This project is licensed under the MIT License.#

About

linkedin jobs scraper bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published