Skip to main content
Glama

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

NameRequiredDescriptionDefault
identifierNoThe 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.
areaYesThe 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_byNoOne of the following price_paid|last_sold|address|estimated_value
orderingNoOne of the following ascending|descending
page_numberNoThe page index for paging purpose1
page_sizeNoThe number of items per response (max 40)40
property_typeNoOne of the following detached|flat|terraced|semi_detached

Input Schema (JSON Schema)

{ "properties": { "area": { "description": "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.", "type": "string" }, "identifier": { "description": "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.", "type": "string" }, "order_by": { "description": "One of the following price_paid|last_sold|address|estimated_value", "type": "string" }, "ordering": { "description": "One of the following ascending|descending", "type": "string" }, "page_number": { "default": "1", "description": "The page index for paging purpose", "type": "number" }, "page_size": { "default": "40", "description": "The number of items per response (max 40)", "type": "number" }, "property_type": { "description": "One of the following detached|flat|terraced|semi_detached", "type": "string" } }, "required": [ "area" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/bachai-zoopla'

If you have feedback or need assistance with the MCP directory API, please join our Discord server