Overview
The Job XML feed is a built-in feature of Access Volcanic. It automatically includes all your live job posts in a standard XML format and is available at no extra cost.
Key Benefits
Easy to access and implement
Automatically includes live jobs
Ideal for sharing jobs with partners or aggregators
Free to use
How to Access the Job XML Feed
To access the feed:
Append /api/v1/jobs.xml to your website domain
πNote: This feed includes your latest live job listings automatically.
Display More Jobs with per_page
By default, the feed shows 20 jobs. You can increase this using the per_page
parameter in the URL.
Example: Display 100 jobs
https://yourwebsite.com/api/v1/jobs.xml?per_page=100
β οΈImportant: Limit to 200 jobs per request to maintain feed performance
Use Pagination for Large Job Volumes
If you have over 200 jobs, use pagination to access all listings.
Example URLs:
Page 2: https://yourwebsite.com/api/v1/jobs.xml?per_page=200&page=2
Page 3: https://yourwebsite.com/api/v1/jobs.xml?per_page=200&page=3
π Continue the pattern for additional pages as needed.
π€Tip: Pagination ensures fast, efficient feed loading for high job counts.
FAQs
Q1: How often is the Job XML feed updated?
Answer: The feed updates in real time as jobs are published or removed from your site.
Q2: Can I customise the fields in the Job XML feed?
Answer: No, the Job XML feed uses a standardised structure that cannot be modified individually.
Q3: What if my site has more than 1,000 jobs?
Answer: Use pagination to access additional listings beyond the 200-job limit per page.
Q4: Can I create a separate feed with custom fields or filters?
Answer: Yes, you can request a custom XML feed tailored to your integration needs.
Q5: Does this feed work with Indeed?
Answer: No, the standard Job XML feed is not designed for Indeed. For that, use the dedicated Indeed XML Feed Guide which covers activation, integration, and formatting.