Vast.com
Advertisers

Example Real Estate Feed

XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Example of xml feed format to send real estate listings to Vast.com. -->
<listings>
    <listing>
        <record_id>12345678</record_id>
        <title>1234 Main Street, San Francisco, CA</title>
        <url>http://www.yoursite.com/realestate/12345678.html</url>
        <category>real estate</category>
        <subcategory>single family home</subcategory>
        <image>http://www.yoursite.com/realestate/12345678.jpg</image>
        <address>1234 Main Street</address>
        <city>San Francisco</city>
        <state>CA</state>
        <zip>94105</zip>
        <country>United States</country>
        <bedrooms>4</bedrooms>
        <bathrooms>2</bathrooms>
        <square_footage>1600</square_footage>
        <stories>1</stories>
        <lot_size></lot_size>
        <parking_spots>1</parking_spots>
        <year_built>1999</year_built>
        <currency>USD</currency>
        <price>150,000</price>
        <amenities>dishwasher, fenced yard, air conditioning, garage, garden</amenities>
        <description>Only 12 min to downtown. This house has been totally updated in 2007.</description>
        <listing_time>2007-09-16-12:00:00</listing_time>
        <expire_time>2007-10-16-12:00:00</expire_time>
    </listing>
</listings>

line feeds (tsv, csv, bsv)

Use same fields as shown above for xml feed separated by respecting char separator ('\t', ',' or '|').

record_id title url category subcategory ..... listing_time expire_time
12345678 1234 Main Street, San Francisco, CA http://www.yoursite.com/vacations/12345678.html real estate single family home ..... 2007-09-16-12:00:00 2007-10-16-12:00:00