Looking for a job? Click here.
www.jobapplicationmatch.org
XML Job Feed Specs

While we attempt to index all major employers, submitting an XML feed gives you direct control over which jobs are made available through JobAppMatch.

By controlling your listings directly, you can ensure that the date, location, title, and description match precisely with your database.

Special Notes & Requirements

Feed Submission Form

Contact Name
Email
Company Name
Feed Type
Feed URL

Required Fields

If any of these fields are missing, your feed may fail to be included.

You should use at least 1 location field, preferably more.

<?xml version="1.0" encoding="utf-8"?>
<job_feed>
	<source>Company name</source>
	<source_url>Site URL</source_url>
	
	<feed_date>Timestamp of update</feed_date>

	<job>
		<key>ID of job</key>
		<employer>Employer's name</employer>
		<title>Title of Job</title>
		<description>Job description</description>
		<url>URL of job posting</url>
		<posted_at>Timestamp job was posted</posted_at>
		
		<postal_code>Zip</postal_code>
		<city>City</city>
		<state>State, Province, or Region</state>
		<country>Country</country>
		<country_code>http://en.wikipedia.org/wiki/ISO_3166-1, Required</country_code>
	</job>
	
	[<job>...</job>...]
	
</job_feed>

Sample Feed

<?xml version="1.0" encoding="utf-8"?>
<job_feed>
	<source>Example LLC.</source>
	<source_url>http://www.example-llc.com/</source_url>
	
	<feed_date>2014-04-25 03:05:00</feed_date>

	<job>
		<key>91212</key>
		<employer>Example LLC.</employer>
		<title>Banking Consultants</title>
		<description><![CDATA[Lorem ipsum dolor sit amet, 
consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore 
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation 
ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor 
in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia 
deserunt mollit anim id est laborum.]]></description>
		<url>http://www.example-llc.com/jobs.do?view=example1</url>
		<posted_at>2014-04-19 00:36:38</posted_at>
		
		<postal_code>19512</postal_code>
		<city>Edison</city>
		<state>NJ</state>
		<country>United States</country>
		<country_code>US</country_code>
	</job>
	<job>
		<key>815912</key>
		<employer>Example LLC.</employer>
		<title>Project Manager</title>
		<description><![CDATA[Lorem ipsum dolor sit amet, 
consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore 
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation 
ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor 
in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia 
deserunt mollit anim id est laborum.]]></description>
		<url>http://www.example-llc.com/jobs.do?view=example1</url>
		<posted_at>2014-04-24 01:36:38</posted_at>
		
		<state>CA</state>
		<country_code>US</country_code>
	</job>
	<job>
		<key>91212</key>
		<employer>Example LLC.</employer>
		<title>Courier</title>
		<description><![CDATA[Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et 
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. 
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat 
cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.]]></description>
		<url>http://www.example-llc.com/jobs.do?view=example1</url>
		<posted_at>2014-04-19 00:36:38</posted_at>
		
		<postal_code>100511</postal_code>
		<state>TX</state>
		<country_code>US</country_code>
	</job>
	
	
</job_feed>