JBoard offers several options for job backfilling and integration:
- Built-in Backfill: Yes, requires Lite Plan ($99/month)
- XML/JSON Feed Support: Yes, requires Standard Plan ($179/month)
- List jobs via API: Yes, requires Advanced Plan ($339/month)
In addition, Jboard also offers a Web Page Scraper, which allows you to automatically extract job listings from pages with Google jobs structured data. Starting with 1 scraper on the Lite plan.
Built-in Backfill
JBoard provides a built-in backfill solution for Lite Plan users. This feature allows you to automatically populate your job board with relevant listings from partner network Adzuna.
Note that this might be a revenue source for JBoard. For each click on these jobs, JBoard could get a commission.
XML/JSON Feed Support
The JBoard ‘Standard’ plans support XML feed integration, enabling you to import job listings from external sources easily. You can follow this guide to set it up.
List Jobs via API
Advanced Plan subscribers can access JBoard’s fully fledged API to programmatically list and manage job postings. To post jobs to JBoard, you can use the following endpoint:
POST https://app.jboard.io/api/jobs
To authenticate your requests, you’ll need to include an authorization toke, which you can generate on your account settings page.