propertiesget_nearby_deprecated
Retrieve nearby points of interest for a UK property listing using its ID from the Zoopla property search results.
Instructions
Get nearest points of interest
Query Parameters:
listing_id (Required): The value of listing_id field returned in .../properties/list endpoint
Responses:
200 (Success): Successful response
Content-Type:
application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes | The value of listing_id field returned in .../properties/list endpoint | 56354192 |
Input Schema (JSON Schema)
{
"properties": {
"listing_id": {
"default": "56354192",
"description": "The value of listing_id field returned in .../properties/list endpoint",
"type": "number"
}
},
"required": [
"listing_id"
],
"type": "object"
}