get_zpid: Get Zillow Property ID

Description Usage Arguments Value Examples

Description

Retrieves the Zillow Property ID (zpid) for a house from the GetSearchResults API.

Usage

1
get_zpid(response)

Arguments

response

API response of get_search_results()

Value

zpid as a string

Examples

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

## End(Not run)

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