house_pricesget_points_of_interest_deprecated
Retrieve nearby points of interest for UK properties using property ID from Zoopla price estimates. This deprecated tool helps assess property locations by identifying local amenities and facilities.
Instructions
Get nearest points of interest
Query Parameters:
property_id (Required): The value of property_id field returned in .../house-prices/estimate endpoint.
Responses:
200 (Success): Successful response
Content-Type:
application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property_id | Yes | The value of property_id field returned in .../house-prices/estimate endpoint. | 27175510 |
Input Schema (JSON Schema)
{
"properties": {
"property_id": {
"default": "27175510",
"description": "The value of property_id field returned in .../house-prices/estimate endpoint.",
"type": "number"
}
},
"required": [
"property_id"
],
"type": "object"
}