Feed specifications - Version 2

Introduction:

On this page we specify the requirements for xml feeds that we import. Please make sure the feed will include at least all of the mandatory fields as described here.


Sample feed:

<?xml version="1.0" encoding="UTF-8"?>
<jobs>
  <job>
    <id>329729</id>
    <url>https://www.studentjob.at/stellenangebote/329729-event-servicemitarbeiter-m-w-d-fur-wien-und-umgebung</url>
    <title>Event- &amp; Servicemitarbeiter (m/w/d) für Wien und Umgebung</title>
    <function_title>Catering Servicemitarbeiter (m/w/d)</function_title>
    <responsibilities>Service, Catering</responsibilities>
    <location>
      <nationwide/>
      <city>Wien</city>
      <postalcode>1010</postalcode>
    </location>
    <description>
      <summary>
        <![CDATA[Du möchtest mit uns in den kommenden Jahren neue Abenteuer bestreiten und gemeinsam weiterwachsen? Dann bist du bei uns genau richtig! Wir sind auf der Suche nach talentierten und leidenschaftlichen Menschen, die ein gewisses Extra mitbringen: eine echte Liebe zum Essen, zu Veranstaltungen, eine positive und engagierte Einstellung und einen originellen, kreativen Geist!]]>
      </summary>
      <long_description>
        <![CDATA[]]>
      </long_description>
    </description>
    <hours_per_week>
      <working_hours_min>10</working_hours_min>
      <working_hours_max>40</working_hours_max>
    </hours_per_week>
    <job_types>
      <job_type>parttime</job_type>
      <job_type>weekend</job_type>
      <job_type>fulltime_temporary</job_type>
    </job_types>
    <functions>
      <function>
        <reference>gastronomie-jobs</reference>
        <professions>
          <profession>catering-jobs</profession>
        </professions>
      </function>
    </functions>
    <education_types>
      <education_type>andere</education_type>
    </education_types>
    <languages>
      <language>english</language>
      <language>german</language>
    </languages>
    <salary>
      <currency>€</currency>
      <min>12.0</min>
      <max>14.0</max>
      <salary_rate>0</salary_rate>
    </salary>
    <drivers_license>false</drivers_license>
  </job>
  <job>
    <id>552349</id>
    <url>https://www.studentjob.at/stellenangebote/552349-heimarbeit-marktforschung-flexible-arbeit-von-zu-hause</url>
    <title>Heimarbeit - Marktforschung - Flexible Arbeit von zu Hause</title>
    <function_title>Market research </function_title>
    <responsibilities>Market research </responsibilities>
    <location>
      <nationwide>false</nationwide>
      <city>Wien</city>
      <postalcode>1010</postalcode>
    </location>
    <description>
      <summary>
        <![CDATA[Egal ob du unterwegs oder zu Hause bist, schließe Online Umfragen für Meinungsstudie ab und verdiene dein Geld. Zusätzlich gibt es monatliche Belohnungen in Form von über 75.000 Top-Marken-Gutscheinen für unsere Mitglieder.]]>
      </summary>
      <long_description>
        <![CDATA[]]>
      </long_description>
    </description>
    <hours_per_week>
      <working_hours_min>1</working_hours_min>
      <working_hours_max>8</working_hours_max>
    </hours_per_week>
    <job_types>
      <job_type>parttime</job_type>
      <job_type>weekend</job_type>
      <job_type>holiday</job_type>
      <job_type>work_from_home</job_type>
    </job_types>
    <functions>
      <function>
        <reference>verwaltung-jobs</reference>
      </function>
      <function>
        <reference>online-marketing-jobs</reference>
        <professions>
          <profession>online-vermarkter-jobs</profession>
        </professions>
      </function>
    </functions>
    <education_types>
      <education_type>ahs</education_type>
      <education_type>andere</education_type>
      <education_type>bhs/ bms</education_type>
      <education_type>universität/ hochschule</education_type>
    </education_types>
    <languages>
      <language>german</language>
    </languages>
    <salary>
      <currency>€</currency>
      <min/>
      <max/>
      <salary_rate>0</salary_rate>
    </salary>
    <drivers_license>false</drivers_license>
  </job>
