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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| 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.