Personio Job Scraper — EU Companies, XML Feed | $1.50/1K
Pricing
from $1.16 / 1,000 personio job scraper — eu companies, xml feed | $1.50/1ks
Personio Job Scraper — EU Companies, XML Feed | $1.50/1K
Scrape job postings from any Personio-powered company careers page via the public XML feed. Get title, location, department, team, seniority, remote-type, employment type, schedule, descriptions and parse_confidence. Multi-company batch, keyword filters, zero auth, zero proxy.
Pricing
from $1.16 / 1,000 personio job scraper — eu companies, xml feed | $1.50/1ks
Rating
0.0
(0)
Developer
Vitalii Bondarev
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
Personio Job Scraper — Careers XML Feed
For European HR analytics and talent teams that need job data from Personio-powered companies — Celonis, SumUp, Taxfix, Gorillas, FlixBus, Trivago, and thousands more EU companies.
Pay per result — $1.50 / 1,000 jobs. No API keys. No proxy. No extra cost.
Scrape job postings from any Personio-powered company careers page via the public XML feed.
Personio is one of Europe's leading HR platforms, used by thousands of companies (Celonis, SumUp, Taxfix, Gorillas, FlixBus, Trivago, and more). Every Personio customer gets a public careers page at https://<slug>.jobs.personio.de backed by an XML feed — this actor makes that data queryable at scale.
EU companies use Personio: Personio is Europe's leading HR platform for mid-size companies. Find any company's slug from https://<slug>.jobs.personio.de.
What you get
| Field | Description |
|---|---|
title | Job title |
company | Company slug |
location | Primary office + additional offices combined |
remote_type | remote / hybrid / null — inferred from location + title |
seniority | intern / entry / mid / senior / staff / lead / manager / director / vp / principal / executive |
department | Department name |
team | Recruiting category / team name |
employment_type | Employment type (permanent, working_student, etc.) |
schedule | Full-time, part-time |
salary | Always null — not exposed in the public XML feed |
posted_at | ISO-8601 creation date |
url | Direct job listing URL |
apply_url | Apply URL (same as listing URL for Personio) |
job_id | Personio numeric job ID |
global_id | Dedupe key: personio:<company>:<job_id> |
description_text | Plain-text job description (HTML stripped) |
description_html | Full HTML description from all description sections |
parse_confidence | 0.0–1.0 score — drops when key fields are missing |
warnings | List of codes explaining any confidence deductions |
scraped_at | ISO-8601 run timestamp |
How it works
Personio publishes a machine-readable XML feed at https://<slug>.jobs.personio.de/xml?language=en. This actor:
- Fetches the XML for each company slug in your input list.
- Parses all
<position>elements including the inline<jobDescriptions>sections. - Normalizes the data into a flat, typed schema with seniority and remote-type enrichment.
- Applies optional keyword filters (title / location / remote-only).
- Pushes results to the Apify dataset and charges per job (PPE).
Zero auth. Zero proxy. $0 infra cost. The XML feed is fully public.
Input
| Field | Type | Default | Description |
|---|---|---|---|
companies | string[] | ["personio", "celonis", "sumup"] | Personio company slugs |
titleKeyword | string | — | Case-insensitive filter on job title |
locationKeyword | string | — | Case-insensitive filter on location |
remoteOnly | boolean | false | Only return remote jobs |
maxJobsPerCompany | integer | 50 | Cap per slug (0 = unlimited) |
includeDescriptions | boolean | true | Include description_text + description_html |
Finding a company slug
The slug is the subdomain in the careers URL:
https://celonis.jobs.personio.de→ slug =celonishttps://sumup.jobs.personio.de→ slug =sumup
Pricing
This actor uses Pay Per Result (PPE) pricing — you only pay for jobs actually pushed to your dataset.
Price: $0.0015 per job ($1.50 per 1,000 jobs)
Worked example: 10 companies × 50 jobs = 500 results = $0.75. 20 companies × 100 jobs = 2,000 results = $3.00.
Output sample
{"title": "Senior Backend Engineer","company": "celonis","location": "Munich, Germany","remote_type": null,"seniority": "senior","department": "Engineering","employment_type": "regular","schedule": "full_time","posted_at": "2026-05-15T00:00:00+00:00","url": "https://celonis.jobs.personio.de/job/123456","job_id": "123456","global_id": "personio:celonis:123456","parse_confidence": 1.0,"warnings": []}
FAQ
Do I need an API key or proxy?
No. Personio's XML feed (<slug>.jobs.personio.de/xml) is publicly accessible — no auth, no proxy, no browser required.
What output formats are available? JSON, JSONL, CSV, and Excel via the Apify dataset export, plus the Apify REST API.
Can I schedule daily runs?
Yes — use Apify Scheduler. Use global_id (personio:<slug>:<job_id>) as a stable dedup key across runs.
Why is salary always null? Personio's public XML feed does not include compensation data. This is a platform limitation, not a scraper limitation — if and when Personio adds salary to the feed, this actor will surface it.
Differentiators vs competitors
| Feature | This scraper | Typical Personio scrapers |
|---|---|---|
schedule field (full-time / part-time) | Yes | No |
team field (recruiting category) | Yes | No |
parse_confidence score | Yes | No |
| Seniority (11 levels) | Yes | Rarely |
| Multi-company batch | Yes | Some |
| Inline descriptions (no extra API calls) | Yes | Some |
global_id for dedup | Yes | No |
| Price | $1.50/1k | varies |
parse_confidence (0.0–1.0) and warnings in every record — implemented in normalize_personio.py. Your pipeline detects data drift before output breaks.
Note: salary is always null — Personio's XML feed does not expose compensation. schedule (full-time / part-time) and team (recruiting_category) are Personio-unique fields not available on other ATS scrapers.
If your target company uses Recruitee instead of Personio, see our Recruitee Job Scraper.
Use with AI agents (MCP)
This actor is MCP-compatible. Use it as a data source in n8n, Make, or any LLM agent pipeline.
https://mcp.apify.com/?tools=bovi/personio-job-scraper
The flat schema with global_id (personio:<company>:<job_id>) is drop-in-ready for vector databases, EU HR analytics pipelines, and job-matching LLM workflows. Need Greenhouse, Lever, Ashby, SmartRecruiters and Recruitee in the same pipeline? Use the flagship Multi-ATS Job Scraper — 6 ATS, one unified schema.
Integrations
Built for European talent-intel and HR-analytics teams tracking open roles across Personio-powered companies — the JSON/dataset output drops into the tools you already run, no glue code:
- n8n / Make / Zapier — trigger a run or pipe every new dataset item into 500+ apps (Google Sheets, Airtable, Slack, HubSpot, your database) with no code: n8n, Make, Zapier.
- Webhooks — fire your own endpoint the moment a run finishes, to push results straight into your pipeline (docs).
- MCP server — expose this actor as a tool to Claude, Cursor, or any MCP client so an AI agent can pull this data mid-conversation (guide).
- API & SDKs — fetch the dataset as JSON, CSV, or Excel through the Apify REST API or the Python / JS SDKs.
See all Apify integrations.
Not affiliated with Personio
This actor uses the public, unauthenticated XML feed that Personio exposes for every customer careers page. It is not affiliated with, endorsed by, or supported by Personio SE & Co. KG.