</jobs>

Reasoning:

With our job openings we are trying to comply with the standard defined by schema.org, JobPosting, by doing this we are easier and better discoverable in google. With the new vacancy search system build by Google and already available in the US there are some extra requirements coming from Google as well with which we try to comply as much as possible.

XSD:

The XSD for the xml can be found here: XSD

Fields:

<id>, Mandatory
The id in your own system, we use this to identify your job opening in our system. This must be unique per job opening.
<url>, Mandatory
An url we can use to redirect the candidates to when they want to apply. Must be a string of at most 255 characters.
<title>, Mandatory
The title of the job opening. Must be a string of at most 255 characters.
<function_title>
The name of the function, for example: Account Manager. Must be a string of at most 35 characters and cannot contain ! or ?.
<responsibilities>
The main responsibility of this vacancy, for example: Responsible for operational tasks. Must be a string of at most 255 characters and cannot contain ! or ?.
<location>, Mandatory
Either nationwide is present here, or city and postalcode combination.
<nationwide>, Mandatory
Flag indicating that this is a nationwide job opening. Must be a boolean.
<city>, Mandatory
This city where this vacancy is taking place. Must be a string of at most 255 characters. The postalcode and the city should match for best vacancy experience!
<postalcode>, Mandatory
This contains the postalcode of this vacancy. Must be a string and a valid postalcode.
<description>, Mandatory
<summary>, Mandatory
A small introduction text for the job opening. This will be shown on the search results page of the job openings. Must be a string of at most 65535 characters.
<long_description>, Mandatory
Describe the function, what you offer to the candidate, what you request from the candidate, and possibly some extra info.
<hours_per_week>
The hours per week the candidate will be working. Please keep this in line with <job_types> you chose.
<working_hours_min>
Minimum amount of work hours
<working_hours_max>
Maximum amount of work hours.
<job_types>, Mandatory
List of <job_type> elements which contains the job type that are associated with this vacancy. At most one specified per <job_type> element. Possible values are:
  • evening
  • holiday
  • voluntary
  • work_from_home
  • fulltime
  • weekend
  • internship
  • parttime
  • traineeship
  • fulltime_temporary
  • fulltime_experience
