← All twelve ATS APIs compared
The German-speaking mid-market, and almost nothing else covers it. Third-largest board count here, and largely invisible to US-built job tools.
GET https://{company}.jobs.personio.de/search.json
No key, no login. The slug is the subdomain in {company}.jobs.personio.de — some employers are on .personio.com instead, same shape.
curl -s 'https://acme.jobs.personio.de/search.json'
Measured across every live Personio board in our registry — 41,608 postings from
5,172 boards, not a sample. yes means 99.5% or more; no
means the field does not exist on this endpoint.
| Field | Personio |
|---|---|
| Posting date | no |
| Description | no |
| Pay | no |
| Marked remote | 8.8% |
Title, company, location and an apply URL come back on every row.
Deep coverage of German, Austrian, Swiss and Dutch employers below the size where they would appear in an English-language aggregator. Department is on 97.1% of rows and employment type on all of them.
No posting date, no description and no pay on the listing endpoint. This is a "who is hiring and for what" source, not a content source.
.jobs.personio.de and .jobs.personio.com both exist and the slug is the same.Yes, for European coverage that English-language tools miss.
No, for freshness or full text.
How Personio compares with the other eleven on the same four fields is on the comparison page. If you would rather not write and maintain a client, this Actor reads Personio and emits the same row shape as the other eleven, and ATS Database is a free lookup for finding which platform a given company is on.
Personio was invisible to us until we looked at the right shape of URL. The company is
a subdomain — {company}.jobs.personio.de — which appears in a CDX urlkey as an extra
comma-separated segment rather than a path, so a harvester written for path-based platforms
returns zero and the platform looks like it has no public boards. Reading it correctly yielded
5,172 boards, almost entirely German, Austrian, Swiss and Dutch.