DRAFT tutorial. Not indexed by search engines. Not yet listed on the tutorials hub. Review + iterate in the Claude Code session, then merge the "Publish tutorial" PR to make it public.

How to Scrape Oracle Recruiting Cloud (ORC) Jobs from Fortune 500 Companies

Oracle Recruiting Cloud (ORC) runs the careers pages for 32 Fortune 500 companies - 6.4% of the F500. This guide shows how to scrape jobs from every one of them using the NanoScrape Career Site Jobs Scraper: verified careers URLs, the underlying Oracle Recruiting Cloud (ORC) API pattern, example actor input JSON, and known deployment caveats.

ATS platform: Oracle Recruiting Cloud (ORC)
F500 companies: 32 (6.4% of Fortune 500)
Cost: $1 per 1,000 jobs
Tools: Apify + Career Site Jobs Scraper
Try the Career Site Jobs Scraper free See the full F500 careers table

In this tutorial

  1. What is Oracle Recruiting Cloud (ORC) and who uses it
  2. Oracle Recruiting Cloud (ORC) URL pattern
  3. Fortune 500 companies on Oracle Recruiting Cloud (ORC)
  4. Example actor run
  5. Output schema for Oracle Recruiting Cloud (ORC)
  6. Known limitations
  7. Related resources

What is Oracle Recruiting Cloud (ORC) and who uses it

By the NanoScrape team - Published 2026-09-02 - Updated 2026-09-02

Oracle Recruiting Cloud (ORC) is one of the top Applicant Tracking Systems (ATS) used by large enterprises. Our September 2026 audit of the Fortune 500 identified 32 companies running Oracle Recruiting Cloud (ORC) as their primary careers-page platform, making it the oracle_recruiting platform in the F500 by count.

The NanoScrape Career Site Jobs Scraper talks to Oracle Recruiting Cloud (ORC)'s public JSON API directly (HTTP-only, no browser required) and returns structured job records at $1 per 1,000 jobs. This tutorial gives you the verified list of F500 Oracle Recruiting Cloud (ORC) companies plus a ready-to-run actor input to scrape their jobs.

Oracle Recruiting Cloud (ORC) URL and API pattern

Oracle Recruiting Cloud (ORC) careers pages follow this URL pattern:

URL pattern:  https://{code}.fa.{region}.oraclecloud.com/hcmUI/CandidateExperience/en/sites/{site}
API endpoint: /hcmRestApi/resources/latest/recruitingCEJobRequisitions (with finder parameter)
How the actor detects Oracle Recruiting Cloud (ORC): pass any known Oracle Recruiting Cloud (ORC) careers URL as a string in the queries array. The actor auto-detects the platform from the URL pattern and calls the correct endpoint. Alternatively, pass an explicit platform object: {"platform": "oracle_recruiting", "company": URL}.

Fortune 500 companies on Oracle Recruiting Cloud (ORC)

All 32 Fortune 500 companies running Oracle Recruiting Cloud (ORC), showing the top 30 by F500 rank. The complete list is in the interactive F500 careers table.

STEP 1

Example actor run: first 5 Oracle Recruiting Cloud (ORC) F500 companies

Copy this input into the actor's Input tab (JSON editor mode) to scrape jobs from the top 5 F500 companies on this ATS:

{
  "queries": [
    {
      "platform": "oracle_recruiting",
      "company": "https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/requisitions"
    },
    {
      "platform": "oracle_recruiting",
      "company": "https://eluq.fa.us2.oraclecloud.com:443/hcmRestApi/CandidateExperience/siteFavicon/favicon-16x16.png?siteNumber=CX_2001&size=16x16"
    },
    {
      "platform": "oracle_recruiting",
      "company": "https://iawmqy.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/careers"
    },
    {
      "platform": "oracle_recruiting",
      "company": "https://eofd.fa.us6.oraclecloud.com:443/hcmUI/CandidateExperience/en/sites/CX_1001"
    },
    {
      "platform": "oracle_recruiting",
      "company": "https://egug.fa.us2.oraclecloud.com/"
    }
  ],
  "maxJobsPerCompany": 500,
  "includeDescription": true
}
Batch tip: the actor accepts up to 500 URLs per run and processes them in parallel. A single run against all 32 F500 Oracle Recruiting Cloud (ORC) deployments typically finishes in under 20 minutes and returns thousands of jobs at $1 per 1,000.

Output schema for Oracle Recruiting Cloud (ORC)

The actor emits fleet-standard field names across all 24 supported ATS platforms. Field availability for Oracle Recruiting Cloud (ORC):

Known limitations

Tenant URLs are cryptic (random alphanumeric subdomain). Comma-separated params limit query size.

Deployment-specific issues: a small number of F500 Oracle Recruiting Cloud (ORC) tenants are behind hardened WAF configurations that block HTTP-only scraping. See the Career Site Jobs Scraper actor page for the current 'Known Unsupported Deployments' table and workarounds using the browser variant.

FAQ

How many Fortune 500 companies use Oracle Recruiting Cloud (ORC)?

Our September 2026 audit identified 32 F500 companies running Oracle Recruiting Cloud (ORC), representing 6.4% of the Fortune 500. This may shift by 5-15% year over year as companies migrate between ATS platforms.

Do I need a login or API key to scrape Oracle Recruiting Cloud (ORC)?

No. Oracle Recruiting Cloud (ORC) public careers pages are designed for public consumption by job aggregators and search engines. The NanoScrape Career Site Jobs Scraper uses the same public endpoints without authentication.

Can I scrape non-F500 companies that use Oracle Recruiting Cloud (ORC)?

Yes. The actor works for any Oracle Recruiting Cloud (ORC) deployment worldwide, not just F500. Pass the careers URL as a string in the queries array (or as a {"platform": "oracle_recruiting"} object). The F500 list in this tutorial is a starting reference for the largest employers.

What is the difference between Oracle Recruiting Cloud (ORC) and Workday for scraping?

Different ATS platforms have different API shapes, field availability, and pagination approaches. See our F500 ATS market share study for a full comparison. The Career Site Jobs Scraper handles all 24 supported ATS platforms with normalized output field names.

How often does the actor's ATS support list update?

New ATS platforms are added roughly every 4-8 weeks based on customer requests and F500 migration trends. See the actor README's Coming Soon section for the current roadmap.

Related resources

Try the Oracle Recruiting Cloud (ORC) Scraper free View the full F500 careers list