Feed will be fetched four times a day. Currently there is no way of pushing feeds into the XING Jobs.
Sandbox: https://space-rt-s.fra1.digitaloceanspaces.com/xing.xml
Production: https://space-rt.fra1.digitaloceanspaces.com/xing.xml
Our Fields
|
Field |
Required |
Description |
Example value |
|---|---|---|---|
|
id |
|
Unique identifier for your job ads. |
|
|
job_title |
|
The length needs to be between 3 and 255 characters. |
|
|
description |
|
Allowed tags: Other tags and attributes including style tags and inline CSS will be removed. Length is limited to 10.000 characters. More information: Feed description |
|
|
company_name |
|
Constant value: ROCKEN |
|
|
job_location |
|
Requires to contains country and city:
|
<job_location>
<address><![CDATA[Dammtorstraße 30]]></address>
<city><![CDATA[Hamburg]]></city>
<zip_code>08470</zip_code>
<country><![CDATA[DE]]></country>
<latitude>23.1112</latitude>
<longitude>41.220</longitude>
</job_location>
<job_location>
<city><![CDATA[Hamburg]]></city>
<country><![CDATA[DE]]></country>
</job_location>
|
|
reply_setting |
|
Constant value: url |
|
|
url |
|
Link to the application form |
|
|
remote_options |
|
Mapped: {
undefined: 'NON_REMOTE',
home_office: 'FULLY_REMOTE',
remote_work: 'FULLY_REMOTE',
hybrid: 'PARTIALLY_REMOTE',
on_site: 'NON_REMOTE'
}
Their choices:
|
<remote_options>
<remote_option><![CDATA[NON_REMOTE]]></remote_option>
<remote_option><![CDATA[FULLY_REMOTE]]></remote_option>
</remote_options>
|
|
tags |
|
May contain several nodes holding a tag to help find your ad. |
|
|
skills |
|
May contain several nodes holding a skill to be used to match candidates. (not visible to users) |
<skills><![CDATA[Java,Python]]></skills> |
|
salary |
|
Must contain a |
<salary>
<range_start>50000</range_start>
<range_end>70000</range_end>
<currency>EUR</currency>
</salary>
|
|
industry_id |
|
||
|
discipline_id |
|
||
|
job_type |
|
Should be only one value. Mapped: {
permanent: 'FULL_TIME',
part_time: 'PART_TIME',
temporary: 'TEMPORARY',
full_time: 'FULL_TIME'
}
Their choices:
Priority: FULL_TIME PART_TIME OTHER.. |
|
|
career_level |
|
Mapped: {
specialist: 'JOBLEVEL_3',
leadership: 'JOBLEVEL_4',
executive: 'JOBLEVEL_5'
}
Their choices:
|
|
Leave a Reply
You must be logged in to post a comment.