🏠Zillow Property Data API
This API exposes property search, nearby and similar homes, price and tax history, listing photos, housing and rental market summaries, and agent search.
🏠Zillow Property Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
zillowSearchNearby /api/zillow/search/nearby |
Provide one of **byzpid**, **byurl**, **byaddress**, or **bylotid** to anchor the search. |
| GET |
zillowSearchSimilar /api/zillow/search/similar |
Same anchor parameters as nearby search. |
| GET |
zillowSearchByAddress /api/zillow/search/byaddress |
Search for-sale, for-rent, or sold listings with optional filters. |
| Property details | ||
| GET |
zillowPriceHistory /api/zillow/price/history |
Provide **byzpid**, **byurl**, or **byaddress** to identify the property. |
| GET |
zillowPropertyImages /api/zillow/property/images |
Provide **byzpid**, **byurl**, or **byaddress** to identify the property. |
| GET |
zillowTaxInfo /api/zillow/tax/info |
Provide **byzpid**, **byurl**, or **byaddress** to identify the property. |
| Market | ||
| GET |
zillowRentalMarket /api/zillow/rental/market |
|
| GET |
zillowHousingMarket /api/zillow/housing/market |
|
| Agents | ||
| GET |
zillowAgentSearchV2 /api/zillow/agent/searchV2 |
Filter agents by location, name, page, and optional flags. |
🏠Zillow Property Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $4.99 / month | 2 / second |
|
| ULTRA Recommended | $14.99 / month | 5 / second |
|
| MEGA | $24.99 / month | 10 / second |
|