Residential For Sale OpenPMXLite Example

From Real Estate Wiki

Jump to: navigation, search

Below is a sample RSS feed for the OpenPMXLite Residential For Sale Property types.

Notes

  • The type value that goes into <opmxl:propertytype> can be looked up on the Property Types page
  • The Sale Status value can be shown on the Status Types page. Generally the property listing should continue to be shown until it the feed shows a Closed status:

For Example: <opmxl:status>Closed</opmxl:status>. That will let the hosting database provider know that this property has been closed out and should be taken off the market.

Sample

<item>
                           
	<title>Centuryway</title>              
	<link>http://www.propbot.com/propDisplay.php?resintid=5874</link>
	<guid>http://www.propbot.com/O4K6XXO5874</guid> (Unique Id. Must be less than 255 characters)
	<description>20678 centuryway is a Beautiful 3 bedroom home ....</description>
	<pubDate>Tue, 13 Feb 2007 14:56:32 EST</pubDate>

        <opmxl:image1>http://www.propbot.com/image.php?id=47446&size=full</opmxl:image1> (full size photo please)
	<opmxl:category>rfs</opmxl:category>
        <opmxl:uniqueId>5874</opmxl:uniqueId> (This number should be unique and never change)
	<opmxl:propertytype>Single Family Home/Detached</opmxl:propertytype> (See Property Type ID's page for details)
        <opmxl:status>Active</opmxl:status> (See Status Types page for details)
	<opmxl:address>20678 Centuryway</opmxl:address>
	<opmxl:locality>Maple Heights</opmxl:locality> (Town or City)
	<opmxl:province>OH</opmxl:province> (State or Province)
        <opmxl:postalcode>44137</opmxl:postalcode>
	<opmxl:price>197699.00</opmxl:price> (decimal)
        <opmxl:pricetype>USD</opmxl:pricetype> (3 digit money code)
	<opmxl:lotsize>32342</opmxl:lotsize> (decimal)
        <opmxl:lotsizetype>sqfeet</opmxl:lotsizetype>(acres, sqfeet, meters)
        <opmxl:interiorsize>2355</opmxl:interiorsize>(decimal)
        <opmxl:interiorsizetype>sqfeet</opmxl:interiorsizetype>(sqfeet,meters)
	<opmxl:bedrooms>3</opmxl:bedrooms>
	<opmxl:bathrooms>1</opmxl:bathrooms> (Decimals can be accepted as well ie - 2.5)
	<opmxl:latitude>34.2342</opmxl:latitude>
	<opmxl:longitude>-74.242</opmxl:longitude>
	<opmxl:yearbuilt>1974</opmxl:yearbuilt>
        <opmxl:contactname>Jane Doe</opmxl:contactname>
        <opmxl:contactphone>1-234-567-8910</opmxl:contactphone>
        <opmxl:contactemail>jdoe@example.com</opmxl:contactemail>
        <opmxl:contactdomain>example.com</opmxl:contactdomain>
</item>
Personal tools