Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Feed Format

<properties/>
<property/>
<location/>
<province/>
<city-name/>
<longitude/> ###.####
<latitude/> ##.####
<geocode-type/> ( exact | approximate )
<details/>
<prices/>
<price-rent/>
<price-sale/>
<currency/> ( USD | CRC | EUR )
<year-built/>YYYY
<num-bedrooms/>
<num-bathrooms/>
<lot-size/>
<square-feet/>
<date-listed/>YYYY-MM-DD
<date-sold/>YYYY-MM-DD
<property-type/> ( home | land | commercial | development )
<description/>
<mlsId/>
<provider-listingid>
<landing-page-url/>
<listing-type/> ( for-sale | for-rent | for-sale_for-rent )
<status/>
<site/>
<site-url/>
<site-name/>
<pictures/>
<picture/>
<picture-url/>
<agent/>
<agent-name/>
<agent-phone/>
<agent-email/>
<agent-picture-url/>
<broker/>
<broker-name/>
<broker-phone/>
<broker-email/>
<office/>
<office-name/>
<office-phone/>
<office-email/>
<franchise/>
<franchise-name/>
<franchise-phone/>
<franchise-email/>

RealEstateFacil.com – XML Specification for Listing Submission - 01/2009


XML Feed Example
<?xml version=”1.0”?>
<properties>
<property>
<location>
<province>Heredia</province>
<city-name>Santo Domingo</city-name>
<longitude>-84.0869</longitude>
<latitude>9.9803</latitude>
<geocode-type>approximate</geocode-type>
</location>
<details>
<prices>
<price-sale>450000</price-sale>
<price-rent></price-rent>
<currency>USD</currency>
</prices>
<year-built>1972</year-built>
<num-bedrooms>2</num-bedrooms>
<num-full-bathrooms>1</num-full-bathrooms>
<lot-size></lot-size>
<square-feet>890</square-feet>
<date-listed>2009-02-20</date-listed>
<property-type>home</property-type>
<description>Newly remodeled house in great location.</description>
<mlsId>123456</mlsId>
<provider-listingid>14586740</provider-listingid>
</details>
<landing-page-url>http://www.BrokerURL.com/?listingid=123456</landing-page-url>
<listing-type>for-sale</listing-type>
<site>
<site-url>www.BrokerURL.com</site-url>
<site-name>Broker Realty</site-name>
</site>
<pictures>
<picture>
<picture-url>http://images.brokerurl.com/123456/1.jpg</picture-url>
</picture>
<picture>
<picture-url>http://images.brokerurl.com/123456/2.jpg</picture-url>
</picture>
</pictures>
<agent>
<agent-name>Bob Agent</agent-name>
<agent-phone>800-555-1234</agent-phone>
<agent-email>bob@brokerurl.com</agent-email>
<agent-picture-url>http://images.brokerurl.com/bagent.jpg</agent-picture-url>
</agent>
<broker>
<broker-name>Jane Broker</broker-name>
<broker-phone>800-555-4321</broker-phone>
<broker-email>jane@broker.com</broker-email>
</broker>
<office>
<office-name>Main Office</office-name>

RealEstateFacil.com – XML Specification for Listing Submission - 01/2009


<office-phone>800-555-3412</office-phone>
<office-email>main@office.com</office-email>
</office>
<franchise>
<franchise-name>Franchise Realty</franchise-name>
<franchise-phone>800-555-4321</franchise-phone>
<franchise-email>info@franchiserealty.com</franchise-email>
</franchise>
</property>
</properties>

RealEstateFacil.com – XML Specification for Listing Submission - 01/2009

You might also like