SAP SuccessFactors Jobs API
Unlock SAP SuccessFactors job data for your platform. Access jobs from thousands of employers through our comprehensive API and Job Feeds, or integrate directly with SAP SuccessFactors's official API.
390K+
Active SuccessFactors Jobs
1.4K+
Companies using SuccessFactors
Advanced API
Fantastic.jobs SAP SuccessFactors API
Fantastic.jobs' SAP SuccessFactors API has several advanced features, including the ability to search and filter jobs from multiple SAP SuccessFactors 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 SAP SuccessFactors
SAP SuccessFactors Official Jobs API
SAP SuccessFactors does not have a public facing API to retrieve jobs. They do however have a 'hidden' rich XML sitempap called 'sitemal.xml'. Simply append /sitemal.xml for the sitemap containing job Title, Description, Location, and Employer.
Clients are able to access job postings via the 'JobRequisition' API. Accessing this API requires 'Recruiter Operator' permissions. The API is rich in functionality, allowing to retrieve, add, and modify job postings. To retrieve jobs, use the following endpoint:
GET /odata/v2/JobRequisition
You can filter the jobs using the 'filter' parameter, and 'select' to select the fields to retrieve.
Code Examples
Curl
baseURL='https://apisalesdemo8.successfactors.com'
user='sfadmin'
compID='SFCPART000099'
pass="YourPasswordHere"
curl -u "$user@$compID:$pass" "$baseURL/odata/v2/JobRequisition?$top=5&$format=json&$select=jobTitle,jobDescription,location&$filter=jobReqId"
PowerShell
$baseURL = 'https://apisalesdemo8.successfactors.com'
$user = 'sfadmin'
$compID = 'SFCPART000099'
$pass = 'YourPasswordHere'
$response = Invoke-RestMethod -Uri "$baseURL/odata/v2/JobRequisition?$top=5&$format=json&$select=jobTitle,jobDescription,location&$filter=jobReqId" -Method Get -Headers @{Authorization = "Basic $([System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes("$user@$compID:$pass")))"}
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!