Skip to main content
Glama

propertieslist_deprecated

Retrieve UK property listings for sale or rent using detailed filters like location, price, property type, and amenities to find matching properties.

Instructions

List properties for sale or rent with options and filters

Query Parameters:

  • area (Required): The value of suggestions/value json object returned in .../auto-complete endpoint with listings as search_type. You must use EXACTLY the value returned by the endpoint. *'listing_id' OR 'area' parameter must be provided to get this endpoint working.

  • identifier: The value of suggestions/identifier json object returned in .../auto-complete endpoint with listings as search_type. You must use EXACTLY the value returned by the endpoint.

  • listing_id: The value of listing_id field returned right in this endpoint. *'listing_id' OR 'area' parameter must be provided to get this endpoint working.

  • category: One of the following residential|commercial

  • created_since: The date time from which properties added. The format must be yyyy-MM-dd HH:mm:ss, Ex : 2020-09-16 15:00:00

  • furnished: One of the following furnished|part_furnished|unfurnished

  • include_featured_properties: One of the following 1 | 0

  • include_rented: One of the following 1 | 0

  • include_retirement_homes: One of the following yes | no

  • include_shared_accommodation: One of the following yes | no

  • include_shared_ownership: One of the following yes | no

  • include_sold: One of the following 1 | 0

  • keywords: Any word or term, ex : garden,wooden floors

  • listing_status: One of the following sale | rent

  • maximum_beds: Max number of bed rooms (1 - 10)

  • minimum_beds: Min number of bed rooms (1 - 10)

  • maximum_price: Maximum sale or rent price

  • minimum_price: Minimum sale or rent price

  • order_by: One of the following age|price|price_change|view_count

  • 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 and separated by comma for multiple values : flats|farms_land|terraced|semi_detached|detached|bungalow|park_home|offices|retail|industrial|hospitality|land

  • radius: The radius (miles) to look for properties (1 - 40)

  • pets_allowed: One of the following yes | no

  • price_frequency: One of the following per_month|per_year

  • step_back_used: One of the following 1 | 0

  • bills_included: One of the following yes | no

  • floor_area_max: Maximum floor area, only use with commercial category.

  • floor_area_min: Minimum floor area, only use with commercial category.

  • floor_area_units: One of the following sq_feet|sq_metres

  • new_homes: One of the following yes | no

Responses:

  • 200 (Success): Successful response

    • Content-Type: application/json

Input Schema

NameRequiredDescriptionDefault
areaYesThe value of suggestions/value json object returned in .../auto-complete endpoint with listings as search_type. You must use EXACTLY the value returned by the endpoint. *'listing_id' OR 'area' parameter must be provided to get this endpoint working.
identifierNoThe value of suggestions/identifier json object returned in .../auto-complete endpoint with listings as search_type. You must use EXACTLY the value returned by the endpoint.
listing_idNoThe value of listing_id field returned right in this endpoint. *'listing_id' OR 'area' parameter must be provided to get this endpoint working.
categoryNoOne of the following residential|commercial
created_sinceNoThe date time from which properties added. The format must be yyyy-MM-dd HH:mm:ss, Ex : 2020-09-16 15:00:00
furnishedNoOne of the following furnished|part_furnished|unfurnished
include_featured_propertiesNoOne of the following 1 | 00
include_rentedNoOne of the following 1 | 00
include_retirement_homesNoOne of the following yes | no
include_shared_accommodationNoOne of the following yes | no
include_shared_ownershipNoOne of the following yes | no
include_soldNoOne of the following 1 | 00
keywordsNoAny word or term, ex : garden,wooden floors
listing_statusNoOne of the following sale | rent
maximum_bedsNoMax number of bed rooms (1 - 10)0
minimum_bedsNoMin number of bed rooms (1 - 10)0
maximum_priceNoMaximum sale or rent price0
minimum_priceNoMinimum sale or rent price0
order_byNoOne of the following age|price|price_change|view_count
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 and separated by comma for multiple values : flats|farms_land|terraced|semi_detached|detached|bungalow|park_home|offices|retail|industrial|hospitality|land
radiusNoThe radius (miles) to look for properties (1 - 40)0
pets_allowedNoOne of the following yes | no
price_frequencyNoOne of the following per_month|per_year
step_back_usedNoOne of the following 1 | 00
bills_includedNoOne of the following yes | no
floor_area_maxNoMaximum floor area, only use with commercial category.0
floor_area_minNoMinimum floor area, only use with commercial category.0
floor_area_unitsNoOne of the following sq_feet|sq_metres
new_homesNoOne of the following yes | no

