apify-paylocity-jobs-apilisted
Install: claude install-skill johnisanerd/claude-skill-paylocity-jobs-api
# Paylocity Jobs, as Rows You Can Query
Board GUIDs, board URLs, or company names in, live Paylocity jobs out as structured rows, each with the employer's own published salary already flattened into numbers.
## When to use this skill
- Someone wants a Paylocity jobs API and found only the employer-side HR and payroll APIs they cannot sign up for.
- You are filling a job board, a market-intel dashboard, or a sourcing tool with roles from Paylocity-hosted recruiting boards.
- You need salary as numbers the employer actually published, not a string a human has to read or a model has to guess.
- You want a daily new-postings feed for a set of Paylocity boards.
Not for: finding which companies use Paylocity in the first place. Use the companion `apify-companies-using-paylocity` skill, built on the same Actor but shaped for discovery. See `references/actor-index.md`.
## What you get
One dataset row per job. `resultType` separates `job` rows from `error` rows.
Core fields:
- `id`, `url` (canonical, safe as a dedupe key), `applyUrl`, `title`
- `companyName`, `boardGuid`, `boardUrl`
- `department`, `location`, `address` (street, city, state, zip, county), `isRemote`, `indeedRemoteType`, `employmentType`, `isInternal`
- `datePublished`, `datePosted`
- flat `salaryMin`, `salaryMax`, `salaryCurrency`, `salaryPeriod`, `salaryUnit`, and `salaryRaw` (structured, verbatim)
- `snippet` (short listing preview), `descriptionHtml` (source, in the base row), `descriptionMarkdown`, `descri