Include your Jobs
Include Your Jobs
If you would like to include you jobs on Jobble, you can do it using the following method.
Use an XML Feed
Create an XML feed using the following xml specification and fill in the form below to let us know where we can find it. We will then access this feed once a day and add your new jobs.
Fields in bold are required. The url field should be unique and static and will be used as a unique identifier of jobs. Urls should be direcly accessible without needing to log in.
Example Xml Feed
<?xml version="1.0" encoding="utf-8" ?>
<jobble>
<provider><![CDATA[My Job Site]]></provider>
<providerUrl><![CDATA[http://www.your-job-site.com]]></providerUrl>
<job>
<title><![CDATA[Financial Analyst - London]]></title>
<description><![CDATA[Management Accountant required working within...]]></description>
<url><![CDATA[http://www.your-job-site.com/accounting-job-101246.htm]]></url>
<postcode><![CDATA[W5 2JR]]></postcode>
<city><![CDATA[London]]></city>
<region><![CDATA[London]]></region>
<country><![CDATA[United Kingdom]]></country>
<salary><![CDATA[£22000 - £26000 TBC]]></salary>
<salary_from>22000</salary_from>
<salary_to>26000</salary_to>
<salary_per></salary_per>
<company><![CDATA[Finance-R-us]]></company>
<full_part>Full-Time</full_part>
<perm_contract>Permanent</perm_contract>
<category_name><![CDATA[Accounting]]></category_name>
</job>
<job>
.....
</job>
</jobble>
</xml>
Description of the fields above
| Field Name | Type | Example | Required |
| provider | Text | My Job Site (must match the name sent when submitting the feed request) |
Yes |
| providerUrl | Text | <![CDATA[http://www.your-job-site.com]]> (must match the name sent when submitting the feed request) |
Yes |
| job | Root node to contain each job | Yes | |
| title | Text | <![CDATA[Accounts Assistant]]> | Yes |
| description | Text | <![CDATA[Job in the city...]];> | Yes |
| url | Text | <![CDATA[http://www.your-job-site.com/accounting-job-101246.htm]]> | Yes |
| postcode | Text | HA 7YT | No |
| city | Text | <![CDATA[London / New York]]> | No |
| region | Text | <![CDATA[Middlesex]]> | No |
| country | Text | <![CDATA[United Kingdom]]> | Yes |
| salary | Text | <![CDATA[To £25k + benefits]]> | No |
| salary_from | Numeric | 18000 | No |
| salary_to | Numeric | 25000 | No |
| salary_per | Fixed Text | Choose one of: annum, month, week, day or hour | No |
| company | Text | Skyrise Consulting Limited | No |
| full_part | Fixed Text | Choose one of: Full-Time or Part-Time | No |
| perm_contract | Fixed Text | Choose one of: Permanent or Contract | No |
| category_name | Text | <![CDATA[Accounting, Financial Services]]> | No |