Input Schema (JSON Schema)

{ "properties": { "area": { "description": "The value of suggestions/value json object returned in .../auto-complete endpoint with listings as search_type. You must use EXACTLY the value returned by the endpoint. *'listing_id' OR 'area' parameter must be provided to get this endpoint working.", "type": "string" }, "bills_included": { "description": "One of the following yes | no", "type": "string" }, "category": { "description": "One of the following residential|commercial", "type": "string" }, "created_since": { "description": "The date time from which properties added. The format must be yyyy-MM-dd HH:mm:ss, Ex : 2020-09-16 15:00:00", "type": "string" }, "floor_area_max": { "default": "0", "description": "Maximum floor area, only use with commercial category.", "type": "number" }, "floor_area_min": { "default": "0", "description": "Minimum floor area, only use with commercial category.", "type": "number" }, "floor_area_units": { "description": "One of the following sq_feet|sq_metres", "type": "string" }, "furnished": { "description": "One of the following furnished|part_furnished|unfurnished", "type": "string" }, "identifier": { "description": "The value of suggestions/identifier json object returned in .../auto-complete endpoint with listings as search_type. You must use EXACTLY the value returned by the endpoint.", "type": "string" }, "include_featured_properties": { "default": "0", "description": "One of the following 1 | 0", "type": "number" }, "include_rented": { "default": "0", "description": "One of the following 1 | 0", "type": "number" }, "include_retirement_homes": { "description": "One of the following yes | no", "type": "string" }, "include_shared_accommodation": { "description": "One of the following yes | no", "type": "string" }, "include_shared_ownership": { "description": "One of the following yes | no", "type": "string" }, "include_sold": { "default": "0", "description": "One of the following 1 | 0", "type": "number" }, "keywords": { "description": "Any word or term, ex : garden,wooden floors", "type": "string" }, "listing_id": { "description": "The value of listing_id field returned right in this endpoint. *'listing_id' OR 'area' parameter must be provided to get this endpoint working.", "type": "string" }, "listing_status": { "description": "One of the following sale | rent", "type": "string" }, "maximum_beds": { "default": "0", "description": "Max number of bed rooms (1 - 10)", "type": "number" }, "maximum_price": { "default": "0", "description": "Maximum sale or rent price", "type": "number" }, "minimum_beds": { "default": "0", "description": "Min number of bed rooms (1 - 10)", "type": "number" }, "minimum_price": { "default": "0", "description": "Minimum sale or rent price", "type": "number" }, "new_homes": { "description": "One of the following yes | no", "type": "string" }, "order_by": { "description": "One of the following age|price|price_change|view_count", "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" }, "pets_allowed": { "description": "One of the following yes | no", "type": "string" }, "price_frequency": { "description": "One of the following per_month|per_year", "type": "string" }, "property_type": { "description": "One of the following and separated by comma for multiple values : flats|farms_land|terraced|semi_detached|detached|bungalow|park_home|offices|retail|industrial|hospitality|land", "type": "string" }, "radius": { "default": "0", "description": "The radius (miles) to look for properties (1 - 40)", "type": "number" }, "step_back_used": { "default": "0", "description": "One of the following 1 | 0", "type": "number" } }, "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