zestimate: Get the Zillow estimate for a property

zestimateR Documentation

Get the Zillow estimate for a property

Description

This returns the Zillow estimate for a particular property for a house identified by street and ZIP code, or street and city with state.

Usage

zestimate(address, citystatezip, zillowId, ...)

Arguments

address

the house number and street

citystatezip

either a ZIP code or a city and state separated by a ','

zillowId

the Zillow Web Services ID (ZWSID) that allows you to make calls to the Zillow API. See https://www.zillow.com/webservice/Registration.htm.

...

additional parameters passed on to the getForm call. These allow the caller to customize/parameterize the Web request, e.g. reusing an existing connection via a curl handle, changing the HTTP headers, etc.

Value

A data frame with a single row. The row name is the Zillow property id (ZPID) for the house. The columns are amount, low, high, valueChange30Day which are all numeric values.

Author(s)

Duncan Temple Lang

References

http://www.zillow.com/howto/api/APIOverview.htm

See Also

getComps

Examples

## Not run: 
      # You need a ZWSID to run these examples.
   zestimate("1280 Monterey Avenue", "94707", zillowId)
   zestimate("1600 Pennsylvania Avenue", "Washington, DC", zillowId)

## End(Not run)

duncantl/Zillow documentation built on Nov. 23, 2023, 4:29 p.m.