Feed URL:
Append .atom
to the end of your campus apply page URL.
For example, UC Irvine’s atom feed will look like this: https://recruit.ap.uci.edu/apply.atom
Description:
This Atom feed provides up-to-date information about academic job listings. It allows campus users and applicants to easily access and monitor new job postings across various departments and positions without the need for API access. Additionally some departments may use the Atom feed to display their department’s recruitment ads on their department site.
Usage:
To access the feed, send a GET request to the feed URL. You can optionally include a search query to filter the results.
Parameters:
- q: (Optional) Search query to filter job listings (e.g., “materials” for materials science positions). This can also be used to filter for jobs listed under specific departments.
Example usage:
- To get all job listings: https://recruit.ap.uci.edu/apply.atom
- To search for specific jobs (e.g., “materials”): https://recruit.ap.uci.edu/apply.atom?q=materials
Feed format:
The feed follows the Atom Syndication Format (RFC 4287) and contains the following elements:
Root element:
<feed>
: Contains feed-level information and entries
Feed-level elements:
<id>
Unique identifier for the feed<link>
Links to the HTML version and the feed itself<updated>
Date and time the most recent listing returned was updated<icon>
URL of the feed icon<title>
Title of the feed<author>
Author of the feed
Each job listing is represented by an <entry>
element with the following sub-elements:
<id>
: Unique identifier for the listing<published>
: Date and time the listing was first published<updated>
: Date and time the listing was last updated<link>
: URL to the full job posting<title>
: Brief description of the job<content>
: Full description of the job, including:- Image of the campus
- Detailed job description
- Job number
- Application window (open date, review date, final date)
- School/Department
- Location
- Salary range
- Contact information
- Document requirements (required and optional)
- Reference requirements
Update frequency:
The feed is updated in real-time as new job listings are added or existing listings are modified.
Rate limiting:
The feed is not rate limited.
Additional notes:
- The feed includes various types of academic positions, including faculty, postdoctoral, clinical, and research positions.
- Job listings may have different application windows, requirements, and deadlines so users should pay attention to these details for each entry.
Support:
For questions or issues related to the Atom feed, please contact the UC Recruit support team at: ucrecruit-support@uci.edu