get_zestimate_all: Get Zestimate related data from the API response

Description Usage Arguments Value Examples

Description

The Zestimate® home value is Zillow's estimated market value for an individual home and is calculated for about 100 million homes nationwide. It is a starting point in determining a home's value and is not an official appraisal. The Zestimate is automatically computed daily based on millions of public and user-submitted data points.

Usage

1

Arguments

response

The API response from 'get_search_results'

Value

A data frame including the following information:

Examples

1
2
3
4
5
6
7
8
## Not run: 
response <- get_search_results("2144 Bigelow Ave", "Seattle", "WA")
get_zestimate_all(response)

get_search_results("2144 Bigelow Ave", "Seattle", "WA") %>%
  get_zestimate_all()

## End(Not run)

estebanangelm/RealEstateR documentation built on May 29, 2019, 10:37 a.m.