Skip to content

Releases: hossam-elshabory/LinkedIn-Job-Selenium-Scrapper

0.1

21 Mar 11:16
Compare
Choose a tag to compare

This is the initial release of the project, which includes basic functionality for scraping job listings from LinkedIn based on a job title and location. The script uses the Selenium web driver and BeautifulSoup to scrape the job postings and store the results in a list of dictionaries, where each dictionary represents a job listing with the following keys: 'title', 'company', 'location', 'link', and 'description'. This release also includes unit tests for the scraper function. We welcome feedback and contributions from the community to improve this project.