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>556203</id>
    <url>https://www.studentjob.fr/offre/556203-sondage-remunere-gagnez-20-de-bons-d-achat</url>
    <title>Sondage rémunéré - Gagnez 20€ de bons d'achat</title>
    <function_title> Étude de marché</function_title>
    <responsibilities> Étude de marché</responsibilities>
    <location>
      <nationwide>false</nationwide>
      <city>Paris</city>
      <postalcode>75001</postalcode>
    </location>
    <description>
      <summary>
        <![CDATA[Vous avez plus de 16 ans et résidez en France ? Commencez à gagner dès maintenant avec Votre Opinion!]]>
      </summary>
      <long_description>
        <![CDATA[]]>
      </long_description>
    </description>
    <hours_per_week>
      <working_hours_min>2</working_hours_min>
      <working_hours_max>5</working_hours_max>
    </hours_per_week>
    <job_types>
      <job_type>weekend</job_type>
      <job_type>holiday</job_type>
      <job_type>studentjob</job_type>
      <job_type>work_from_home</job_type>
    </job_types>
    <functions>
      <function>
        <reference>offres-d-emploi-informatique</reference>
      </function>
      <function>
        <reference>offres-d-emploi-consulting</reference>
      </function>
    </functions>
    <education_types>
      <education_type>ecole de commerce/iae</education_type>
      <education_type>ecole d'ingénieurs</education_type>
      <education_type>université</education_type>
      <education_type>ecoles supérieures</education_type>
      <education_type>lycée ou cfa</education_type>
      <education_type>autres grandes ecoles</education_type>
    </education_types>
    <languages>
      <language>french</language>
    </languages>
    <salary>
      <currency>€</currency>
      <min/>
      <max/>
      <salary_rate>0</salary_rate>
    </salary>
    <drivers_license>false</drivers_license>
  </job>
  <job>
    <id>556204</id>
    <url>https://www.studentjob.fr/offre/556204-sondage-remunere-gagnez-20-de-bons-d-achat</url>
    <title>Sondage rémunéré - Gagnez 20€ de bons d'achat</title>
    <function_title>Étude de marché</function_title>
    <responsibilities>Étude de marché</responsibilities>
    <location>
      <nationwide>false</nationwide>
      <city>Paris</city>
      <postalcode>75001</postalcode>
    </location>
    <description>
      <summary>
        <![CDATA[Rejoignez Votre Opinion d’une manière rapide et simple et économisez de l’argent sur vos achats !]]>
      </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>evening</job_type>
      <job_type>weekend</job_type>
      <job_type>studentjob</job_type>
      <job_type>work_from_home</job_type>
    </job_types>
    <functions>
      <function>
        <reference>offres-d-emploi-communication</reference>
        <professions>
          <profession>offres-d-emploi-communication-employe-en-marketing</profession>
        </professions>
      </function>
      <function>
        <reference>offres-d-emploi-e-commerce</reference>
        <professions>
          <profession>offres-d-emploi-e-commerce-online-marketer</profession>
        </professions>
      </function>
    </functions>
    <education_types>
      <education_type>ecole de commerce/iae</education_type>
      <education_type>ecole d'ingénieurs</education_type>
      <education_type>université</education_type>
      <education_type>ecoles supérieures</education_type>
      <education_type>lycée ou cfa</education_type>
      <education_type>autres grandes ecoles</education_type>
    </education_types>
    <languages>
      <language>french</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:
  • traineeship
  • fulltime_temporary
  • fulltime
  • studentjob
  • holiday
  • weekend
  • internship
  • work_from_home
  • parttime
  • evening
  • voluntary
