Step 1
List Personio subdomains
{account} slugs and XML feed URLs from our catalog.Platform detail
Personio doesn't publish a list of their customers. We find and monitor their job boards for you every day.
Company job feeds
4,594
Jobs
37,008
New feeds (30 days)
+153
Why a catalog
Personio doesn't publish a list of its customers. We find and monitor their job boards every day, so you can fetch jobs for free from their public endpoints.
{account}.jobs.personio.com subdomain has to be found another way.Stop manual slug hunting. Use feeds we've discovered and validated on Personio and other ATS platforms through our catalog API or CSV export.
Integration
Use the feed URLs from our catalog, fetch job postings of each feed, keep feeds in sync.
Step 1
{account} slugs and XML feed URLs from our catalog.Step 2
/xml feed and extract position elements into your schema.Step 3
API reference
URL patterns, example requests, and response shapes for vendor endpoints
https://{account}.jobs.personio.com/xmlcurl "https://{account}.jobs.personio.com/xml"<?xml version="1.0" encoding="UTF-8"?>
<workzag-jobs>
<position>
<id>1001</id>
<name>Marketing Manager</name>
<office>Berlin</office>
<department>Marketing</department>
<jobDescriptions>
<jobDescription>
<name>Your tasks</name>
<value><![CDATA[Lead regional marketing programs.]]></value>
</jobDescription>
</jobDescriptions>
<createdAt>2026-02-10T12:00:00+00:00</createdAt>
</position>
</workzag-jobs>Personio feed API documentation
workzag-jobs root) — plan a parser separate from JSON-based ATS pipelines.jobDescriptions blocks contain HTML in CDATA; normalize carefully for search indexes.jobs.personio.com and jobs.personio.de when validating feeds.workzag-jobs with one position element per open role.id, name (title), office, department, jobDescriptions blocks, and createdAt from each position.employmentType, seniority, schedule, and recruitingCategory.{account}.jobs.personio.com or {account}.jobs.personio.de (may redirect between TLDs).Catalog access
Get access to 4,594 validated job feeds with 37,008 jobs on Personio and other ATS platforms in our catalog via API or CSV export.