Skip to main content
Glama

propertiesv2list

Search UK properties for sale or rent using location, price, bedrooms, property type, and other detailed filters to find matching listings.

Instructions

List properties for sale or rent with options and filters

Query Parameters:

  • locationValue (Required): The value of geoLabel field returned in .../v2/auto-complete endpoint with listings as search_type. Or the value of name field returned in .../house-prices/v2/get-area (If you are searching by postal code). You must use EXACTLY the value returned by the endpoint. *'listing_id' OR 'area' parameter must be provided to get this endpoint working.

  • locationIdentifier (Required): The value of geoIdentifier field returned in .../v2/auto-complete endpoint with listings as search_type. Or the value of id field returned in ..../house-prices/v2/get-area endpoint (If you are searching by postal code). You must use EXACTLY the value returned by the endpoint.

  • category: One of the following residential|commercial

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

  • includeRented: Example value:

  • includeRetirementHomes: Example value:

  • includeSharedAccommodation: Example value:

  • includeSharedOwnership: Example value:

  • includeSold: Example value:

  • isAuction: Example value:

  • petsAllowed: Example value:

  • billsIncluded: Example value:

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

  • section: One of the following : for-sale|to-rent

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

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

  • priceMax: Maximum sale or rent price

  • priceMin: Minimum sale or rent price

  • sortOrder: One of the following : newest_listings|highest_price|lowest_price|most_reduced

  • page: The page index for paging purpose

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

  • priceFrequency: One of the following per_month|per_year

  • newHomes: One of the following : only|exclude

  • added: Recently added. One of the following : 24_hours|3_days|7_days|14_days|30_days

  • propertySubType: Filter properties by category. Ignore OR one of the followings (Separated by comma for multiple options) : park_home,bungalow,farms_land,terraced,flats,semi_detached,detached

  • chainFree: Example value:

  • reducedPriceOnly: Example value:

  • feature: One of the followings : has_balcony_terrace|has_parking_garage|has_garden . Separated by comma for multiple options. Ex : has_balcony_terrace,has_parking_garage,...

  • tenure: One of the followings : share_of_freehold|freehold|leasehold. Ex : freehold,leasehold,...

  • smartTags: One of the followings : condition.needs_modernisation|architecture.period_property|type.cottage|style.modern|attributes.utility_room|attributes.basement|attributes.conservatory|attributes.home_office|attributes.bath|attributes.en_suite|attributes.patio|attributes.kitchen_island. Ex : condition.needs_modernisation,architecture.period_property,...

Responses:

  • 200 (Success): Successful response

    • Content-Type: application/json

Input Schema

NameRequiredDescriptionDefault
locationValueYesThe value of geoLabel field returned in .../v2/auto-complete endpoint with listings as search_type. Or the value of name field returned in .../house-prices/v2/get-area (If you are searching by postal code). You must use EXACTLY the value returned by the endpoint. *'listing_id' OR 'area' parameter must be provided to get this endpoint working.
locationIdentifierYesThe value of geoIdentifier field returned in .../v2/auto-complete endpoint with listings as search_type. Or the value of id field returned in ..../house-prices/v2/get-area endpoint (If you are searching by postal code). You must use EXACTLY the value returned by the endpoint.
categoryNoOne of the following residential|commercial
furnishedStateNoOne of the following : Any|furnished|part_furnished|unfurnished
includeRentedNoExample value:
includeRetirementHomesNoExample value:
includeSharedAccommodationNoExample value:
includeSharedOwnershipNoExample value:
includeSoldNoExample value:
isAuctionNoExample value:
petsAllowedNoExample value:
billsIncludedNoExample value:
keywordsNoAny word or term, ex : garden,wooden floors
sectionNoOne of the following : for-sale|to-rent
bedsMaxNoMax number of bed rooms (1 - 10)0
bedsMinNoMin number of bed rooms (1 - 10)0
priceMaxNoMaximum sale or rent price0
priceMinNoMinimum sale or rent price0
sortOrderNoOne of the following : newest_listings|highest_price|lowest_price|most_reduced
pageNoThe page index for paging purpose1
radiusNoThe radius (miles) to look for properties (0.25 - 40)0
priceFrequencyNoOne of the following per_month|per_year
newHomesNoOne of the following : only|exclude
addedNoRecently added. One of the following : 24_hours|3_days|7_days|14_days|30_days
propertySubTypeNoFilter properties by category. Ignore OR one of the followings (Separated by comma for multiple options) : park_home,bungalow,farms_land,terraced,flats,semi_detached,detached
chainFreeNoExample value:
reducedPriceOnlyNoExample value:
featureNoOne of the followings : has_balcony_terrace|has_parking_garage|has_garden . Separated by comma for multiple options. Ex : has_balcony_terrace,has_parking_garage,...
tenureNoOne of the followings : share_of_freehold|freehold|leasehold. Ex : freehold,leasehold,...
smartTagsNoOne of the followings : condition.needs_modernisation|architecture.period_property|type.cottage|style.modern|attributes.utility_room|attributes.basement|attributes.conservatory|attributes.home_office|attributes.bath|attributes.en_suite|attributes.patio|attributes.kitchen_island. Ex : condition.needs_modernisation,architecture.period_property,...

