Python automation script that leverages Selenium and BeautifulSoup to locate rental listings under a budget, scrape the details, and automatically fill out an application form. Highlights skills in web scraping and form automation.
A Python automation bot that uses Selenium and BeautifulSoup to scrape Zillow for rental listings under a set budget. It gathers key details like price and location, then auto-fills and submits the contact form for each property using ChromeDriver. The script handles timeouts, and skips invalid results.
