A Python tool that automatically scrapes job listings from websites like Indeed and Naukri, filters them by title, skills, and location, saves the results to a CSV file, and can even notify users via email. Ideal for demonstrating practical web scraping and automation skills.
- Scrapes job listings from multiple platforms
- Filter jobs by title, skills, and location
- Save results to a CSV file for easy access
- Optional email notifications for new jobs
- Clean, automated workflow
- Demonstrates web scraping expertise
- Shows ability to collect and manage data
- Highlights automation skills
- Useful for Backend, Automation, and Data roles
- Python
- Requests / BeautifulSoup for scraping
- Pandas for data handling
- SMTP / Email libraries for notifications
This project is licensed under the MIT License.