JobBoard.io offers several options for job backfilling and integration:
- Built-in Backfill: Yes
- XML/JSON Feed Support: Yes
- List jobs via API: Yes, Enterprise plan only
Built-in Backfill
JobBoard.io provides a built-in backfill solution for their users. This feature allows you to automatically populate your job board with relevant listings from partner network like Ziprecruiter.
Note that this might be a revenue source for JobBoard.io. For each click on these jobs, JobBoard.io could get a commission.
XML/JSON Feed Support
JobBoard.io supports 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
JobBoard.io offers a REST API for Enterprise plan users to programmatically list and manage job postings. You can use this API to add, update, or remove jobs from your JobBoard.io job board. To add jobs to JobBoard.io, you can use the following endpoint:
POST https://yourdomain.jobboard.io/api/v1/jobs.json
To authenticate your requests, you’ll need to include an API key with each request. You can generate an API key on your account settings page.