A Zillow API wrapper
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py-zillow-0.0.2.tar.gz.
File metadata
- Download URL: py-zillow-0.0.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35735168335fbf582cd91c23e6cac1629d61d30cd035812a542987197b3c9a52
|
|
| MD5 |
b7bc86c6b3086aa10182be68a9755b40
|
|
| BLAKE2b-256 |
746fffce008688fa9704392b4d4e8b9dc398f35052930e385b97e3ba74dfef49
|
File details
Details for the file py_zillow-0.0.2-py3-none-any.whl.
File metadata
- Download URL: py_zillow-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a30c99795408dbbca1e160ef200b21f1332e4048dd91cc9af6e8d97ac38480de
|
|
| MD5 |
b7eb49e6680aa36dd19c7266af55b187
|
|
| BLAKE2b-256 |
ebbe18b27a6082b57731ff4fb74cbeeef59fe2467c5b0e2a27b4120bbaa8c946
|