https://github.com/techwithty/zillow_public_records
Zillow public records integration for property attributes and tax history.
https://github.com/techwithty/zillow_public_records
api property public-records python real-estate tax zillow
Last synced: 8 months ago
JSON representation
Zillow public records integration for property attributes and tax history.
- Host: GitHub
- URL: https://github.com/techwithty/zillow_public_records
- Owner: TechWithTy
- Created: 2025-08-31T12:42:37.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-31T12:42:46.000Z (10 months ago)
- Last Synced: 2025-08-31T14:36:44.265Z (10 months ago)
- Topics: api, property, public-records, python, real-estate, tax, zillow
- Language: Python
- Homepage: https://www.cybershoptech.com
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zillow Public Records SDK (skeleton)
Minimal placeholder; add usage examples after full implementation.
## Quick start
```python
from backend.app.core.third_party_integrations.zillow_public_records.client import ZillowPublicRecordsClient
client = ZillowPublicRecordsClient(api_key="YOUR_API_KEY")
assert client.health() is True
```
Note: Access to Zillow Bridge APIs may require approval/invite per their site.
## Environment
- ZILLOW_PUBLIC_RECORDS_API_KEY
- ZILLOW_PUBLIC_RECORDS_BASE_URL (default: https://api.bridgedataoutput.com/api/v2/publicRecords)
- ZILLOW_TIMEOUT (default: 15)
## References
- Zillow Public Records API: https://www.zillowgroup.com/developers/api/public-data/public-records-api/