Source · Paylocity

Paylocity Jobs API.

Every public Paylocity posting, one endpoint - no partner-program approval, no per-tenant integration build.

Public Paylocity career sites
24h refresh
12 months retention

Why people are confused about the Paylocity API

Paylocity's API is partner-gated. You can read the developer documentation at developer.paylocity.com, but you cannot get credentials without going through the Paylocity Partner Program - and the program requires an active Paylocity customer to sponsor your integration. Independent developers building a jobs aggregator are explicitly out of scope.

Paylocity's recruiting module publishes openings to a customer-branded careers site that embeds Paylocity's careers widget. Like BambooHR, there is no documented public Jobs API - the widget renders postings client-side from an internal JSON endpoint. JobsPipe indexes Paylocity-hosted career sites at scale and serves the data alongside every other source in the same JSON shape.

Option 1
Apply to the Paylocity Partner Program

Months of paperwork, requires a customer sponsor, and the resulting credentials are scoped to per-customer integrations - not aggregation across the Paylocity universe.

Option 2
Scrape the careers widget per customer

Possible. The widget's internal JSON endpoint is undocumented and changes without notice. Expect ongoing maintenance.

Option 3
Use JobsPipe

Every public Paylocity career site, one endpoint. Free tier covers 5,000 requests/month.

Paylocity API documentation

Paylocity's developer documentation lives at developer.paylocity.com and covers the Integration API - employees, payroll exports, time-and-attendance, recruiting, custom fields. The docs are public but the API itself is not - you need credentials from the Paylocity Partner Program. There is no documented public Jobs API for the aggregator use case. JobsPipe's normalized schema is documented at /docs and uses the same JSON shape across Paylocity, Workday, Greenhouse, and 30+ other sources.

Paylocity API access

Direct API access requires a Paylocity Partner Program agreement. You apply at paylocity.com/partners, name a Paylocity customer who will sponsor your integration, complete a technical review, and receive scoped OAuth credentials for that customer. The model fits a per-customer integration (e.g. you build a recruiting CRM and one Paylocity customer wants to sync candidates) but does not fit multi-tenant aggregation. For cross-tenant Paylocity postings, JobsPipe is the practical answer - no partner agreement, every public career site, one endpoint.

Sample request

curl "https://api.jobspipe.dev/v1/jobs?source=paylocity" \
     -H "Authorization: Bearer $JOBSPIPE_KEY" \
     -H "Accept: application/json"

Sample response

{
  "id": "pl_MTUyNzg5MDEx",
  "source": "paylocity",
  "tenant": "midwest-logistics",
  "title": "Warehouse Operations Manager",
  "company": "Midwest Logistics",
  "location": {
    "city": "Indianapolis",
    "region": "IN",
    "country": "US",
    "remote": false
  },
  "salary": {
    "min": 78000,
    "max": 95000,
    "currency": "USD",
    "period": "year",
    "source": "explicit"
  },
  "employment_type": "full_time",
  "posted_at": "2026-05-11T11:08:00Z",
  "expires_at": null,
  "apply_url": "https://recruiting.paylocity.com/recruiting/jobs/...",
  "description": "Midwest Logistics is seeking a Warehouse Operations Manager to lead day-to-day operations across our Indianapolis distribution center ..."
}

Every Paylocity 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 Paylocity job record

idsourcetenanttitlecompanylocationsalaryemployment_typeremoteposted_atexpires_atapply_urldescription

FAQ

Do I need to join the Paylocity Partner Program to use JobsPipe?+

No. JobsPipe reads only public job postings published by Paylocity customers on their careers sites. We don't use the partner API and don't need its credentials.

Is the Paylocity API free?+

The Paylocity API is bundled with their HCM platform but access is gated through the Partner Program, not pricing. JobsPipe's Paylocity data is on our free tier - 5,000 requests/month.

How fresh is Paylocity data?+

Public Paylocity career sites are re-crawled at least every 24 hours.

Does JobsPipe expose Paylocity payroll or HR data?+

No. JobsPipe is jobs-only. Paylocity payroll, HRIS, benefits data is private to each customer and out of scope.

Try Paylocity data free - 5,000 requests/month, no credit card.

Get a free API key