Spanish Property Network property Spain properties for sale from real estate agents and property owners all over Spain.

Join  |  Login  |  Contact us  Spanish Property Network in English  Spanish Property Network en Español

If you already have a database of properties and can create an XML output to our specification, we can automatically import your properties.

Contact us today!

Just some of our Spanish property network websites.

Advertise your properties for free on all of these websites.

spanishpropertynetwork.net
spanishpropertynetwork.es
propertymarbella.net
propertycostablanca.net
propertycostabrava.net
propertycostadelsol.net
propertyandalucia.net
proprtymallorca.net
propertytobuyspain.com
spanish-realestate.es
costadelsolguide.com
andalucian-properties.com
andalucian-property.net
property-costadelsol.com
marbella-realestate.net
marbelladevelopments.com
costadelsolproperty.info
propertyspain.info
property-spain.info

New International Property Networks from
The Search Property Group

Looking for web design in London?



The Search Property Group (SPG)
XML Import Structure V.1.2

You can import your properties automatically into our database by providing us with an XML file in the following format:

Introduction

This document describes the SPG XML data structure required for importing property data into our network databases and provides technical details of the XML file format itself.

Photographs

Associated with each  property are a number of images. The number of images associated with each property can vary from four through to twelve.

Due to our quality requirements, there must be at least 4 photographs  per property and they must be of good quality and accurate in portraying the property.

Images should be 600 pixels wide by 450 pixels high.

The images should be in JPG or GIF format.  Images should be prefixed with a full URL to the image.

Tags

<Root> </Root>
The entire XML file is surrounded by a pair of “Root” tags
<Property></Property>
Each property in the file is surrounded by a pair of “Property” tags
<ID>3</ID>
Each property has a unique ID and is represented as shown (in this case, ID 3)
<Ref>XX123</Ref>
Your property reference. We will automatically prefix this by our own unique reference.
<Date>2008-06-23 12:01:00</Date>
The date the property was last modified
<Headline>
Surrounds the list of language headings.
<en>Excellent Investment!</en>
<es>Bueno!</es>
</Headline>
This is a summary / headline text of the property. The maximum length of this field is 50 characters.
Headlines may be displayed in several languages.
en - English - is mandatory. Other possibilities are:
es: Spanish
<Description>
Surrounds the list of descriptionss.
<en>A beautiful property built on a huge plot…</en>
<es>Egual en Español!</es>
</Description>
The description text of the property. Up to 1000 characters. Spelling should be correct. English is mandatory - other possibilities are Spanish
<Price>120000</Price>
The sales price of the property. No commas or decimals.
<Currency>EUR</Currency>
The sales price currency. Other possibilities include GBP, USD
<Type>Villa</Type>
The type of property. As text. Maximum of 50 characters.
<Category>Beach Property</Category>
Possibilities: Beach Property, Town Property, Golf Property, Rental Property, Mountain Property, Country Property
<Country>Spain</Country>
The country name.
<Province>Malaga</Province>
The province / country / region / state  name.
<Location>Marbella</Location>
The town name.
<Locality>Old Town</Locality>
A more localised description. E.g. area of town. Maximum 50 characters.
<Bedrooms>3</Bedrooms>
Number of bedrooms. Must be a number.
<Bathrooms>3</Bathrooms>
Number of bathrooms. Must be a number.
<Measurement>M2</Measurement>
The measurement used for sizes. Possibilities M2, FEET2
<PlotSize>650</PlotSize>
The surface area of the land. A number. Can be 0 if not applicable. E.g. apartments.
<BuiltSize>200</BuiltSize>
The constructed surface area of the property. A number. Can be 0 if not applicable. E.g. Land.
<Terraces>25</Terraces>
The surface area of the terraces. A number. Can be 0 if not applicable. E.g. Land.
<Garden>Yes</Garden>
Possibilities: Yes, No, Communal, Private, Landscaped. It may be empty
<Pool>Yes</Pool>
Possibilities: Yes, No, Communal, Private, Heated, Indoors. It may be empty
<Views></Views>
Surrounds the list of views. It may be empty
    <View>Sea</View>
    Possibilities Sea, Mountain, Swimming Pool, Gardens, Mountains, Port, Harbour, Lake, Countryside, Street
<Parking>Garage</Parking>
Possibilities: Street, Yes, No, Garage, Off Road, Car Port. The tag may be empty
<Features>
Encloses the Feature tags. It may be empty.
<Feature>Satellite TV</Feature>
Individual features - the Feature Tag may be repeated any no of times
</Features>

Image Format

<Images></images>
The large images are surrounded by the images tags.
<image id="1"></image>
The photo number. Surrounds the url and title. Maximum of 12 minimum of 4.
<url>http://www.yourdomain.com/photos/ image1.jpg</url>
<Title>Pool View</Title>

Example XML File Format

<Root>
<Property>
<ID>3</ID>
<Ref>XX123</Ref>
<Date>2008-06-23 12:01:00</Date>
<Headline>
<en>Excellent Investment!</en>
</Headline>
<Description>
<en>A beautiful property built on a huge plot…</en>
</Description>
<Price>120000</Price>
<Currency>EUR</Currency>
<Type>Villa</Type>
<Category>Beach Property</Category>
<Location>Marbella</Location>
<Province>Malaga</Province>
<Country>Spain</Country>
<Locality>Old Town</Locality>
<Bedrooms>3</Bedrooms>
<Bathrooms>3</Bathrooms>
<Measurement>M2</Measurement>
<PlotSize>650</PlotSize>
<BuiltSize>200</BuiltSize>
<Terraces>25</Terraces>
<Garden>Yes</Garden>
<Pool>Yes</Pool>
<Views>
<View>Sea</View>
<View>Mountain</View>
</Views>
<Parking>Garage</Parking>
<Features>
<Feature>Satellite TV</Feature>
<Feature>Alarm</Feature>
<Feature>Central Heating</Feature>
<Feature>Wine Cellar</Feature>
</Features>
<Images>
<image id="1">
<url>http://www.yourdomain.com/photos/image1.jpg</url>
<Title>Pool View</Title>
</image>
<image id="2">
<url>http://www.yourdomain.com/photos/image2.jpg</url>
<Title>Bedroom</Title>
</image>
<image id="3">
<url>http://www.yourdomain.com/photos/image3.jpg</url>
<Title>Bedroom</Title>
</image>
<image id="4">
<url>http://www.yourdomain.com/photos/image4.jpg</url>
<Title>Bedroom</Title>
</image>
</Images>
</Property>
</Root>