Skip to content

Input an address to retrieve information about the property and its surrounding schools. Not meant to be used commercially.

Notifications You must be signed in to change notification settings

haku-c/RealEstateQuery

Repository files navigation

RealEstateQuery

About

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.

Demo

View a demo here

Table of Contents

Install

  1. Clone the repo
     git clone git@github.com:haku-c/RealEstateQuery.git
    
  2. pip install dependencies
    pip install -r requirements.txt

Features

Scrapes Zillow for the given address and returns information about the property and its local schools.

Usage

  1. From the command line run
    python main.py
  2. 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)

Troubleshooting/Known Issues

  • 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.

About

Input an address to retrieve information about the property and its surrounding schools. Not meant to be used commercially.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages