If you would like to submit an XML feed of your job postings, please use the form below.
Make sure that your feed follows the layout below.
<source>
<lastBuildDate></lastBuildDate>
<publisherUrl></publisherUrl>
<publisher></publisher>
<expectedJobCount></expectedJobCount>
<job>
<partnerJobId></partnerJobId>
<company></company>
<title></title>
<description></description>
<industry></industry>
<applyUrl></applyUrl>
<companyId></companyId>
<location></location>
<alternateLocations>
<alternateLocation></alternateLocation>
<alternateLocation></alternateLocation>
<alternateLocation></alternateLocation>
</alternateLocations>
<city></city>
<state></state>
<country></country>
<postalCode></postalCode>
<industryCodes>
<industryCode></industryCode>
<industryCode></industryCode>
</industryCodes>
<jobFunctions>
<jobFunction></jobFunction>
<jobFunction></jobFunction>
</jobFunctions>
<experienceLevel></experienceLevel>
<jobtype></jobtype>
<skills>
<skill></skill>
<skill></skill>
<skill></skill>
<skill></skill>
</skills>
<salaries>
<salary>
<highEnd>
<amount></amount>
<currencyCode></currencyCode>
</highEnd>
<lowEnd>
<amount></amount>
<currencyCode></currencyCode>
</lowEnd>
<period></period>
<type></type>
</salary>
<salary>
<highEnd>
<amount></amount>
<currencyCode></currencyCode>
</highEnd>
<lowEnd>
<amount></amount>
<currencyCode></currencyCode>
</lowEnd>
<period></period>
<type></type>
</salary>
</salaries>
<workplaceTypes></workplaceTypes>
<listDate></listDate>
<expirationDate></expirationDate>
</job>
</source>
Please follow the chart below for formatting jobtype field.
Code ID | Description |
FULL_TIME | Full Time |
PART_TIME | Part Time |
TEMPORARY | Temporary |
INTERNSHIP | Internship |
FREELANCE | Freelance |
The following fields are required to have a job posted.
Field | Description |
partnerJobId | The job's internal ID. It needs to be unique, and less than 40 characters. |
title | The job title. |
description | The description of the job. Can contain html for styling. |
companyName* | This is only needed if the XML has jobs from more than one company. |
applyUrl | Used to allow users to apply for the job. |
lastBuildDate | Needs to be updated when changes are made.
|