UltiPro (UKG Pro) API.
UltiPro (UKG Pro) has no public cross-employer jobs API, and JobsPipe does not collect UltiPro (UKG Pro). This page explains what UltiPro (UKG Pro) exposes and how to reach the same employers through the boards JobsPipe does collect.
JobsPipe does not collect UltiPro (UKG Pro). The boards JobsPipe collects today are LinkedIn, Indeed, Y Combinator, Naukri, Workday, Greenhouse, Workable, SmartRecruiters, Ashby, Lever, Paylocity. A search with "source_or": ["ultipro"] returns no rows. This page explains what UltiPro (UKG Pro) exposes publicly and how to reach the same employers through the boards on the sources list.
Why people are confused about the UltiPro (UKG Pro) API
UltiPro is the former name of UKG Pro, and its recruiting module still serves career sites on recruiting.ultipro.com tenant subdomains, which is why 'UltiPro ATS' remains the common search. UKG's APIs are per-customer HCM integrations with customer-issued credentials, not a public postings feed.
Each UKG Pro customer's career site lives at a recruiting.ultipro.com URL with a tenant-specific structure. The postings are public HTML per tenant; there is no cross-tenant endpoint and no tenant directory. JobsPipe does not collect UltiPro (UKG Pro). Employers that run UltiPro (UKG Pro) usually also post the same roles to LinkedIn and Indeed, and larger ones run Workday, Greenhouse, Workable, SmartRecruiters, Ashby, Lever or Paylocity alongside it. JobsPipe collects all of those boards, so filter POST /v1/jobs/search by company_name_partial_match_or to reach them.
Reads one employer's UKG account with credentials they grant. Not a path across employers.
Possible per tenant you already know. Discovery, pagination and bot handling are on you.
JobsPipe does not collect UltiPro (UKG Pro). Search the same employers by name across the boards JobsPipe does collect (LinkedIn, Indeed, Workday, Greenhouse, Workable, SmartRecruiters, Ashby, Lever and Paylocity); sources[0].provider on each record names the board it came from.
Does UltiPro (UKG Pro) have an API?
UltiPro is the former name of UKG Pro, and its recruiting module still serves career sites on recruiting.ultipro.com tenant subdomains, which is why 'UltiPro ATS' remains the common search. UKG's APIs are per-customer HCM integrations with customer-issued credentials, not a public postings feed. Each UKG Pro customer's career site lives at a recruiting.ultipro.com URL with a tenant-specific structure. The postings are public HTML per tenant; there is no cross-tenant endpoint and no tenant directory.
What JobsPipe returns for UltiPro (UKG Pro)
Nothing under "source_or": ["ultipro"]: JobsPipe does not collect UltiPro (UKG Pro). Employers that run UltiPro (UKG Pro) usually also post the same roles to LinkedIn and Indeed, and larger ones run Workday, Greenhouse, Workable, SmartRecruiters, Ashby, Lever or Paylocity alongside it. JobsPipe collects all of those boards, so filter POST /v1/jobs/search by company_name_partial_match_or to reach them. Each record comes back with sources[0].provider, status, ghost_score, discovered_at, last_seen_at, seniority, and min_annual_salary_usd and max_annual_salary_usd when the posting states a range.
Sample request
Filtering on "source_or": ["ultipro"] returns no rows because JobsPipe does not collect UltiPro (UKG Pro). Employers that run UltiPro (UKG Pro) usually syndicate the same postings to LinkedIn and Indeed, which JobsPipe does collect, so filter by company instead and let sources[0].provider tell you which board each record came from.
curl https://api.jobspipe.dev/v1/jobs/search \
-H "Authorization: Bearer jp_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{ "company_name_partial_match_or": ["acme"], "status": "active", "limit": 25 }'Every record is returned in the same JSON shape regardless of the board it came from. The full schema is documented in the docs.
Skip the scraper - try the API right now
Sample data from 30+ ATS feeds and job boards in the exact live JSON shape. No key needed.
Run the search to see normalized results.
{
"job_title_or": [
"software engineer"
],
"limit": 3,
"remote": true
}Live results are one free key away - same request against /v1/jobs/search.
Fields in every job record
FAQ
Is UltiPro the same as UKG Pro?+
Yes. UltiPro was renamed UKG Pro after the Ultimate Software and Kronos merger; the recruiting module still serves career sites on recruiting.ultipro.com. UKG customers typically also post to LinkedIn and Indeed, which JobsPipe collects.
Does JobsPipe collect UltiPro (UKG Pro)?+
No. "source_or": ["ultipro"] returns no rows. JobsPipe collects LinkedIn, Indeed, Y Combinator, Naukri, Workday, Greenhouse, Workable, SmartRecruiters, Ashby, Lever and Paylocity. Use company_name_partial_match_or in the POST /v1/jobs/search body to find a UltiPro (UKG Pro) customer's postings where they are syndicated.
How do I get UltiPro (UKG Pro) job postings without an API?+
Read each employer's public UltiPro (UKG Pro) careers page yourself, or search the employer by name on the boards JobsPipe collects. Each JobsPipe record carries the posting's url, status, ghost_score, discovered_at and last_seen_at, and min_annual_salary_usd and max_annual_salary_usd when the posting states a range.
Reach UltiPro (UKG Pro) employers through the boards JobsPipe collects - key in 30 seconds.
Get a free API key