XML Feed for Property Ads

REQUIRED FIELDS

  • id: id of the ad on your ads (numeric or alphanumeric, must be unique because we use it to avoid duplicate entries)
  • url: URL of the ad on your ad
  • title: title of the property ad
  • type: property transaction type:
    • "For Rent": property for rent
    • "For Sale": property for sale
    • "Room": flatshare
    • "Land For Sale": land for sale
  • content: content of the ad
  • price: price of the property for sale or for rent (integer value). For rent property, you can indicate the period of rent (weekly, monthly or yearly) by selecting one of the following:
    							
    								<price><![CDATA[...]]></price>
    								<price period="yearly"><![CDATA[...]]></price>
    								<price period="monthly"><![CDATA[...]]></price>
    								<price period="weekly"><![CDATA[...]]></price>							
    						

OPTIONAL FIELDS

  • property_type: apartment, house, villa, condo, etc.
  • rooms: number of bedrooms (integer value)
  • bathrooms: number of bathrooms (integer value)
  • address: street address where the property is located
  • city_area: City area where the property is located
  • city: City where the property is located
  • region: State or province where the property is located
  • postcode: postcode
  • date: date of the ad in formats: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
  • floor_number: floor number/storys
  • latitude: latitude of the property
  • longitude: longitude of the property
  • orientation: orientation of the property: north, south, east or west
  • agency: name of the listing agency
  • floor_area: area of the property in metres squared (integer value)
  • plot_area: lot area / area of the land on which the property is located (integer value); select one of the following:
  • condition: condition of the home. e.g.: "renovated" or "development"
  • year: year the property was built in the format: YYYY
  • virtual_tour: URL to the virtual tour of the property
  • eco_score: information, in free-text format, about the property’s energy efficiency
  • pictures: This tag is parent for all picture tag
  • picture: This tag includes the fields to specify the URL and the title of the image (title is optional). You are able to specify if the image is featured with the attribute "main". The values available for "main" are: "true" or "false".
    							
    								<picture main="true"><![CDATA[...]]></picture>							
    						
    The fields to define within the element are:
    picture_url: Image URL.
    picture_title: Image title.
    							
    								<pictures>
    									<picture>
    										<picture_url><![CDATA[...]]></picture_url>
    										<picture_title><![CDATA[...]]>/picture_title>
    									</picture> 
    
    									<picture featured="true">
    										<picture_url><![CDATA[...]]></picture_url>
    										<picture_title><![CDATA[...]]>/picture_title>
    									</picture>
    										...
    								</pictures>							
    						
  • parking: tell is property has parking (format: 0 = No, 1 = Yes)
  • is_furnished: the property is furnished or not (format: 0 = No, 1 = Yes)
  • expiration_date: date the ad will expired. Valid formats: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
  • is_new: whether or not the property is new (format: 0 = No, 1 = Yes)

Sample file: property-xml.xml

					
						<?xml version="1.0" encoding="utf-8"?>
								<cari>
								<ad>
								<id><![CDATA[1234567]]></id>
								<url><![CDATA[http://www.yoursite.com/view/1234567]]></url>
								<title><![CDATA[Apartment Mediterania For Sale - Jakarta Selatan]]></title>
								<type><![CDATA[For Sale]]></type>
								<agency><![CDATA[Era Property]]></agency>
								<content><![CDATA[Apartment Mediterania For Sale in Jakarta ]]></content>
								<price><![CDATA[300000000]]></price>
								<property_type><![CDATA[Apartment]]></property_type>
								<floor_area><![CDATA[45]]></floor_area>
								<rooms><![CDATA[2]]></rooms>
								<bathrooms><![CDATA[1]]></bathrooms>
								<parking><![CDATA[0]]></parking>
								<address><![CDATA[Jl ]]]></address>
								<city><![CDATA[Jakarta Selatan]]></city>
								<city_area><![CDATA[Jakarta Selatan]]></city_area>
								<region><![CDATA[DKI Jakarta]]></region>
								<pictures>
									<picture>
										<picture_url><![CDATA[http://www.yoursite.com/image/image.jpg]]></picture_url>
										<picture_title><![CDATA[bedroom]]></picture_title>
									</picture>
								</pictures>
								<virtual_tour><![CDATA[]]></virtual_tour>
								<floor_number><![CDATA[30]]></floor_number>
								<orientation><![CDATA[]]></orientation>
								<is_furnished><![CDATA[]]></is_furnished>
								<date><![CDATA[2019-01-01 20:00:00]]></date>
								<expiration_date><![CDATA[...]]></expiration_date>
								<is_new><![CDATA[]]></is_new>
								<condition><![CDATA[]]></condition>
								<year><![CDATA[2012]]></year>
								</ad>
								</cari>					
				

Once you create XML Feed, please inform us your XML Feed URL Contact Us