propertiesv2detail
Retrieve detailed property information from Zoopla UK listings using a listing ID to access comprehensive data for real estate analysis.
Instructions
Get property detail
Query Parameters:
listingId (Required): The value of listingId field returned in .../properties/v2/list endpoint
Responses:
200 (Success): Successful response
Content-Type:
application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listingId | Yes | The value of listingId field returned in .../properties/v2/list endpoint | 64576476 |
Input Schema (JSON Schema)
{
"properties": {
"listingId": {
"default": "64576476",
"description": "The value of listingId field returned in .../properties/v2/list endpoint",
"type": "number"
}
},
"required": [
"listingId"
],
"type": "object"
}