Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 751 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 751 Bytes

What?

LinkedIn job scraper with custom title and description filters, and a GUI.

Why?

The LinkedIn search engine is broken. It keeps showing (promoted) vacancies that are not related to the search query. For example, using the query 'python' results in 1000+ new vacancies every day. This would be fine if they didn't include stuff like 'Filling team employee' at some supermarket, 'Dishwasher employee' at some restaurant, or software jobs related to other languages.

How?

By using HTML scraping on LinkedIn's guest job search.

Required packages

  • requests
  • BeautifulSoup
  • lxml
  • pandas
  • PyQt5 (optional)

GUI example

image