Input Schema (JSON Schema)

{ "properties": { "added": { "description": "Recently added. One of the following : 24_hours|3_days|7_days|14_days|30_days", "type": "string" }, "bedsMax": { "default": "0", "description": "Max number of bed rooms (1 - 10)", "type": "number" }, "bedsMin": { "default": "0", "description": "Min number of bed rooms (1 - 10)", "type": "number" }, "billsIncluded": { "description": "Example value: ", "type": "string" }, "category": { "description": "One of the following residential|commercial", "type": "string" }, "chainFree": { "description": "Example value: ", "type": "string" }, "feature": { "description": "One of the followings : has_balcony_terrace|has_parking_garage|has_garden . Separated by comma for multiple options. Ex : has_balcony_terrace,has_parking_garage,...", "type": "string" }, "furnishedState": { "description": "One of the following : Any|furnished|part_furnished|unfurnished", "type": "string" }, "includeRented": { "description": "Example value: ", "type": "string" }, "includeRetirementHomes": { "description": "Example value: ", "type": "string" }, "includeSharedAccommodation": { "description": "Example value: ", "type": "string" }, "includeSharedOwnership": { "description": "Example value: ", "type": "string" }, "includeSold": { "description": "Example value: ", "type": "string" }, "isAuction": { "description": "Example value: ", "type": "string" }, "keywords": { "description": "Any word or term, ex : garden,wooden floors", "type": "string" }, "locationIdentifier": { "description": "The value of geoIdentifier field returned in .../v2/auto-complete endpoint with listings as search_type. Or the value of id field returned in ..../house-prices/v2/get-area endpoint (If you are searching by postal code). You must use EXACTLY the value returned by the endpoint.", "type": "string" }, "locationValue": { "description": "The value of geoLabel field returned in .../v2/auto-complete endpoint with listings as search_type. Or the value of name field returned in .../house-prices/v2/get-area (If you are searching by postal code). 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" }, "newHomes": { "description": "One of the following : only|exclude", "type": "string" }, "page": { "default": "1", "description": "The page index for paging purpose", "type": "number" }, "petsAllowed": { "description": "Example value: ", "type": "string" }, "priceFrequency": { "description": "One of the following per_month|per_year", "type": "string" }, "priceMax": { "default": "0", "description": "Maximum sale or rent price", "type": "number" }, "priceMin": { "default": "0", "description": "Minimum sale or rent price", "type": "number" }, "propertySubType": { "description": "Filter properties by category. Ignore OR one of the followings (Separated by comma for multiple options) : park_home,bungalow,farms_land,terraced,flats,semi_detached,detached", "type": "string" }, "radius": { "default": "0", "description": "The radius (miles) to look for properties (0.25 - 40)", "type": "number" }, "reducedPriceOnly": { "description": "Example value: ", "type": "string" }, "section": { "description": "One of the following : for-sale|to-rent", "type": "string" }, "smartTags": { "description": "One of the followings : condition.needs_modernisation|architecture.period_property|type.cottage|style.modern|attributes.utility_room|attributes.basement|attributes.conservatory|attributes.home_office|attributes.bath|attributes.en_suite|attributes.patio|attributes.kitchen_island. Ex : condition.needs_modernisation,architecture.period_property,...", "type": "string" }, "sortOrder": { "description": "One of the following : newest_listings|highest_price|lowest_price|most_reduced", "type": "string" }, "tenure": { "description": "One of the followings : share_of_freehold|freehold|leasehold. Ex : freehold,leasehold,...", "type": "string" } }, "required": [ "locationValue", "locationIdentifier" ], "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