Xing

Their documentation

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.
Never use the same ID for two different ads.
Length is limited to 100 characters.

<![CDATA[54514]]>

job_title

  •  

The length needs to be between 3 and 255 characters.

<![CDATA[Sachbearbeiter Export (m/w/d)]]>

description

  •  

Allowed tags: h1, h2, h3, h4, h5, h6, hr, a, br, li, ol, ul, p, em, i, b, strong

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

<![CDATA[ROCKEN]]>

job_location

  •  

Requires to contains country and city:

  1. <city><![CDATA[Hamburg]]></city>

  2. <country><![CDATA[DE]]></country>

<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

<![CDATA[url]]>

url

  •  

Link to the application form

<![CDATA[https://rocken.jobs/application/sachbearbeiter-export-mwd54514/?utm_source=xing&utm_medium=cpc&utm_campaign=sponsored]]>

remote_options

  •  

Mapped:

{
  undefined: 'NON_REMOTE',
  home_office: 'FULLY_REMOTE',
  remote_work: 'FULLY_REMOTE',
  hybrid: 'PARTIALLY_REMOTE',
  on_site: 'NON_REMOTE'
}

Their choices:

  • FULLY_REMOTE

  • PARTIALLY_REMOTE

  • NON_REMOTE

<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.
The maximum length of all tags combined, separated by comma, is 500 characters.
(not visible to users)

skills

  •  

May contain several nodes holding a skill to be used to match candidates.
The maximum length of all skills combined, separated by comma, is 255 characters.

(not visible to users)

<skills><![CDATA[Java,Python]]></skills>

salary

  •  

Must contain a range_start and range_end which specify the lower and upper bound of the yearly salary range as integer. It may include an optional currency tag. The default value is ‘EUR’.

<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:

  • FULL_TIME

  • PART_TIME

  • CONTRACTOR

  • INTERN

  • SEASONAL

  • TEMPORARY

  • VOLUNTARY

Priority:

FULL_TIME

PART_TIME

OTHER..

<![CDATA[PART_TIME]]>

career_level

  •  

Mapped:

{
  specialist: 'JOBLEVEL_3',
  leadership: 'JOBLEVEL_4',
  executive: 'JOBLEVEL_5'
}

Their choices:

  • JOBLEVEL_1 – Student/Intern

  • JOBLEVEL_2 – Entry Level

  • JOBLEVEL_3 – Professional/Experienced

  • JOBLEVEL_4 – Manager (Manager/Supervisor)

  • JOBLEVEL_5 – Executive (VP, SVP, etc.)

  • JOBLEVEL_6 – Senior Executive (CEO, CFO, President)

<![CDATA[JOBLEVEL_3]]>

Comments

Leave a Reply