GetUpdatedPropertyDetails: Make request to Zillow API GetUpdatedPropertyDetails Web...

Description Usage Arguments Value Examples

View source: R/GetUpdatedPropertyDetails.R

Description

For a specified property, the GetUpdatedPropertyDetails API returns all of the home facts that have been edited by the home's owner or agent.

Usage

1

Arguments

zpid

The Zillow Property ID for the property for which to obtain information. Required.

api_key

character string specifying Zillow API key

raw

logical, if TRUE the raw XML data from the API call is returned (i.e., the original ZillowR call)

Value

The result set contains the following attributes:

A data frame with columns corresponding to zpid, Date, and updated property information

Examples

1
2
3
4
5
6
7
## Not run: 
zapi_key = getOption('ZillowR-zws_id')
zpid='48749425'

GetUpdatedPropertyDetails(zpid,api_key= zapi_key)

## End(Not run)

xiyuansun/realEstAnalytics documentation built on May 7, 2019, 7:12 p.m.