Realmap is equipped to receive bulk XML data feeds from existing technology providers and listing aggregators. Our data specification is built around industry conventions, is relatively small and very easy to configure. Property listings received in this format are crunched and become live within 5 minutes, 24 hours a day!

Here's a few notes on the process.
* Valid data is imported into the database.
* The main image from <imageUrl> is retrieved once, cropped, saved locally and then served up to users.
* Where <addressDisplay> is "yes", we attempt to accurately geocode the property based on the address provided. With correct address information, we typically plot about 90% of addresses successfully. Only these properties are plotted on the Google Map interface and within Google Earth. Properties that aren't geocoded still appear in the results list, but not on the map.
* Listings with a "Current" status are then displayed.
* Buyers are directed to the URL within <landingPageUrl> for full property and contact details, giving agents full control over the conversion process.

To set up a bulk XML data feed, please contact us at tech@realmap.com.au.

Sample feed

    <realmapFeed/>    
      <property>    
        <agentDetails/>
          <listingSourceID/>
          <realmapAgentID/>
          <agencyName/>    
        <propertyDetails/>
          <propertyID/>
          <status/>
          <category/>
          <auctionDate/>
          <price/>
          <priceView/>
          <beds/>
          <baths/>
          <carSpaces/>
          <imageUrl/>
          <landingPageUrl/>
          <hasFloorplan/>
          <hasVirtualTour/>        
        <addressDetails/>
          <addressDisplay/>
          <unitNumber/>
          <streetNumber/>
          <streetName/>
          <suburb/>
          <postcode/>
          <state/>
          <latitude/>
          <longitude/>       
    
Example Feed
			
   <realmapFeed>    
      <property>
        <agentDetails>
          <listingSourceID>XML Feed</listingSourceID>
          <realmapAgentID>RM1234</realmapAgentID>
          <agencyName>ACME Real Estate Agency</agencyName>
        </agentDetails>    
        <propertyDetails>
          <propertyID>ABC123</propertyID>
          <status>Current</status>
          <category>House</category>
          <auctionDate />
          <price>400000</price>
          <priceView>$420,000</priceView>
          <beds>3</beds>
          <baths>2</baths>
          <carSpaces>1</carSpaces>
          <imageUrl>http://www.example.com.au/images/ABC123IMG.jpg</imageUrl>
          <landingPageUrl>http://www.example.com.au/property.asp?id=abc123</landingPageUrl>
          <hasFloorplan>yes</hasFloorplan>
          <hasVirtualTour />
        </propertyDetails>        
        <addressDetails>
          <addressDisplay>yes</addressDisplay>
          <unitNumber />
          <streetNumber>123</streetNumber>
          <streetName>Smith Street</streetName>
          <suburb>Paddington</suburb/>
          <postcode>4064</postcode>
          <state>QLD</state>
          <latitude/>
          <longitude/>
        </addressDetails>		
      </property>   
   </realmapFeed>	
    
 
About Us | Agents | Feedback | Terms | Agent Login
Copyright © 2006 Realmap - All rights reserved.