For a specified property, the GetUpdatedPropertyDetails API returns all of the home facts that have been edited by the home's owner or agent. The result set contains the following attributes:
GetUpdatedPropertyDetails(
zpid = NULL,
zws_id = getOption("ZillowR-zws_id"),
url = "http://www.zillow.com/webservice/GetUpdatedPropertyDetails.htm"
)
The Zillow Property ID for the property for which to obtain information. Required.
The Zillow Web Service Identifier. Required.
URL for the GetUpdatedPropertyDetails Web Service. Required.
A named list with the following elements:
a list with the request parameters
a list of status code(s) and message(s) returned by the API
an XMLNode with the API-specific response
values. At this time, no further coercion is performed, so you
may have to use functions from the XML
package to extract
the desired output.
Property address
Zillow property identifier
Posting details such as the agent name, MLS number, price, and posting type (For Sale or Make Me Move(tm))
Up to five photos of the property
Updated home facts such as beds, baths, square footage, home description, and neighborhood and school names
# NOT RUN {
GetUpdatedPropertyDetails(zpid = 48749425)
# }
Run the code above in your browser using DataLab