XML Feed

Format

Theoretisch können wir jede Art von Feed verwenden. Falls Sie also einen bereits existierenden Feed haben, schicken Sie ihn uns einfach. Sollten Sie aber einen neuen Feed erstellen müssen, empfehlen wir das folgende Format:
<?xml version="1.0" encoding="UTF-8" ?>
<jobs>
  <job>
    <id><![CDATA[B8E8235C-914D-11EF-A9A1-67CFB46D6A02]]></id>
    <title><![CDATA[Python Developer]]></title>
    <url><![CDATA[https://www.example.com/view_job.php?id=12345]]></url>
    <location>
        <city><![CDATA[London]]></city>
        <region><![CDATA[Greater London]]></region>
        <country><![CDATA[United Kingdom]]></country>
    </location>
    <company><![CDATA[SAT1]]></company>
    <company_url><![CDATA[http://www.sat1.de/]]></company_url>
    <description>
       <![CDATA[
 complete job ad content <br>
 including <br>
 HTML formatting
        ]]>
    </description>
    <contract_type><![CDATA[permanent]]></contract_type>
    <working_hours><![CDATA[full-time]]></working_hours>
    <salary><![CDATA[£30000 - 33000]]></salary>
    <application_email><![CDATA[applyhere@example.com]]></application_email>
    <apply_url><![CDATA[https://www.example.com/job_application.php?id=12345]]></apply_url>
    <careerjet-apply-data>
      <![CDATA[apply_key=043762d616698aa9ddef8a93624ee314&jobTitle=Python%20Developer&jobLocation=London%2C%20Greater%20London%2C%20United%20Kingdom&jobCompanyName=BBC&postUrl=https%3A%2F%2Fwww.example.com%2Fapply%2Fcareerjet%3Fref%3DFXGT-4312&phone=optional&coverletter=optional&hl=en_US]]>
    </careerjet-apply-data>
  </job>
  <job>
    <id><![CDATA[C5974D08-914D-11EF-9319-81CFB46D6A02]]></id>
    <title><![CDATA[Sales Manager]]></title>
    <url><![CDATA[https://www.example.com/view_job.php?id=12345]]></url>
    <location>
        <city><![CDATA[London]]></city>
        <region><![CDATA[Greater London]]></region>
        <country><![CDATA[United Kingdom]]></country>
    </location>
    <company><![CDATA[Deutsche Telekom]]></company>
    <company_url><![CDATA[http://www.telekom.com/]]></company_url>
    <description>
       <![CDATA[
 complete job ad content <br>
 including <br>
 HTML formatting
       ]]>
    </description>
    <contract_type><![CDATA[permanent]]></contract_type>
    <working_hours><![CDATA[full-time]]></working_hours>
    <salary><![CDATA[£23000 - 28000]]></salary>
    <application_email><![CDATA[applyhere@example.com]]></application_email>
    <apply_url><![CDATA[https://www.example.com/job_application.php?id=12345]]></apply_url>
    <careerjet-apply-data>
      <![CDATA[apply_key=043762d616698aa9ddef8a93624ee314&jobTitle=Sales%20Manager&jobLocation=London%2C%20Greater%20London%2C%20United%20Kingdom&jobCompanyName=British%20Telecom&postUrl=https%3A%2F%2Fwww.example.com%2Fapply%2Fcareerjet%3Fref%3DFXGU-4313&phone=optional&coverletter=optional&hl=en_US]]>
    </careerjet-apply-data>
  </job>
  ...
</jobs>

Including programmatic bids in sponsored feeds

For sponsored feeds, we suggest you include your bids in the following way:
  <job>
    ...
    <programmatic>
      <bid>
        <cost_model>CPC</cost_model>
        <currency_code>USD</currency_code>
        <amount>3.50</amount>
      </bid>
    </programmatic>
  </job>

Feed-Inhalt

Der Feed muss alle Ihre Jobs enthalten und nicht nur die neu hinzugekommenen. Einen Job, der nicht im Feed ist, können wir nicht auflisten.

Update-Häufigkeit

Ihre Feeds sollten mindestens einmal am Tag aktualisiert werden, idealerweise genau vor Mitternacht (GMT). Idealerweise ist Ihr Feed direkt mit Ihrer Datenbank verbunden, sodass er immer auf dem neuesten Stand ist.