Help FAQ/Employers & Job Boards/Submitting an XML feed of your jobs

Is there a specification for a Simply Hired XML format?

Simply Hired Team
posted this on November 19, 2010 16:04

Below is an example of a skeleton XML format. Please check the required data fields before submitting a feed.

<jobs>

 

  <job>

 

    <title/>

    <job-code/>

    <job-board-name/>

    <job-board-url/>

    <detail-url/>

    <apply-url/>

    <job-category/>

 

    <description>

      <summary/>

      <required-skills/>

      <required-education/>

      <required-experience/>

      <!-- below are all boolean -->

      <full-time/>

      <part-time/>

      <flex-time/>

      <internship/>

      <volunteer/>

      <exempt/>

      <contract/>

      <permanent/>

      <temporary/>

      <telecommute/>

    </description>

 

    <compensation>

      <salary-range/>

      <salary-amount/>

      <salary-currency/>

      <benefits/>

    </compensation>

 

    <posted-date/>

    <close-date/>

 

    <location>

      <address/>

      <city/>

      <state/>

      <zip/>

      <country/>

    </location>

 

    <contact>

      <name/>

      <email/>

      <hiring-manager-name/>

      <hiring-manager-email/>

      <phone/>

      <fax/>

    </contact>

 

    <company>

      <name/>

      <description/>

      <industry/>

      <url/>

    </company>

 

  </job>

 

</jobs>

 
Topic is closed for comments