A full-fledged GUI application in Python (Tkinter) with ALL the requested improvements:
β Keyword search
β Minimum wage filter
β Load all pages
β Save as CSV
β Dark theme
β Double-click β Open job posting in browser
pip install requests beautifulsoup41.Run the file:
python app.py2.Enter:
-
keywords (e.g., python, backend)
-
minimum wage
3.Click π Find
4.Double-click β open vacancy
5.πΎ CSV β save results
-
tkinter β GUI
-
requests
-
beautifulsoup4
-
webbrowser
πΈ Don't run it too often (set time.sleep)
πΈ The site structure may change
πΈ Use it only for training/personal projects
This project is licensed under the MIT License.