XML Feed for Jobs Ads

REQUIRED FIELDS

  • id: id of the ad on your ads (numeric or alphanumeric, must be unique because we use it to avoid duplicate entries)
  • url: URL of the ad on your ad
  • title: title of the jobs ad
  • content: content of the ad

OPTIONAL FIELDS

  • company: name of the company hiring
  • experience: minimum experience
  • requirements: job requirements
  • studies: required level of education
  • category: job category
  • contract: type of contract; permanent, temporary, contract, internship etc
  • working_hours: job hours; full time/part time, 8 hours/day
  • telecommute: indicate if the job is to work from home or not
  • salary: salary (free text; can include comments or ranges e.g.: 20000-30000)
  • city_area: city area or neighborhood
  • city: city name
  • region: State or province where the jobs is located
  • country: country where the jobs is located
  • postcode: postcode
  • date: date of the ad in formats: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
  • expiration_date: date the ad will expired. Valid formats: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
  • picture: This tag includes the fields to specify the URL and the title of the image (title is optional). You are able to specify if the image is featured with the attribute "main". The values available for "main" are: "true" or "false".
    							
    								<picture main="true"><![CDATA[...]]></picture>							
    						
    The fields to define within the element are:
    picture_url: Image URL.
    picture_title: Image title.
    							
    								<pictures>
    									<picture>
    										<picture_url><![CDATA[...]]></picture_url>
    										<picture_title><![CDATA[...]]>/picture_title>
    									</picture> 
    
    									<picture featured="true">
    										<picture_url><![CDATA[...]]></picture_url>
    										<picture_title><![CDATA[...]]>/picture_title>
    									</picture>
    										...
    								</pictures>							
    						
  • contact_name: contact name
  • contact_email: contact's email address
  • contact_telephone: advertiser's phone number (numbers only, no punctuation must be included)

Sample file: jobs-xml.xml

					
						<?xml version="1.0" encoding="utf-8"?>
							<cari>
								<ad>
									<id><![CDATA[1234567]]></id>
									<url><![CDATA[http://www.yoursite.com/view/1234567]]></url>
									<title><![CDATA[PHP Programmer - Jakarta Selatan]]></title>
									<content><![CDATA[PHP Programmer in Jakarta Selatan]]></content>
									<company><![CDATA[Company Name]]></agency>
									<salary><![CDATA[30000000]]></salary>
									<experience><![CDATA[Experience]]></experience>
									<requirements><![CDATA[Apartment]]></requirements>
									<studies><![CDATA[Minimum Studies]]></studies>
									<category><![CDATA[Jobs category]]></category>
									<contract><![CDATA[Contract]]></contract>
									<working_hours><![CDATA[8 hours]]></working_hours>
									<address><![CDATA[Jl Kuningan No 1]]]></address>
									<city><![CDATA[Jakarta Selatan]]></city>
									<city_area><![CDATA[Jakarta Selatan]]></city_area>
									<region><![CDATA[DKI Jakarta]]></region>
									<country><![CDATA[Indonesia]]></country>
									<pictures>
										<picture>
											<picture_url><![CDATA[http://www.yoursite.com/image/image.jpg]]></picture_url>
											<picture_title><![CDATA[bedroom]]></picture_title>
										</picture>
									</pictures>
									<date><![CDATA[2019-01-01 20:00:00]]></date>
									<expiration_date><![CDATA[...]]></expiration_date>
									<contact_name><![CDATA[...]]></contact_name>
									<contact_email><![CDATA[...]]></contact_email>
									<contact_telephone><![CDATA[...]]></contact_telephone>
								</ad>
							</cari>					
				

Once you create XML Feed, please inform us your XML Feed URL Contact Us