Paylocity Jobs & Company Careers Scraper
Scrape every open job from any company career board on Paylocity with title, department, location (city, state, country, remote), employment type, apply link, posted date, full description and the hiring company. Export to JSON, CSV or Excel.
{ "jobId": 4362341, "title": "Music Director Full Time", "company": "St Charles Borromeo Catholic Church Kansas City", "boardTitle": "Available Positions", "location": {"city":"Gladstone","state":"MO","country":"…, "locationName": "St. Charles Borromeo Catholic Church Kansas City", "streetAddress": "900 NE Shady Lane Dr", "metro": "Gladstone", "zip": "64118" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Job Id | Title | Company | Board Title |
|---|---|---|---|
| 4362341 | Music Director Full Time | St Charles Borromeo Catholic Chur… | Available Positions |
| 4074101 | Elementary Teacher-Fourth Grade | St Joseph Catholic Academy | Available Positions |
| 4357828 | Custodian | St Rose of Lima Catholic Church S… | Available Positions |
{ "jobId": 4362341, "title": "Music Director Full Time", "company": "St Charles Borromeo Catholic Church Kansas City", "boardTitle": "Available Positions", "location": {"city":"Gladstone","state":"MO","country":"…, "locationName": "St. Charles Borromeo Catholic Church Kansas City", "streetAddress": "900 NE Shady Lane Dr", "metro": "Gladstone", "zip": "64118" }
常见问题
Where do I find a company's board id?
Open the company's Paylocity careers page. The board id is the GUID in the `recruiting.paylocity.com/recruiting/jobs/All/<id>` URL. You can paste the id or the full URL.
How many jobs can it return per company?
It returns every open role on the board, from a handful to several hundred per company. Use Max Items to cap the combined total when you only need a sample.
Can I scrape several companies in one run?
Yes. Add multiple boards and the scraper collects jobs from each in turn, tagging every record with its boardId so you can tell them apart.
Do I get the full job description?
Yes, when Fetch full job details is on the scraper adds the complete description and employment type for each role. Turn it off for a faster, lighter run that still returns title, location and posted date.
What happens if a board id is wrong or empty?
The scraper records an error row for that board with the reason and moves on to the next one, so one bad entry never stops the run.