We require feeds in Rentish XML format, shown below. However, we can handle most XML formats, provided the required fields are present. The fields high-lighted in red below are required.
<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property>
<listing-type>(apartment | room)</listing-type>
<location>
<unit-number></unit-number>
<street-address></street-address>
<display-address>(yes|no)</display-address>
<city-name></city-name>
<zipcode></zipcode>
<county></county>
<state-code></state-code>
<longitude></longitude>
<latitude></latitude>
<enable-streetview>(yes|no)</enable-streetview>
</location>
<details>
<price></price>
<num-bedrooms></num-bedrooms>
<date-listed></date-listed>
<property-type>(apartment/house)</property-type>
<title></title>
<description></description>
<date-available></date-available>
</details>
<site>
<site-url></site-url>
<site-name></site-name>
<listing-url></listing-url>
<listing-id></listing-id>
</site>
<pictures>
<!-- repeatable tag group-->
<picture>
<picture-url></picture-url>
<picture-caption></picture-caption>
<picture-seq-number></picture-seq-number>
</picture>
</pictures>
<agent>
<agent-name></agent-name>
<agent-email></agent-email>
<agent-phone></agent-phone>
<agent-id></agent-id>
</agent>
<detailed-characteristics>
<has-garage>(yes|no)</has-garage>
<has-parking>(yes|no)</has-parking>
<has-garden>(yes|no)</has-garden>
<has-balcony>(yes|no)</has-balcony>
<has-disabled-access>(yes|no)</has-disabled-access>
<has-livingroom>(yes|no)</has-livingroom>
<has-broadband>(yes|no)</has-broadband>
<furnished>(yes|no)</furnished>
<ensuite>(yes|no)</ensuite>
<room-count></room-count>
<number-of-baths></number-of-baths>
</detailed-characteristics>
<rental-terms>
<price-term>(weekly | monthly)</price-term>
<lease-min-length-months></lease-min-length-months>
<lease-max-length-months></lease-max-length-months>
<security-deposit></security-deposit>
<smoking-allowed>(yes|no)</smoking-allowed>
<pets-allowed>(yes|no)</pets-allowed>
<min-age></min-age>
<max-age></max-age>
<references-required>(yes|no)</references-required>
</rental-terms>
</property>
</properties>