Vast.com
Advertisers

Example Services Feed

XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Example of xml feed format to send service listings to Vast.com. -->
<listings>
    <listing>
        <record_id>12345678</record_id>
        <title>Super Carpet Cleaning</title>
        <url>http://www.yoursite.com/service/12345678.html</url>
        <category>service</category>
        <subcategory>construction</subcategory>
        <image_url>http://www.yoursite.com/service/12345678.jpg</image_url>
        <city>San Francisco</city>
        <state>CA</state>
        <zip>94105</zip>
        <country>United States</country>
        <currency>USD</currency>
        <price>69.00</price>
        <description> Better Service & Results nTruck mounted unit steam clean.</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 Super Carpet Cleaning http://www.yoursite.com/service/12345678.html services construction ..... 2007-09-16-12:00:00 2007-10-16-12:00:00