This Python project leverages web scraping and web automation techniques to extract real estate listing information and automatically populate a Google Forms with the gathered data.
Technologies Used
- Python
- BeautifulSoup
- Selenium
- Google Forms
Features
- Web Scraping: Uses
BeautifulSoupto scrape data from a Zillow clone website. - Web Automation: Employs
Seleniumto automate data entry into a Google Form. - Data Extraction: Collects links, prices, and addresses of real estate properties.
- Form Filling: Automatically fills out form fields with the extracted information.
How It Works
- The script retrieves the HTML of the real estate listings page.
- It extracts the links, prices, and addresses of the listed properties.
- Using
Selenium, it opens a Google Form and fills it with the scraped data. - Submits the form and repeats the process for all listings.