RSS Feed
The RSS feed delivers job search results as an RSS feed. You can then save those results in any favourite feed aggregator, or incorporate that data into your own website or client application. The RSS feed is a dynamically-generated feed: start with the base URL, add parameters for your location, the job category you're looking for. You'll get back just the information you've requested.
Standard RSS
# | Simple Url | Detail Url | Description |
Advanced Rss Request
The RSS feed request url looks like this:http://www.esljobsworld.com/index.php?option=com_jajobboard&view=jafeeds&cid[]=3&category=Finance,Franchise&effected_date=30&exitems=1&exemployers=2
Where each of the values of location, job category, posted date ... are replaced with specific value. If the param is not inluded or invalid, they will get the default values which is set by Admin
All paras can be config via URL syntax, each paras can be added with the format: ¶_name and multi values of a parameters are sepercated by commas , .
For Example, Both Of The 2 Following Feeds Return All Finance + Franchise Jobs At Any Location Published/posted On Site In The Last 30 Days
http://www.esljobsworld.com/index.php?option=com_jajobboard&view=jafeeds&cid[]=3&category=Finance,Franchise&effected_date=30
This Url Returns The List Of Open Job From Financial + Design Categories, In New York + Lodon & Posted Within The Last 30 Days,
http://www.esljobsworld.com/index.php?option=com_jajobboard&view=jafeeds&cid[]=3&category=Financial, Design&location=New York
And this example feed result for legal jobs in New York
http://www.esljobsworld.com/index.php?option=com_jajobboard&view=jafeeds&cid[]=3&category=Legal&location=New York
See the table below for the possible values for each of the parameters.
Parameter | Description |
type | We support follow type: RSS, RSS 0.91, RSS 1.0, RSS 2.0, MBOX, OPML, ATOM, ATOM 0.3, HTML, JS. Eg: type=RSS2.0 , the feed will output the feed in RSS2.0 format |
name | Name Of The Feed |
description | Short Description Of The Feed |
html | Yes Or No |
image | Yes Or No |
order_by | Value: Desc, Asc |
category | The categories of job, seperated by comma. Eg: category=financial,design |
location | The locations of job, seperated by comma Eg: location=New York,London will display jobs from New York + London only |
effected_date | The job in xx days. Eg: effected_date=30 will list all the jobs posted 30 days ago. |
premium | Value = 1 or 0. default=0 (meaning display both premium + standard jobs) |
job_number | The Limit Number Of Jobs Generated By Rss |
exitems | The Excluded Job Id Which You Do Not Want To Display Via Rss |
inemployers | The included Employers of which you want to get jobs from. Eg: inemployers=45 display open jobs from employer ID 45 |
exemployers | The excluded Employers of which you want to get jobs from. Eg: exemployers=45, will display all jobs except jobs from employer ID 45 |