← ClaudeAtlas

apify-paylocity-jobs-apilisted

Pull live jobs from any Paylocity recruiting board with the Apify Paylocity Jobs API Actor (johnvc/paylocity-jobs-api). Returns job rows as JSON: title, company, board GUID, department, full street address with city, state and ZIP, remote flag, published date, apply URL, the employer's own published pay as flat salaryMin, salaryMax, salaryCurrency and salaryPeriod columns, and the description as source HTML plus optional Markdown or plain text. Takes Paylocity board GUIDs, recruiting.paylocity.com URLs, or company names; filters by title, department, location, remote and employment type before billing; newerThan turns a daily schedule into a new-postings feed. Use when someone wants paylocity jobs data, a paylocity jobs api, to scrape a Paylocity career site or recruiting board, paylocity salary data, or postings from any employer that hires through Paylocity. No API key, billed per job delivered, and MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-paylocity-jobs-api · ★ 0 · Data & Documents · score 68
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