Retrieve property listings for a given area.

property_listings(postcode = NULL, area = NULL, API_key = NULL)

Arguments

postcode

A string. Valid UK postcode or outcode.

area

A string. Area of interest, e.g. "Nottingham".

API_key

An API key from Zoopla.

Value

A list.

References

http://developer.zoopla.com/docs/read/Property_listings

Examples

# NOT RUN {
property_listings(postcode = "E1", API_key = "YOUR_API_KEY")
property_listings(area = "Nottingham", API_key = "YOUR_API_KEY")
# }