Primary Location
primaryLocation
Optional
The posting's primary location.
Oracle Fusion Recruiting and Taleo Jobs API
Pricing
from $0.20 / 1,000 job returneds
Pull Oracle job postings from any Oracle Fusion Recruiting (Cloud CX) or legacy Taleo careers board as structured JSON. Company names or careers URLs in, full job records out: salary, skills, coordinates, and descriptions in HTML, plain text, and Markdown.
Result Type
resultType
Optional
Row kind discriminator: 'job' for a job posting, 'site' for a discovered career site, 'error' for a target that could not be read. Filter on it to separate data from diagnostics.
Oracle Product
product
Optional
Which Oracle recruiting product served this row: 'fusion' for Oracle Fusion Recruiting (Cloud CX) or 'taleo' for legacy Oracle Taleo.
Job Title
title
Optional
The job posting's title.
Company
company
Optional
Employer name. Taken from the career site's own human-readable name, which is what makes an opaque Oracle tenant code resolve to a recognisable employer.
Tenant Code
tenant
Optional
The Oracle tenant label parsed from the careers host. Often an opaque four-character pod code. Use it to join rows back to a discovery run.
Careers Host
host
Optional
The employer's Oracle careers hostname. Use it to rebuild any URL for this board.
Site Number
siteNumber
Optional
The Fusion career site identifier. This is the only value that correctly scopes a job query to one site: an unrecognised value silently returns the tenant's whole requisition set.
Site Name
siteName
Optional
Human-readable name of the career site as the employer configured it.
Site Code
siteCode
Optional
The employer's internal code for the career site.
Site URL Slug
siteUrlName
Optional
The slug that appears in the public careers URL for this site, when the employer set one.
Site Status Code
statusCode
Optional
The career site's lifecycle status as published by the employer. Only active sites are returned unless inactive sites are explicitly requested.
Career Section
careerSection
Optional
The Taleo career section this row came from. Null on Fusion rows.
Portal ID
portalId
Optional
The Taleo portal identifier needed to query that board's job search. Null on Fusion rows.
Source URL
sourceUrl
Optional
The start URL this row came from, exactly as provided in the input. Null for rows found by company resolution or bulk discovery.
Job URL
url
Optional
Public job posting page URL.
Apply URL
applyUrl
Optional
Direct application URL for the posting.
Careers URL
careersUrl
Optional
Public careers page for a discovered career site, ready to open in a browser. Site rows only.
Jobs API URL
apiUrl
Optional
Direct machine-readable jobs endpoint for a discovered career site, complete with the parameters it needs. Site rows only.
Job ID
jobId
Optional
The board's identifier for the posting. Stable across runs, so use it to deduplicate.
Requisition ID
requisitionId
Optional
The employer's own requisition number, as shown to candidates.
Category
category
Optional
Job category as the employer classifies it. Available on Fusion detail rows.
Organization
organization
Optional
Organization or division that owns the requisition.
Department
department
Optional
Department that owns the requisition.
Business Unit
businessUnit
Optional
Business unit that owns the requisition.
Legal Employer
legalEmployer
Optional
Legal entity that will employ the candidate.
Job Family
jobFamily
Optional
Job family the role belongs to.
Job Function
jobFunction
Optional
Job function the role belongs to.
Worker Type
workerType
Optional
Worker type such as Employee or Contingent Worker.
Contract Type
contractType
Optional
Contract type such as Permanent or Fixed Term.
Manager Level
managerLevel
Optional
Management level of the role, when the employer publishes one.
Job Schedule
jobSchedule
Optional
Employment schedule such as Full time or Part time.
Job Shift
jobShift
Optional
Working shift, when the employer publishes one.
Job Type
jobType
Optional
Job type as the employer classifies it.
Study Level
studyLevel
Optional
Minimum level of education requested.
Workplace Type
workplaceType
Optional
Work arrangement published by the employer, such as Remote, Hybrid, or On-site.
Hot Job
hotJob
Optional
Whether the employer flagged the posting as a priority or featured role.
Locations Text
locationsText
Optional
Location summary as shown on the job card, joining every published location.
Primary Location
primaryLocation
Optional
The posting's primary location.
Secondary Locations
secondaryLocations
Optional
Every additional location on a multi-location posting.
Country
country
Optional
Country of the primary location.
Country Code
countryCode
Optional
ISO alpha-2 country code of the primary location.
Latitude
latitude
Optional
Latitude of the primary location, published by the employer rather than inferred by a model.
Longitude
longitude
Optional
Longitude of the primary location, published by the employer rather than inferred by a model.
Posted Date
postedDate
Optional
ISO date the posting went live.
Posted Timestamp
postedDateTime
Optional
Full ISO 8601 posting timestamp with UTC offset, when the board publishes one.
Posting End Date
postingEndDate
Optional
ISO date the posting stops accepting applications, when the employer sets one.
Short Description
shortDescription
Optional
The one-paragraph summary the board shows on the job card.
Description (HTML)
descriptionHtml
Optional
Full job description as rich HTML. Returned when the description format is html or both.
Description (Text)
descriptionText
Optional
Full job description as clean plain text. Returned when the description format is text or both.
Description (Markdown)
descriptionMarkdown
Optional
Full job description converted to Markdown with headings, lists, and links preserved. This is the format to feed an AI agent. Returned when the description format is markdown or both.
Qualifications
qualifications
Optional
The qualifications section of the posting as plain text, when the employer publishes it separately.
Responsibilities
responsibilities
Optional
The responsibilities section of the posting as plain text, when the employer publishes it separately.
Skills
skills
Optional
Skills the employer attached to the requisition. These are published by the employer, not inferred by a model, so there is no hallucination risk.
Salary Text
salaryText
Optional
Pay range snippet extracted from the description when the employer publishes one. Null when no range is stated.
Salary Min
salaryMin
Optional
Lower bound of the extracted pay range.
Salary Max
salaryMax
Optional
Upper bound of the extracted pay range.
Salary Currency
salaryCurrency
Optional
Currency of the extracted pay range, as an ISO code where the symbol maps cleanly.
Open Jobs
totalJobs
Optional
Number of jobs open on a discovered career site at the time of the run. Site rows only.
Total Jobs On Site
totalJobsOnSite
Optional
Total jobs the career site reported at scrape time, before any cap or filter. Job rows only.
Site Status
status
Optional
Verification outcome for a discovered career site. 'live' means it answered and has open jobs.
Site Source
siteSource
Optional
How the career site was found, which is useful for judging confidence.
Discovered At
discoveredAt
Optional
UTC timestamp of when a career site row was produced.
Scraped At
scrapedAt
Optional
UTC timestamp of this run.
Error Message
errorMessage
Optional
Human-readable reason a target could not be read. Rows with resultType 'error' only.
Error Type
errorType
Optional
Machine-readable error category, so failures can be handled programmatically.