Personio Job Board Scraper - German & EU Company Careers Feeds
Pricing
from $2.50 / 1,000 results
Personio Job Board Scraper - German & EU Company Careers Feeds
Export open positions from any company running Personio. One XML feed per employer returns the whole board with department, office, seniority, schedule, years of experience and a comparable occupation taxonomy. No API key needed.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 hours ago
Last modified
Categories
Share
Export open positions from any company running Personio. One XML feed per employer returns the whole board with department, office, seniority, schedule, years of experience and a comparable occupation taxonomy. No API key needed.
โจ What this Actor does
- Track hiring at German and EU mid-market companies that never appear on the big job boards.
- Compare seniority and schedule mix across employers using one shared taxonomy.
- Spot a company opening a new office from the office field alone.
- Keep a recruiting CRM in step with what employers currently have open.
๐ Quick start
- Fill in the input below โ the example is already prefilled, so you can just press Start.
- Watch the log: it names every source it reaches and how many rows each returned.
- Export from the Storage tab as JSON, CSV, Excel or feed it straight into your own tools.
๐ฅ Input
{"companies": ["1komma5grad","urbansportsclub"],"maxItems": 300}
Every field is documented in the input form. Nothing here needs an API key or a login.
๐ค Output
One row per record, with these columns:
| Field | Type | Description |
|---|---|---|
company | string | Personio subdomain the position came from. |
positionId | string | Personio's identifier for the position. |
title | string | Role title as published. |
subcompany | string | Entity within the group, where the employer uses them. |
office | string | Office or site the role belongs to. |
department | string | Department the role sits in. |
recruitingCategory | string | Employer's own grouping for the role. |
employmentType | string | Permanent, intern, trainee, contractor. |
seniority | string | Entry level, experienced, executive. |
schedule | string | Full-time or part-time. |
yearsOfExperience | string | Experience band the employer selected. |
occupation | string | Standardised occupation, comparable across employers. |
occupationCategory | string | Broader occupation family. |
keywords | string | Employer keywords, pipe-separated. |
createdAt | string | When the position was created (ISO 8601). |
description | string | Job description sections as plain text. |
jobUrl | string | Public posting page. |
scrapedAt | string | When this row was collected. |
A column that is empty means the source did not publish that value for that record โ it is never a silent substitute for zero or for "unknown".
โ Frequently asked questions
Do I need an API key or an account? No. This Actor reads a public feed.
What happens if the source blocks the run? A refused exit IP is replaced within a quarter of a second, up to five times, before the Actor tries anything else. If nothing gets through, the run fails with the reason โ it never reports success with zero rows, because "there is no such data" and "the source would not answer" are very different answers and you should not have to guess which one you got.
How do I schedule this? Use the Schedules tab. Daily is usually enough; the sources here do not change by the minute.
Can I get the results into Google Sheets or a database?
Yes โ use the dataset export, or the Apify API and integrations. Every run
writes a SUMMARY record to the key-value store with the outcome and counts,
which is handy for monitoring an automated pipeline.
๐ฐ Pricing
Pay per result. You are charged for the rows you receive and nothing else, so a run that finds nothing costs nothing.
โ๏ธ Legal
This Actor collects publicly available information only. It does not log in, does not bypass access controls, and collects no private data. You are responsible for using the output in line with the source's terms and with applicable law, including GDPR where personal data is involved.
โญ Support
Found something wrong, or want a field that is not here? Open an issue on the Actor's page โ include the run ID and I will look at it.
๐ Changelog
2026-09-25
- First release.