Allows developers to build their own Appraisal engine like the one on Zoopla by making three separate API calls to find a property and contact the agent for a valuation. Step 1 only.

postcode_properties(postcode = NULL, API_key = NULL)

Arguments

postcode

A string representing a valid UK postcode, e.g. "EH1 2NG".

API_key

An API key from Zoopla.

Value

A list.

References

https://developer.zoopla.co.uk/docs/read/Arrange_Appraisals

Examples

# NOT RUN {
postcode_properties("EH12NG", "YOUR_API_KEY")
postcode_properties("EH1 2NG", "YOUR_API_KEY")
# }