<functions>, Mandatory
List of <function> elements which contains the function that are associated with this vacancy. There should be at least 1 function specified and at most 2.
<reference>, Mandatory
The reference of the function
<professions>, Mandatory
List of <profession> elements which contains the profession that are associated with this vacancy. At most one specified per <profession> element. The profession is a sub specification of the function. There should be at least 1 and at most 2 professions specified.
Possible values for Function and Professions are:
  • altenpfleger-jobs
    • altenpfleger-jobs-catchall
  • assistenz-jobs
    • assistenz-jobs-catchall
    • rezeptionistin-jobs
    • sekretaerin-jobs
    • telefonist-jobs
  • beratung-jobs
    • beratung-jobs-catchall
    • jobs-berater
  • controlling-jobs
    • controlling-jobs-catchall
    • jobs-finance-trainee
    • jobs-finanzberater
    • jobs-finanzen
  • empfang-jobs
    • empfang-jobs-catchall
  • fahrer-jobs
    • fahrer-jobs-catchall
    • beifahrer-jobs
    • chauffeur-jobs
    • gabelstaplerfahrer-jobs
    • kurier-jobs
    • logistik-mitarbeiter-jobs
    • lagerist-jobs
    • paketzusteller-jobs
    • postbote-jobs
    • schubmaststaplerfahrer-jobs
    • kommissionierer-jobs
    • verkehrsplaner-jobs
    • end-kontrolleur-jobs
    • expedit-jobs
  • gastronomie-jobs
    • gastronomie-jobs-catchall
    • catering-jobs
    • stellenangebote-gastronomie
  • gebaeudereiniger-jobs
    • gebäudereiniger-jobs-catchall
    • putzfrau-jobs
    • jobs-betreiber
    • jobs-hausmeister
  • hr-jobs
    • hr-jobs-catchall
    • hr-mitarbeiter-jobs
    • recruiter-jobs
    • lohnbuchhalter-jobs
  • instandhaltung-jobs
    • instandhaltung-jobs-catchall
  • it-jobs
    • it-jobs-catchall
    • app-entwickler-jobs
    • c-net-entwickler-jobs
    • entwickler-jobs
    • it-trainee-jobs
    • java-entwickler-jobs
    • php-entwickler-jobs
    • ruby-entwickler-jobs
    • software-entwickler-jobs
    • systemadministrator-jobs
  • kultur-jobs
    • kultur-jobs-catchall
  • kundenservice-jobs
    • kundenservice-jobs-catchall
    • call-center-mitarbeiter-jobs
    • kundendienstmitarbeiter-jobs
    • helpdesk-angestellter-jobs
    • webcare-angestellter-jobs
  • management-jobs
    • management-jobs-catchall
    • manager-jobs
    • hr-manager-jobs
    • filialleiter-jobs
    • salesmanager-jobs
    • teamleiter-jobs
    • supervisor-jobs
    • betriebsleiter-jobs
    • projektmanager-jobs
  • marketing-jobs
    • marketing-jobs-catchall
    • kommunikations-mitarbeiter-jobs
    • web-editor-jobs
    • marketingangestellter-jobs
  • medizinische-jobs
    • medizinische-jobs-catchall
  • online-marketing-jobs
    • online-marketing-jobs-catchall
    • online-vermarkter-jobs
    • seo-spezialist-jobs
  • paedagogik-jobs
    • pädagogik-jobs-catchall
    • dozent-jobs
  • pflege-jobs
    • pflege-jobs-catchall
    • krankenschwester-jobs
    • haeuslicher-pflegedienst-jobs
    • haushaltshilfe-jobs
  • produktion-jobs
    • produktion-jobs-catchall
    • produktionsassistenz-jobs
  • projektmanagement-jobs
    • projektmanagement-jobs-catchall
  • promotion-jobs
    • promotion-jobs-catchall
    • hostess-jobs
    • jobs-promotor
  • sicherheitsdienst-jobs
    • sicherheitsdienst-jobs-catchall
  • technik-jobs
    • technik-jobs-catchall
  • tourismus-jobs
    • tourismus-jobs-catchall
  • training-jobs
    • training-jobs-catchall
  • verkauf-jobs
    • verkauf-jobs-catchall
    • ladenangestellte-jobs
    • kassierer-kassiererin-jobs
    • regalauffueller-jobs
  • vertrieb-jobs
    • vertrieb-jobs-catchall
    • kaufmaennische-angestellte-jobs
    • verkaeufer-jobs
    • account-manager-jobs
  • verwaltung-jobs
    • verwaltung-jobs-catchall
    • verwaltungsassistent-jobs
    • back-office-mitarbeiter-jobs
<education_types>, Mandatory
List of <education_type> elements which contains the education type that are associated with this vacancy. At most one specified per <education_type> element. Possible values are:
  • ahs
  • andere
  • bhs/ bms
  • universität/ hochschule
<languages>
List of <language> elements which contains the languages that are required for this vacancy. Possible values are:
  • other
  • arabic
  • chinese
  • danish
  • german
  • english
  • finnish
  • flemish
  • french
  • greek
  • hebrew
  • italian
  • japanese
  • korean
  • latin
  • dutch
  • norwegian
  • polish
  • portuguese
  • russian
  • swedish
  • spanish
  • taiwanese
  • czech
  • turkish
<salary>
The salary that will be paid for this vacancy.
<currency>
Possible currencies: €, £, SEK, CHF
<min>, Mandatory if you wish to add salary
The minimum salary for this vacancy.
<max>
The maximum salary for this vacancy.
<salary_rate>
The rate at which the amounts are considered: per hour, per week, per month, per year
<drivers_license>
A flag that says if the candidate is required to have a drivers license. Must be a boolean.