Connect your career site or ATS to Isarta

Automate your job postings directly from your career site or ATS.
You have 2 choices for integration, via our API or XML. Ready to integrate? Contact us

API

Our API allows you to add, modify, delete and view your job offers by connecting from your ATS or career site.
Documentation for connecting to our API

XML

Integrating your jobs from your system or ATS via an XML file is a practical method to easily and automatically import your jobs on Isarta as soon as they are available on your platform without having to log in. And when a job is no longer available, it will also disappear automatically.

Every day, our robot will examine your file in search of new jobs corresponding to our fields (marketing, communications, sales, graphic design, digital, IT). These will be automatically integrated on Isarta depending on the availability of postings in your package.

When you are ready and want us to test your XML file ((live example)) for integration of your jobs, please contact us: webmaster@isarta.com

XML File

In the example below, there is only one job. Each job should have its own <job></job> section. In <red> the required fields.

<?xml version="1.0" encoding="UTF-8"?>
<source>
    <publisher>My company</publisher>
    <publisherurl>http://www.myurl.com</publisherurl>

    <job>
        <referencenumber><![CDATA[324056]]</referencenumber>
        <title><![CDATA[Marketing expert]]></title>
        <company><![CDATA[Isarta Inc.]]></company>
        <city><![CDATA[Montreal]]></city>
        <state><![CDATA[QC]]></state>
        <country><![CDATA[CA]]></country>
        <description><![CDATA[<h1>Qualifications</h1><p>Description...</p]]></description>

        <email><![CDATA[infos@isarta.com]]></email>
        AND / OR
        <url><![CDATA[https://isarta.com/jobs/]]></url>

        <logo><![CDATA[https://emplois.isarta.com/images/Isarta-3-640x640.png]]></logo>
        <category><![CDATA[Marketing]]></category>
        <jobtype><![CDATA[Permanent]]></jobtype>
        <date><![CDATA[12/01/2022]]></date>
        <expiredate><![CDATA[12/03/2022]]></expiredate>
        <salary><![CDATA[45 000 à 55 000 $]]></salary>
    </job>
</source>

Field descriptions

publisher

This field is required. It must contain the name of the company producing the XML file.

publisherurl

This field is required. It must contain the URL of the company's website producing the XML file.

job

This is the tag in which each job posting is located. Each job should have its own job tag and sub-tags (below).

referencenumber

This field is required. It represents the unique job offer reference number.

title

This field is required. This is where you fill in the title of the job posting.

company

This field is required. This is the name of the company displayed in the job posting.

city

This field is required. This is the name of the city displayed in the job posting.

state

This field is required. This is the abbreviated name of the province of the job posting.

Accepted values:

country

This field is required. This is the country name of the job posting. The field must be composed of two capital letters.

Exemple: CA

description

Ce champ est requis. Il s'agit de la description de l'offre d'emploi.

Ce champ est généralement formaté avec des balises HTML. Seules les balises simples sont acceptées : h1, p, strong, ul, li, etc. Les tableaux et les javascript sont automatiquement enlevés par notre système.

email and/or url

At least one of these 2 fields is required.

The email is the email where you wish to receive the applications (the candidate will not see this email)

The URL represents the link to the job application web page on your site, if required.

It is possible to fill in only one of the two fields. The email field, ex : infos@isarta.com aalways takes precedence over that of the url, ex: https://isarta.com to give candidates a better application experience. This is also the field that we recommend that you use by default. If both fields are filled in, we will use email first.

logo

This field is optional. This is the link to the job specific URL.

category

Ce champs est optionnel. Il s'agit du domaine principal de l'offre d'emploi.

Accepted values:

jobtype

This field is optional. This is the type of job offer.

Accepted values:

date

Ce champ est optionnel (format requis : jj/mm/aaaa). Par exemple : 26/05/2022. This field is optional (format: dd/mm/yyyy). Exemple : 26/05/2022.

It represents the date on which you want the job offer to appear.

If no start date is provided, the job posting will appear as soon as we import the XML file.

expiredate

This field is optional (format: dd/mm/yyyy). Exemple : 04/06/2022.

It represents the date on which you want the job offer to stop being posted.

If no end date is provided, the job posting will stop displaying 31 days after import from the XML file.

salary

This field is optional. It represents the salary offered by the job offer.

Further information

You will need to provide us with an XML file accessible from a URL link. Example: https://isarta.com/xml/isarta.xml

When you are ready and want us to test your XML file for automatic integration of your jobs, please contact us: webmaster@isarta.com