<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:
  • offres-d-emploi-agriculture
    • offres-d-emploi-agriculture-autres
  • offres-d-emploi-animation
    • offres-d-emploi-animation-autres
  • offres-d-emploi-au-pair
    • offres-d-emploi-au-pair-fille-au-pair
  • offres-d-emploi-autres
    • offres-d-emploi-autres
    • vacatures-receptioniste
    • vacatures-secretaresse
    • vacatures-telefoniste
  • offres-d-emploi-btp
    • offres-d-emploi-btp-autres
  • offres-d-emploi-centre-d-appel
    • offres-d-emploi-centre-d-appel-autres
    • offres-d-emploi-centre-d-appel-conseiller-clientele
    • offres-d-emploi-centre-d-appel-charge-de-clientele
    • vacatures-webcare-medewerker
  • offres-d-emploi-chauffeur
    • offres-d-emploi-chauffeur-autres
    • vacatures-bijrijder
    • vacatures-chauffeur
    • vacatures-heftruckchauffeur
    • vacatures-koerier
    • vacatures-logistiek-medewerker
    • vacatures-magazijnmedewerker
    • offres-d-emploi-chauffeur-livreur
    • vacatures-postbezorger
    • offres-d-emploi-chauffeur
    • vacatures-orderpicker
    • vacatures-transportplanner
    • vacatures-eindcontroleur
    • vacatures-expeditiemedewerker
  • offres-d-emploi-communication
    • offres-d-emploi-communication-autres
    • offres-d-emploi-communication-employe-en-communication
    • offres-d-emploi-communication-redacteur-web
    • offres-d-emploi-communication-employe-en-marketing
  • offres-d-emploi-comptabilite
    • offres-d-emploi-comptabilite-autres
    • offres-d-emploi-comptabilite-gestionnaire-de-paie
    • offres-d-emploi-comptabilite-analyste-financier
    • offres-d-emploi-comptabilite-gestionnaire-de-patrimoine
  • offres-d-emploi-consulting
    • offres-d-emploi-consulting-autres
    • offres-d-emploi-consulting-business-developer
  • offres-d-emploi-distribution
    • offres-d-emploi-distribution-autres
    • vacatures-winkelmedewerker
    • offres-d-emploi-distribution-hote-de-caisse
    • offres-d-emploi-distribution-manutentionnaire
  • offres-d-emploi-e-commerce
    • offres-d-emploi-e-commerce-autres
    • offres-d-emploi-e-commerce-online-marketer
    • offres-d-emploi-e-commerce-traffic-manager
  • offres-d-emploi-enseignement
    • offres-d-emploi-enseignement-autres
  • offres-d-emploi-entretien
    • offres-d-emploi-entretien-autres
  • offres-d-emploi-evenementiel
    • offres-d-emploi-evenementiel-hotesse
  • offres-d-emploi-gestion-de-projet
    • offres-d-emploi-gestion-de-projet-autres
  • offres-d-emploi-industrie
    • offres-d-emploi-industrie-autres
    • offres-d-emploi-industrie-employe-de-production
  • offres-d-emploi-informatique
    • offres-d-emploi-informatique-autres
    • offres-d-emploi-informatique-developpeur-d-applications
    • offres-d-emploi-informatique-developpeur-web
    • offres-d-emploi-informatique-developpeur-front-end
    • vacatures-it-trainee
    • offres-d-emploi-informatique-developpeur-java
    • offres-d-emploi-informatique-developpeur-php
    • offres-d-emploi-informatique-developpeur-ruby
    • offres-d-emploi-informatique-developpeur-de-logiciels
    • offres-d-emploi-informatique-administrateur-reseaux
  • offres-d-emploi-management
    • offres-d-emploi-management-autres
    • offres-d-emploi-management-manager
    • vacatures-hr-manager
    • vacatures-vestigingsmanager
    • vacatures-salesmanager
    • vacatures-teamleider
    • vacatures-supervisor
    • offres-d-emploi-management-assistant-manager
    • vacatures-projectmanager
  • offres-d-emploi-mode
    • offres-d-emploi-mode-autres
  • offres-d-emploi-prospection
    • offres-d-emploi-prospection-autres
    • offres-d-emploi-prospection-hotesse
    • offres-d-emploi-prospection-recruteur-de-donateurs
  • offres-d-emploi-ressources-humaines
    • offres-d-emploi-ressources-humaines-autres
    • offres-d-emploi-ressources-humaines-employe-en-rh
    • offres-d-emploi-ressources-humaines-recruteur
    • vacatures-salarisadministrateur
  • offres-d-emploi-restauration
    • offres-d-emploi-restauration-autres
    • offres-d-emploi-restauration-serveur
    • vacatures-horeca-medewerker
  • offres-d-emploi-sante
    • offres-d-emploi-santé-autres
  • offres-d-emploi-sciences
    • offres-d-emploi-sciences-autres
    • vacatures-docent
  • offres-d-emploi-secretariat
    • offres-d-emploi-secretariat-autres
    • offres-d-emploi-secretariat-employe-administratif
    • offres-d-emploi-secretariat-assistant-manager
  • offres-d-emploi-service-a-la-personne
    • offres-d-emploi-service-a-la-personne-autres
  • offres-d-emploi-traduction
    • offres-d-emploi-traduction-traducteur
  • offres-d-emploi-vente
    • offres-d-emploi-vente-autres
    • offres-d-emploi-vente-ingenieur-d-affaire
    • offres-d-emploi-vente-vendeur
    • offres-d-emploi-vente-commercial
<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:
  • autres grandes ecoles
  • ecole d'ingénieurs
  • ecole de commerce/iae
  • ecoles supérieures
  • lycée ou cfa
  • université
<languages>
List of <language> elements which contains the languages that are required for this vacancy. Possible values are:
  • german
  • arabic
  • korean
  • danish
  • french
  • hebrew
  • japanese
  • polish
  • portuguese
  • english
  • other
  • chinese
  • spanish
  • finnish
  • flemish
  • greek
  • italian
  • latin
  • dutch
  • norwegian
  • russian
  • swedish
  • 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.