Your ads in SlideProp


If you want to post an ad you can do it from one of our partner sites.





If you have a real estate portal you can add your ads through an xml feed, Api, webservice. Contact us


The integration is done quickly, it is free and the clicks go directly to your portal.


Feed Details:


id: id of the ad on your portal
url: URL of the ad to your portal
title: ad title
type: operation type
property_type: type of property
content: ad description
price: price (only numbers without symbols)
floor_area: built area
plot_area: area of ​​the land or lot
rooms: number of rooms
bathrooms: number of bathrooms
address: postal address
city_area: Neighborhood
city: city
region: state, province or region
latitude: ad latitude [-90.0, 90.0]
longitude: ad longitude [-180.0,180.0]
picture_url: URL of the photo
agency: agency or broker name
agency_email: e-mail of the agency or broker
agency_telephone: tel of the agency or broker


Feed example:



<?xml version="1.0" encoding="utf-8"?>
<slideprop>
<ad>
<id><![CDATA[...]]></id>
<url><![CDATA[...]]></url>
<title><![CDATA[...]]></title>
<type><![CDATA[...]]></type>
<content><![CDATA[...]]></content>
<price><![CDATA[...]]></price>
<property_type><![CDATA[...]]></property_type>
<floor_area><![CDATA[...]]></floor_area>
<rooms><![CDATA[...]]></rooms>
<bathrooms><![CDATA[...]]></bathrooms>
<address><![CDATA[...]]]></address>
<city><![CDATA[...]]></city>
<city_area><![CDATA[...]]></city_area>
<region><![CDATA[...]]></region>
<pictures>
    <picture>
      <picture_url><![CDATA[...]]></picture_url>
    </picture>
</pictures>
<date><![CDATA[...]]></date>

<agency><![CDATA[...]]></agency>
<agency_email><![CDATA[...]]></agency_email>
<agency_telephone><![CDATA[...]]></agency_telephone>


</ad>

<ad>
...
</ad>

<ad>
...
</ad>


</slideprop>


contact us