0870 24 24 283

info@domus.net

I have used many different estate agent software packages in my 13 year career running an estate and letting agency and I must say that I have never found a system as easy to use as Domus.

I just thought that I would let you know how happy and impressed we are, firstly by the software and secondly by the superb service.

Ronald Davis - Director
Abode London Estate Agency

Domus is simply the quickest and easiest to use estate agent software we have ever used. Too many software providers over complicate their software, yet estate agency is a simple business and that is the way Domus operates.... quick, clean and slick!

The team provide great support and the icing on the cake is the fantastic website which Domus provided us with.

Alex Reay - Director
Sutherland Reay Estate Agency

I would recommend Domus estate agent software to anyone. The branch networking facilities make it extremely easy to share information between our agency offices.

We were up and running very quickly, the software couldn't be easier to use and the support is superb.

Brian Aitken - Director
Indigo Residential Estate Agency

The Domus system provides an incredibly simple to use owner and customer follow up process, which has contributed to both an increase in sales and an improvement in owner satisfaction.

We have been so pleased with the service that we have now extended it to two other agencies we own and run. I heartily recommend Domus to any estate agent who is not a direct competitor of ours!

Mike Cliffe-Jones - Director
Grupo Estupendo Estate Agency

Domus API

The Domus API allows Domus software to work with your existing website. You can now seamlessly integrate Domus property information by making some minor changes. Domus websites have always been built in this way and we have now made this facility available to external developers and web designers.

The API provides a full search facility, featured properties and full details including photos, floorplans and EPC graph. We're sure you'll come up with all sorts of innovative ways to use the API but to get you started, here are some of our ideas:

  • Include Domus data into your existing website
  • RSS feed for property search
  • Mobile optimised property search
  • Search widget for blog

How Does It Work?

The Domus API works by accepting a normal HTTP request, processing that request and returning results in XML format. It is platform independent so your application may be built using any technology: PHP,.NET, AJAX, Java, Ruby, etc.

We've developed an example site in PHP to demonstrate how the API works. If you'd like to see the API in action, please email us at support@domus.net

API Methods

Property Search

Search for properties using a variety of criteria. Returns summary data for each property suitable for display in a list.

Parameters

sales Specifies whether to include sales or letting properties in the results (true for sales, false for lettings). Defaults to true.
min The minimum price of any properties to be returned. Defaults to 0.
max The maximum price of any properties to be returned. Defaults to 10,000,000.
beds The minimum amount of bedrooms of any property to be returned. Defaults to 0.
location The location of the property. Can be any part of the address or postcode.
type A list of one or more property type IDs of any properties to be returned.
area A list of one or more area IDs of any properties to be returned.
country The ISO Country Code of any properties to be returned.
new Specifies to include only New Build properties in the results.
items The number of results to be returned. Defaults to 10.
sort The sort order of the results, by price (up for ascending, down for descending). Defaults to up.

Property Details

Returns full details of the property you specify including full description, rooms, photos, floorplans, EPC graph, branch contact details.

Parameters

propertyID The ID of the property required.
photo The position in the list of the photo to be displayed as the main photo. Defaults to 1.

Featured Properties

Returns all properties that have been marked as a featured property by the customer. Returns summary data for each property suitable for display in a list.

Parameters

None