Developed a Python web scraper to collect job listings from a public job website. The scraper extracts job title, company name, location, salary (when available), posting date, and job link. The collected data is cleaned and exported to Excel for easy analysis. Built using Python, Requests, BeautifulSoup, and Pandas with organized, reusable code.
Developed a Python web scraper to collect job listings from a public job website. The scraper extracts job title, company name, location, salary (when availa...