Home Job Listings Syndication Contact Us Log On Employers Click Here

Job Listings Syndication

Delphiword.com has a free RSS/SSI feed to syndicate our job listings. This is an ideal was to stay up to date with the latest job listings using your news aggregator, or to add value to your Delphi-centric website.

Our syndication URL is:
http://www.delphiworld.com/synd.php

  [Valid RSS]

Our only requirement for using syndication is that you explicitly acknowledge that the job listings originated here and provide a link to http://www.delphiworld.com. Additionally, this may NOT be used on commercial websites that charge a fee to post a job (no spidering allowed).

By default, our syndication url will return all active jobs on our website. There are optional parameters you can use to restrict and tailor the results to your specific needs. Note the parameters are case-sensitive.

state
Returns those belonging to a single US state (see table below). Ignored if specifying a non-US country.

country
Returns those belonging to a single country (see table below)

age
Limit by the posting age (in days)

count
Display a maximum number of job listings

hide_empty
By default, if no job listings are available, a single item with the text "No jobs are available" will be returned along with a link to the main page. Setting hideempty=1 in this situation will return no item records (an empty record set).

feedtype
Multiple RSS feed types are available. Valid values are:

    RSS0.91, RSS1.0 (default, if not specified), RSS2.0, OPML


Additionally, for sites not RSS capable, we can return a HTML block you can use as a server side includes. Set the "feedtype" to:

    SSI

And use any or all of the same parameters as described above. Use this piece of Javascript to include the block on your webpage:

<script language="JavaScript" type="text/javascript" src=
"http://www.delphiworld.com/synd.php?feedtype=SSI[other options]"></script>

Additionally, two additional parameters are available exclusively for SSI requests:

no_banner
Hides the delphiworld.com logo and banner text. Set to 1 to use.

no_frame
Hides the frame and banner drawn around job listings. Set to 1 to use.

 


Examples:

  • To list all jobs in the state of Virginia:
    http://www.delphiworld.com/synd.php?state=48

  • To list all jobs in the state of Virginia that are less than 15 days old:
    http://www.delphiworld.com/synd.php?state=48&age=15

  • To list all jobs in the state of Virginia that are less than 15 days old, not displaying the "empty" item if no lists are available:
    http://www.delphiworld.com/synd.php?state=48&age=15&hide_empty=1

  • To list all jobs in the state of Virginia using RSS 2.0 format:
    http://www.delphiworld.com/synd.php?state=48&feedtype=RSS2.0

  • To list all jobs in the state of Virginia using SSI:
    <script language="JavaScript" type="text/javascript" src= "http://www.delphiworld.com/synd.php?state=48&feedtype=SSI"></script>

Notes


Country Codes

  State Codes


Copyright © 1997-2006 Greg Postlewait -- ALL RIGHTS RESERVED
Please review the terms by which this service is provided.