house_pricesestimate_deprecated
Retrieve estimated UK house prices from Zoopla property data. Use this tool to get price estimates for specific areas and property types with customizable sorting and filtering options.
Instructions
Returned list of estimated house prices
Query Parameters:
identifier: The value of suggestions/identifier json object returned in .../auto-complete endpoint with properties as search_type. You must use EXACTLY the value returned by the endpoint.
area (Required): The value of suggestions/value json object returned in .../auto-complete endpoint with properties as search_type. You must use EXACTLY the value returned by the endpoint.
order_by: One of the following price_paid|last_sold|address|estimated_value
ordering: One of the following ascending|descending
page_number: The page index for paging purpose
page_size: The number of items per response (max 40)
property_type: One of the following detached|flat|terraced|semi_detached
Responses:
200 (Success): Successful response
Content-Type:
application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | No | The value of suggestions/identifier json object returned in .../auto-complete endpoint with properties as search_type. You must use EXACTLY the value returned by the endpoint. | |
| area | Yes | The value of suggestions/value json object returned in .../auto-complete endpoint with properties as search_type. You must use EXACTLY the value returned by the endpoint. | |
| order_by | No | One of the following price_paid|last_sold|address|estimated_value | |
| ordering | No | One of the following ascending|descending | |
| page_number | No | The page index for paging purpose | 1 |
| page_size | No | The number of items per response (max 40) | 40 |
| property_type | No | One of the following detached|flat|terraced|semi_detached |