This is a script to scrape an address's Zillow page for the requisite information. Only meant for small number of requests at a time and not for commercial use.
View a demo here
- Clone the repo
git clone git@github.com:haku-c/RealEstateQuery.git
- pip install dependencies
pip install -r requirements.txt
Scrapes Zillow for the given address and returns information about the property and its local schools.
- From the command line run
python main.py
- Follow the prompts to input an address
- Input the address (house and street number)
- Input the city
- Input the state (postal abbreviation, for example input CA for California)
- Zillow sometimes blocks the get request with a 403.
- Certain fields are empty if the Zillow page does not have that data.
- For apartments, include the room number.