Oracle Recruiting Jobs API
Unlock Oracle Recruiting job data for your platform. Access jobs from thousands of employers through our comprehensive API and Job Feeds, or integrate directly with Oracle Recruiting's official API.
250K+
Active Oracle Recruiting Jobs
800+
Companies using Oracle Recruiting
Advanced API
Fantastic.jobs Oracle Recruiting API
Fantastic.jobs' Oracle Recruiting API has several advanced features, including the ability to search and filter jobs from multiple Oracle Recruiting clients using a single API endpoint.
- DIY API
Use our self serve API on RapidAPI to start adding jobs to your board in minutes. Includes a free trial, with pricing starting at $35/month.
- Custom API
We can create an API for your board that's highly customisable to your needs. Custom filters, searching, refresh rates and more.
- Custom Job posting feed
We can create a job posting feed for your board that's adheres to the requirements of your jobboard software. All delivery formats are available, including XML, JSON, CSV and more.
Let's chat!
We're here to help you every step of the way. Contact us to get started.
How to get jobs from Oracle Recruiting
Oracle Recruiting Official Jobs API
Oracle Cloud does not have a public facing API to retrieve jobs. Clients are able to access job postings via the Oracle Cloud API. Accessing this API requires client credentials to generate an access token. To retrieve jobs, you can use the following endpoint
POST /api/v1/data/requisitions
You can filter the results on several fields, including sorting on columns ('columnsToSort') and filtering on several values ('filterList')
Code Examples
Curl
curl -X POST -k -i 'https://mysite.example.com/enterprise/fluid/api/v1/data/requisitions' --data '{ "contextId": 4008, "formatId": 11489, "offset": 1, "limit": 10 }
PowerShell
$headers = @{
'Authorization' = 'Bearer YOUR_AUTH_TOKEN'
}
$body = @{
contextId = 4008
formatId = 11489
offset = 1
limit = 10
}
$response = Invoke-RestMethod -Uri 'https://mysite.example.com/enterprise/fluid/api/v1/data/requisitions' -Headers $headers -Method Post -Body $body -ContentType 'application/json'
Use our advanced API or Custom Job Feeds
Let's chat! Send us an email or schedule a call to get started.
Over 40,000 employers
Other ATS Platforms included in our API
We include jobs from the following ATS platforms. Anything missing? Let us know!