Vast.com
Advertisers

Example Job Feed

XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Example of xml feed format to send job listings to Vast.com. -->
<listings>
    <listing>
        <record_id>12345678</record_id>
        <title>Software Engineer proficient in PHP and Java</title>
        <url>http://www.yoursite.com/jobs/12345678.html</url>
        <category>job</category>
        <address>1234 Main Street</address>
        <city>San Francisco</city>
        <state>CA</state>
        <zip>94105</zip>
        <country>United States</country>
        <company>ABC Technologies</company>
        <listing_time>2006-10-16-12:06:00</listing_time>
        <expire_time>2006-11-16-12:06:00</expire_time>
        <description>Self-starting coder needed for early-stage company</description>
        <job_type>full-time</job_type>
        <industry>Information Technology</industry>
        <job_category>Software Engineering</job_category>
        <job_title>Senior Software Engineer</job_title>
        <education>BA or BS degree</education>
        <experience>5 years</experience>
        <salary>90,000</salary>
    </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 address ..... listing_time expire_time
12345678 Software Engineer proficient in PHP and Java http://www.yoursite.com/jobs/12345678.html job 1234 Main Street ..... 2007-09-16-12:00:00 2007-10-16-12:00:00