Add your ads to CityList Jobs

Add your announcements from your website to the search results of CityList Jobs

Do you have a website that publishes job announcements?
Would you like to increase visits to your website and receive quality traffic for free?
You want to know or record your brand for users that are looking for jobs?

We just need an XML feed of your job announcements and shortly these will visible within the search results for CityList Jobs.

What is an XML Feed?

An XML feed is a simple text file with specific formatting (XML) that contains its own structured information of your job announcements.
To make an XML feed for job announcements is simple to do using any programming language, even the one which runs your web site.

How does it work?

Follow these steps to set up an XML feed:

  1. read the XML file specific and then compare example proposed;
  2. through your preferred programming language you can set up a small program from your database of job announcements, and the show according to the specific at the "point 1";
  3. to verify if the specific XML file you have generated works properly please use our on-line validator;
  4. Inform us using this module that the XML feed for job announcements has been completed;
  5. ... Very shortly your job announcements will be indexed and available for search by the thousands of users on CityList Jobs.

XML Feed Specific of CityList Jobs

Carefully read the XML Feed specific described below.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE feed SYSTEM "http://www.verthink.com/dtd/job-1.0.dtd">
XML file header. The encodingmust be UTF-8; of course the textual content must be encoded in UTF-8. Obligatory.
feedThis is root node and contains the XML Feed of CityList Jobs. Obligatory.
feed/versionThe version number of XML Feed of CityList Jobs: actually is 1.0. Obligatory.
feed/infoThe node contains all the information relating to specific feed. Obligatory.
feed/info/publisherInformation relating to the publisher. Obligatory.
feed/info/publisher/nameThe name of the publisher. Example: "Temporary Work Inc.". Obligatory.
feed/info/publisher/siteThe publisher web site. Example: "http://www.example.com/". Obligatory.
feed/info/publisher/emailPublisher's XML Feed Mail address. Example: "info@example.com". Obligatory.
feed/info/build-dateXML Feed build date (not to the realization of the programme that generates the feed itself) in format RFC 2822. Example: "Fri, 09 Jan 2009 01:40:22 +0100" Obligatory.
feed/info/engineWork for this value is always "job". Obligatory.
feed/info/multipageThis macro-node contains information relating to feed multipage where the number of announcements was very high. An XML Feed can in fact be divided into more seen feed of smaller sizes. Is recommended not to overcome, for a single feed, about 1.000 ads.
feed/info/multipage/base-urlThe node contains the base URL of feed without the parameter that controls the page number required. Obligatory if this multipage.
feed/info/multipage/page-paramThis node contains the name of the parameter to add to the URL in the format "?param_name=value" (HTTP GET request only). Obligatory if this multipage.
feed/info/multipage/pagesThe pages node contains information on the current page and to the last page available. Obligatory if this multipage.
feed/info/multipage/pages/currentThis node contains the page of feed currently generated (must be equal to the value of the parameter page-param the request GET sent or the value "1" if the request has been carried out without specifying any parameter). The request will be next; made with this value increased by a unit be (up to the value of the nodelast, included). Obligatory if this multipage.
feed/info/multipage/pages/lastThis node contains the number of the last page of feed. Work will be all pages from 1 to number in this parameter Obligatory if this multipage.
feed/itemsThe items node contains all ads inside item nodes. Obligatory.
feed/items/item[@kind]The item node contains information related to a single ads.
It's obligatory to specity attribute kind that can be one of this values:
  • new : all obligatory node must be specified; ads is treated as new and is indexed;
  • deleted : ads is deleted from index. The only node that is obligatory to specify is unique-reference.
Obligatory tag and attribute @kind.
feed/items/item/metadataThis macro-node contains descriptive information of the announcement Obligatory.
feed/items/item/metadata/unique-referenceThis is the node more important of the macro-node metadata: it contains the identifier the announcement.
We use this identifier to refer to the announcement inserted. If the identifier exists already be in our indices (for the same publisher/name) will be discarded (if you run an operation[@kind = "new"]) or deleted (if you run an operation[@kind = "deleted"]). Obligatory.
feed/items/item/metadata/urlThe node contains the URL of this announcement. This address will be used in the pages of the results to lead the user to the display of the advertisement on the site of the publisher. Obligatory.
feed/items/item/metadata/date-publishingDate of publication of the announcement on the site of the publisher (for the specification for the date format compare feed/info/build-date). Obligatory.
feed/items/item/metadata/date-expirationDate of expire of the announcement. After this date announcement could be deleted from our indexes (for the specification for the date format compare feed/info/build-date).
feed/items/item/metadata/locationThis macro-node contains information relative to the locations of work place. Obligatory.
feed/items/item/metadata/location/addressFull address in the form "Name road, number, Zip code, City, USA".
feed/items/item/metadata/location/country-codeNation code in ISO 3166 (Alpha 2) format. Obligatory.
feed/items/item/metadata/location/administrative-areaThe Administrative Area relative to location.
feed/items/item/metadata/location/sub-administrative-areaThe Sub-Administrative Area relative to location.
feed/items/item/metadata/location/localityThe City (locality) relative to location.
feed/items/item/metadata/location/thoroughfareThe thoroughfare relative to location.
feed/items/item/metadata/location/postal-code-numberPostal Code Number
feed/items/item/metadata/location/longitudeThe exact longitude relative to location (in the interval +180/-180 to referer 180° EAST/180° WEST)
feed/items/item/metadata/location/latitudeThe exact latitude relative to location (in the interval +90/-90 to referer 90° NORD/90° SUD)
feed/items/item/metadata/contactThis macro-node contains information related to contacts of job offer.
feed/items/item/metadata/contact/advertiserThe advertiser that offers work.
feed/items/item/metadata/contact/emailEmail address of feed/items/item/metadata/contact/advertiser.
feed/items/item/metadata/contact/phone-numberTelephone number of feed/items/item/metadata/contact/advertiser. It's possible to repeat more times this node to indicate more telephone numbers.
feed/items/item/positionLa posizione da ricoprire a cui fa riferimento l'offerta di lavoro. Esempio: "Ingegnere Edile", "Segretaria di Direzione", ... Obbligatorio.
feed/items/item/companyL'Azienda che ha aperto la specifica posizione (potrebbe essere uguale a feed/items/item/metadata/contact/advertiser qualora advertiser non sia una agenzia per il lavoro).
feed/items/item/descriptionDetailed and complete text of job offer description. Can't contains HTML tag and must be obviously coded in UTF-8. This text must not be truncated or shorted.
feed/items/item/salary[@currency]The salary for the workers (gross, annual). In the attribute @currency must be specified the currency in ISO 4217 format. Example: "USD".
feed/items/item/educationThe title of study required to perform the task. Example: "Laureato in Ingegneria Elettronica", "Diploma di Perito Elettrotecnico", ...
feed/items/item/jobtypeThe type of job for this list:
  • fulltime : occupazione a tempo pieno;
  • parttime : employment of half a day or at least not full time.
feed/items/item/skillsKnow-how required to this job offer, max age, auto-munito. Example: "Experience of 10 years in the field, maximum 40 years old..."

Example XML Feed

Form to validate the XML Feed.

Use this for to submit to validation test your XML Feed.

Feed XML address (URL):

Form to submit a new XML Feed

Use this form to submit to CityList staff the address of your XML Feed.

XML Feed address (URL):
Short description:
(optional)