Oracle Recruiting Cloud Jobs API.
Public job postings from companies running Oracle Recruiting Cloud, one endpoint - same schema as 30+ other sources.
Why people are confused about the Oracle Recruiting Cloud API
Oracle Recruiting Cloud (ORC) is the recruiting module of Oracle Fusion Cloud HCM - the modern successor to legacy Taleo. The Oracle HCM REST API (the recruitingCEJobRequisitions and related resources) is scoped to a single customer's Fusion environment and authenticated with that tenant's credentials. It returns one company's requisitions to that company - it is not a public endpoint that aggregates job postings across employers.
Every ORC customer hosts a public candidate-experience career site, usually under a Fusion pod domain like <tenant>.fa.<datacenter>.oraclecloud.com/hcmUI/CandidateExperience, sometimes behind a custom careers domain. There is no public list endpoint that enumerates ORC tenants or merges their postings. JobsPipe indexes the public ORC career sites it can identify and normalizes them into the same JSON shape as every other source.
Right for one company's own requisitions once you have that tenant's Fusion credentials. It is per-tenant and authenticated - not a cross-company job feed.
Possible for a tenant whose Fusion pod or careers domain you already know. The candidate-experience JSON varies by Fusion release, and there is no way to discover other tenants.
Public Oracle Recruiting Cloud postings under one endpoint, normalized - no per-tenant Fusion credentials, no Oracle onboarding.
Oracle Recruiting Cloud API documentation
Oracle's developer documentation for ORC lives in the Oracle Fusion Cloud HCM REST API reference, under the recruiting requisition and candidate resources. The API authenticates against a single customer's Fusion environment and returns that tenant's own data once they grant access - there is no public, unauthenticated postings endpoint and no list endpoint to enumerate ORC tenants. JobsPipe's normalized JSON schema is documented at /docs and uses the same shape across Oracle Recruiting Cloud, Taleo, Workday, and 30+ other sources.
Oracle Recruiting Cloud API integration
A single-tenant ORC integration - read your own requisitions, sync candidates, drive your hiring workflow - uses your Fusion HCM credentials against the Oracle HCM REST API. For cross-company aggregation where you want public job postings from many employers that run Oracle Recruiting Cloud, JobsPipe is the integration: one API key, public ORC postings normalized into the same JSON schema as 30+ other ATSs. Sample request and response are below.
Sample request
curl https://api.jobspipe.dev/v1/jobs/search \
-H "Authorization: Bearer jp_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{ "source_or": ["oracle-recruiting-cloud"], "limit": 25 }'Sample response
{
"id": "orc_ZjE0YmEwMmQtN2Iz",
"source": "oracle-recruiting-cloud",
"tenant": "fedex",
"title": "Senior Operations Research Analyst",
"company": "FedEx",
"location": {
"city": "Memphis",
"region": "TN",
"country": "US",
"remote": false
},
"salary": {
"min": 118000,
"max": 152000,
"currency": "USD",
"period": "year",
"source": "explicit"
},
"employment_type": "full_time",
"posted_at": "2026-05-19T14:07:00Z",
"expires_at": null,
"apply_url": "https://fedex.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX/job/...",
"description": "FedEx is hiring a Senior Operations Research Analyst to model network capacity and optimize linehaul routing across the global air and ground network ..."
}Every Oracle Recruiting Cloud job record is returned in the same JSON shape as every other JobsPipe source. The full schema is documented in the docs.
Fields in every Oracle Recruiting Cloud job record
FAQ
Is the Oracle Recruiting Cloud API a public job board API?+
No. The Oracle HCM REST API that backs ORC is per-tenant and customer-authenticated - it returns one company's requisitions to that company. It is not designed to aggregate postings across employers. JobsPipe is useful when you want public ORC postings without per-tenant Fusion credentials.
How is Oracle Recruiting Cloud different from Taleo on JobsPipe?+
ORC is Oracle's modern Fusion HCM recruiting product; Taleo is the legacy product Oracle is migrating customers off. JobsPipe crawls both surfaces and normalizes them into the same JSON shape, so you get coverage regardless of which Oracle product a company runs.
Do I need Oracle credentials to use JobsPipe?+
No. JobsPipe reads only public ORC candidate-experience career sites. We never call an authenticated Oracle HCM API and never have access to applicant data or any non-public Fusion object.
Can I filter to one company running Oracle Recruiting Cloud?+
Yes. "company_name_partial_match_or": ["fedex"] in the JSON body of POST /v1/jobs/search filters to that company's postings (substitute any company name).
Try Oracle Recruiting Cloud data free - 5,000 requests/month, no credit card.
Get a free API key