GetRegionPostings API
The GetRegionPostings API returns a list of properties that are for sale or have a Make Me Move® price in a given ZIP code, neighborhood, region id, or city. The API result set will return a count of postings broken out by posting type, which include for sale by owner, for sale by agent, and Make Me Move®. The result set also includes some high-level details about each property, such as the beds, baths, square footage, and price. Some information that has been submitted by listings feeds may not be included due to legal restrictions.
Note: Only "manually posted" listings will be returned via the API. Listings from Zillow Listings Feed partners - such as Keller Williams, ERA, and Weichert - are not returned.
To request access to our new postings API call, please fill out the form located here, select the "GetRegionPostings API" option in the request type, and leave a description of your planned integration in the text box. You must already have an API account to request access to the new API call.
Sign Up
The result set of the API:
| Parameter |
Description |
| Posting counts |
Count of the number of postings that match the API query, broken out by posting type:
- Make Me Move®
- For sale by owner
- For sale by agent
- Report for sale
|
| zpid |
Zillow property ID for each property returned. |
| Full address |
The complete address for the property:
- Street address
- ZIP code
- City
- State
- Latitude
- Longitude
|
| Posting details |
Details specific to each returned property:
- Last updated date
- Usecode
- Lot size
- Finished square footage
- Bathrooms
- Bedrooms
- Price
- Image count
|
| Limit-warning |
If this field is set to "true", it means you are approaching your call limit. It appears under the 'message' element in the API result set:
<message>
<text>Request successfully processed</text>
<code>0</code>
<limit-warning>true</limit-warning>
</message>
This output field will not be returned if it is false.
|