Skip to main content

Create a Talroo Apply XML Job Feed

info

Before continuing please work with your Talroo POC to ensure evaluation has been had and necessary agreements have been signed.

Overview

To use the Talroo Apply integration, you will need a dedicated job feed solely for Talroo Apply jobs. If you already have an XML job feed you are using to advertise jobs on Talroo’s platform, then all you will need to do is add a new <talroo_apply> node and its child nodes, <custom_questions>, <postUrl>, <addressCollection>, and <resume_required>, to the jobs within the feed.

If you do not already have a job feed you are using with Talroo, you can refer to our Job Feed Specification page for details on how this job feed should be formatted.

Example Talroo Apply Job Node

<job>
<title><![CDATA[Talroo Apply Job]]></title>
<date><![CDATA[Wed, 15 May 2024 20:52:19 EST]]></date>
<referencenumber><![CDATA[unique123]]></referencenumber>
<url>
<![CDATA[https://example.com/]]>
</url>
<company><![CDATA[Noel's Humble Giant Corporation]]></company>
<city><![CDATA[Austin]]></city>
<state><![CDATA[TX]]></state>
<postalcode><![CDATA[78758]]></postalcode>
<description>
<![CDATA[<p><strong>THIS IS A JOB DESCRIPTION</strong></p>
<p>Job Descriptions support HTML! You should utilize basic html in job descriptions so that the information they convey is clear to the job seeker.</p>>]]>
</description>
<talroo_apply>
<custom_questions><![CDATA[https://example.com/custom_questions.json]]></custom_questions>
<postUrl><![CDATA[https://example.com/postUrl]]></postUrl>
<addressCollection><![CDATA[required]]></addressCollection>
<resume_required><![CDATA[false]]></resume_required>
</talroo_apply>
</job>
note

The above example does NOT require resumes from job seekers, and they will be optional. For more on resumes collection see Applicant Resumes.