JobPlaces.De

Freitag, 19. April 2024

AGB
Datenschutz
XML-Schnittstelle
Preise
Impressum/Kontakt
Stellenanzeigen können bei den Servern der Arbeitgeber in XML Format von jobplaces.de abgefragt werden.
Die Anfragen erfolgen dreimal täglich per HTTP oder HTTPS POST REQUEST an eine vom Arbeitgeber vordefinierte URL und Passwort.
Die Struktur des XML Dokuments ist im folgenden ersichtlich und kann mit der folgenden XSD Datei validiert werden.

Das Uploaden von Jobanzeigen via XML-Schnittstelle befindet sich noch in der Testphase.Nach der Testphase wird es in die AGBs als Upload-Option aufgenommen werden.Bis dahin können nur unter gegenseitigem Einvernehmen mit dem Interessenten Stellenanzeigen mit der XML-Schnittstelle hochgeladen werden.



Job Ads can be loaded by jobplaces.de from the server of the Employers or Ordering Firms in XML Format.
The Queries take place three times in the day per HTTP or HTTPS POST REQUEST to a by the Ordering Firm predefined URL and Password.
The structure of the XML Document can be seen below und can be validated with the following XSD

The uploading of job advertisements via XML interface is still in the test phase. After the test phase, it will be included in the terms and conditions as an upload option. Until then, job advertisements with the XML interface can only be uploaded by mutual agreement with the interested party




<?xml version="1.0" encoding="utf-8"?>
<jobs>
  <passwordStatus>true</passwordStatus>                  <!-- String Value possible values true or false -->
    <job>
    <id>12345</id>                                       <!-- String Value -->
	
	<status>active</status>                              <!-- String Value, possible values active or deactivated -->
	
	<ref_number>12345</ref_number>                       <!-- String Value -->
	
	<published_date>20.07.2018</published_date>          <!-- only accepted format dd.mm.yyyy -->
	
	<title><![CDATA[for example Truck
	Driver in Stuttgart]]></title>                       <!-- any HTML formated title,  allowed tags  see below -->
	
	<description><![CDATA[for example Truck
	Driver in Stuttgart with
	many years experience</h3>
		.......
		........
	<h3>Requirements</h3>
	<ul>
	<li>.........</li>
	<li>.........</li>
	<li>.........</li>
	</ul>]]>
	</description>                                       <!-- any HTML formated description, allowed tags  see below -->

    <language>de</language>                                <!-- international code of the job ad language -->
	
	<keywords>.....</keywords>                        <!-- comma separated keywords, to serve the search algorithm-->
	
	<location_postalcode>70173</location_postalcode>     <!-- String Value -->
	
	<location>Stuttgart</location>                       <!-- String Value -->
	
	<latitude>48.782706</latitude>                       <!-- Float Value -->
	
	<longitude>9.180674</longitude>                      <!-- Float Value -->
	
	<job_weblink>in case of redirection, 
	 URL of the Job </job_weblink>                       <!-- String Value -->
	
	<logo_weblink>URL Address
 	 of the logo</logo_weblink>                          <!-- String Value -->
	
    <employer>
	
      <company_name>company name</company_name>          <!-- String Value -->
	  
      <postalcode>70173</postalcode>                     <!-- String Value -->
	  
      <location>Stuttgart</location>                     <!-- String Value --> 
	  <!-- The firm data remain confidential
	  expect the contact data, so specify what
	  as contact data will be published -->
	  <contact><![CDATA[any contact data]]></contact>    <!-- any HTML formated Contact Data,  allowed tags  see below -->
	  
    </employer>	  
  </job>
  <!--  next jobs  -->
</jobs>
  

Explanations:

/jobs/passwordStatus

String Value, possible values true or false

/jobs/job/id

String value intentifies a unique job-id inside the ordering firm

/jobs/job/status

String Value, possible values active or deactivated

/jobs/job/ref_number

String Value

/jobs/job/published_date

only accepted format dd.mm.yyyy

/jobs/job/title

any HTML formated title, allowed tags: <br>,<br />,<b>,</b>,<i>,</i>,<ul>,</ul>,<ol>,</ol>,<li>,</li>,<p>,</p>,<h1>,</h1>,<h2>,</h2>,<h3>,</h3>,<h4>,</h4>,<h5>,</h5>,<h6>,</h6>

/jobs/job/description

any HTML formated description including requirements, allowed tags: <br>,<br />,<b>,</b>,<i>,</i>,<ul>,</ul>,<ol>,</ol>,<li>,</li>,<p>,</p>,<h1>,</h1>,<h2>,</h2>,<h3>,</h3>,<h4>,</h4>,<h5>,</h5>,<h6>,</h6>

/jobs/job/keywords

keywords, comma separated values to serve the search algorithm

/jobs/job/location_postalcode

Postalcode Workplace, String Value

/jobs/job/location

Location Workplace, String Value

/jobs/job/latitude

Latitude Workplace, Float Value

/jobs/job/longitude

Longitude Workplace, Float Value

/jobs/job/job_weblink

String Value, if a valid URL, the visitor of jobplaces.de is redirected for more job details to that link clicking
on the search result, else must stands 'empty'

/jobs/job/logo_weblink

String Value

/jobs/job/employer/company_name

String Value

/jobs/job/employer/postalcode

String Value

/jobs/job/employer/location

String Value

/jobs/job/employer/contact

any HTML formated Contact Data, allowed tags: <br>,<br />,<b>,</b>,<i>,</i>,<ul>,</ul>,<ol>,</ol>,<li>,</li>,<p>,</p>,<h1>,</h1>,<h2>,</h2>,<h3>,</h3>,<h4>,</h4>,<h5>,</h5>,<h6>,</h6>


Each time is loaded the whole job details while the element status is set to 'active'
If the element status is set to 'deactivated' the following elements can be empty
but the previous id element must contain the job id for deactivation clarity.



© 2018 - 2024 jobplaces.de