Fetch a Zillow listing (price, beds, baths, sqft, lot, address, photos, zestimate) via the GoCreative AI pay-per-call API.
Project description
gocreative-zillow-listing
Tiny helper to fetch a Zillow real-estate listing — price, beds, baths, sqft, lot size, address, photos, zestimate — by ZPID or URL, via the GoCreative AI API.
Install
pip install gocreative-zillow-listing
30-second quickstart
from gocreative_zillow_listing import lookup
# Free demo tier (no key needed, 5 calls/day per IP):
print(lookup('20485700'))
# Or with a paid API key:
print(lookup('20485700', api_key="gck_your_key_here"))
You can also set GOCREATIVE_API_KEY=gck_... in your environment.
What this returns
A dict fetched live from the GoCreative AI API — fetch a zillow listing (price, beds, baths, sqft, lot, address, photos, zestimate).
Need more endpoints?
This package wraps just one GoCreative endpoint. For the full SDK with enrich / lookup / scrape / search across 145+ endpoints, install:
pip install gocreative
Powered by GoCreative AI — free tier 5 calls/day, paid plans at https://api.gocreativeai.com/credits/buy.
License
MIT
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 gocreative_zillow_listing-0.1.0.tar.gz.
File metadata
- Download URL: gocreative_zillow_listing-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47df9823a2b1c460bbb2a3bc7ea07a6d6df6994a825a56bc386b8571760bd114
|
|
| MD5 |
e84036ce5089cffa0a89b7d96ddd1fbf
|
|
| BLAKE2b-256 |
e829474e849ae5ea0a43f2f66094cc75aefbbf1ca123b1ce00f9bd785ab5baaa
|
File details
Details for the file gocreative_zillow_listing-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gocreative_zillow_listing-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3956021fe009b0c56e4e19ffb602b302b9c93daf8a9d6482f47479f07854b37
|
|
| MD5 |
984ffc9c505f8e030b7e8a90b46bdc17
|
|
| BLAKE2b-256 |
ecd3a563ea510f1dc8a9d149055caf0190b28318c407b6a55f43b1c1e1c9a98e
|