The feed is a list of jobs provided in XML format. Each job includes the following properties:

FieldDescription
guidUnique ID of the position
titlePosition title
descriptionPosition description (HTML)
requirementsPosition requirements (HTML)
departmentPosition department
urlThe URL of the position’s page – refer candidates to this page. The URL includes a tracking parameter that allows Comeet to associate applicants with the job board that referred them
employerName of the company
employer-uidUnique ID of the company
cityPosition location - city
statePosition location - state
countryPosition location - two-character country code according to ISO 3166-1 Alpha-2
remoteThis field will be deprecated on Dec 31 2023 – use workplace-type instead.
A boolean property - True indicates that the position is open to candidates that are looking to work remotely
zipcodePosition location - zip code
position-emailUnique email address of the position, accepting emails that include a resume file as an attachment. The email includes a tracking parameter that allows Comeet to associate applicants with the job board that sent them
post-dateThe date of the post as: YYYY-DD-MM
last-update-dateThe date when the position was last updated as: YYYY-DD-MM
employment-typeEmployment type
workplace-typeIndicates the position's workplace type as one of the following: Remote, On-site, Hybrid
<?xml version="1.0" encoding="UTF-8"?>
<jobs>
   <job>
      <guid><![CDATA[NV8xMzc4MF8xMTM4NV8yOTc0]]></guid>
      <title><![CDATA[Senior Java/J2EE Engineer]]></title>
      <description><![CDATA[<p><b>Description:</b> </p><p>We are looking for talented, experienced Java/J2EE Developers to join our Core Java team. </p><p><b>Responsibilities:</b></p><p><b></b></p><ul><li>As a Java/J2EE developer, you'll be facing challenges that are at the "edge" of the cutting edge of technology, and therefore, it is a position in which you will be constantly thinking out-of-the-box to find a creative solution or the shortest path to victory, depending on the call of the hour. </li><li>If you truly love technology, this won't feel like work, more like a thrilling adventure. The ability to work as a team member is crucial here as we all depend on each other's success. </li><li>Independent work is also very important, and of course, at the end of the day, delivering code that works on time. </li><li>Some of the skills required: debugging, sprint planning, and system design &amp; task estimation. Strong knowledge in Java and EJB's - a must, with a big plus if you are a Groovy/Grails Warrior.</li></ul>]]></description>
      <requirements><![CDATA[<ul><li><span>At least 6 years of Java/J2EE, EJB Development Experience</span><br></li><li>At least one year experience working with EJB’s in an Application Server environment</li><li>Groovy &amp; Grails a big plus</li><li>At least 2 years of Java/J2EE Development in Online Environments</li><li>Experience in multi-threaded environments</li><li>Proven track record of driving projects to completion</li><li>Advantage working in a startup environment</li><li>Team player with good interpersonal skills</li><li>Sense of humor a must, but not required. On-job training provided.</li></ul><p><br></p><p><b><i>Think you fit the bill? We want to hear from you! </i></b></p>]]></requirements>
     	<department><![CDATA[Engineering]]></department>
     	<url><![CDATA[https://www.companyname.com/jobs/7C.209/senior-javaj2ee-engineer/?coref=1.11.p9B_00E]]></url>
     	<employer><![CDATA[Company name]]></employer>
      <employer-uid><![CDATA[11.111AA]]></employer-uid>
      <city><![CDATA[New York]]></city>
      <state><![CDATA[NY]]></state>
      <country><![CDATA[US]]></country>
      <zipcode>10003</zipcode>
      <position-email><![CDATA[[email protected]]]></position-email>
      <post-date>2020-05-02</post-date>
      <last-update-date>2020-06-06</last-update-date>
      <employment-type><![CDATA[ Hourly ]]></employment-type>
      <workplace-type><![CDATA[Remote]]></workplace-type>
   </job>
   ...
</jobs>