Vast.com
Advertisers

Example Pets Feed

XML

<?xml version="1.0" encoding="utf-8"?>
<listings>
    <listing>
        <record_id>12345678</record_id>
        <title>Pure-bred Beagle, 3 mo. old</title>
        <url>http://www.yoursite.com/pets/12345678.html</url>
        <pet_category>Dogs</pet_category>
        <address>1234 Main Street</address>
        <city>San Francisco</city>
        <state>CA</state>
        <zip>94105</zip>
        <country>United States</country>
        <listing_time>2006-10-16-12:06:00</listing_time>
        <expire_time>2006-11-16-12:06:00</expire_time>
        <description>Fun beagle, white with brown/black spots</description>
        <breed>Beagle</breed>
        <age>3 months</age>
        <color>white</color>
        <sex>female</sex>
        <size>small</size>
        <image_url>http://www.yoursite.com/pets/12345678.jpg</image_url>
        <price>500.00</price>
    </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 pet_category address ..... listing_time expire_time
12345678 Pure-bred Beagle, 3 mo. old http://www.yoursite.com/pets/12345678.html Dogs 1234 Main Street ..... 2007-09-16-12:00:00 2007-10-16-12:00:00