🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

py-zillow

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

py-zillow

A Zillow API wrapper

0.0.2
PyPI
Maintainers
1

Zillow API wrapper - Python

This project provides a wrapper to request information from the endpoints provided by the Zillow API.

Getting Setup

To install this module, you can run: pip3 install py-zillow

For this module, you will need a few additional modules located in requirements.txt. Let me know if you have any questions.

Notice

Zillow does not permit the storage of information locally. You may use the API only to retrieve and display dynamic content from Zillow. You can find more information about Zillow's API usage at https://www.zillow.com/howto/api/faq.htm

API Methods

Zillow provides the following API methods:

  • GetUpdatedPropertyDetails
  • GetRegionChildren
  • GetSearchResults
  • GetDeepSearchResults
  • GetZestimate
  • GetComps
  • GetDeepComps

Wrapper Data Structure

  • Place
  • zpid
  • address
  • zestimate
  • details
  • links
  • local_real_estate
  • Address
  • street
  • city
  • state
  • zipcode
  • latitude
  • longitude
  • Zestimate
  • amount
  • last_updated
  • low_value
  • high_value
  • Details
  • bedrooms
  • bathrooms
  • finished_sqft
  • lot_size_sqft
  • year_built
  • num_rooms
  • last_sold_date
  • last_sold_price
  • Links
  • home_details
  • graphs_and_data
  • map_this_home
  • comparables
  • LocalRealEstate
  • region

Keywords

zillow

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts