Step 1
Collect subdomains
/api/offers feed URLs.Platform detail
Live Recruitee catalog coverage, verified feed URLs, and reference patterns for public job board endpoints.
Company job feeds
3,042
Jobs
43,408
New feeds (30 days)
+86
Why a catalog
Recruitee 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}.recruitee.com subdomain has to be found another way.Stop manual slug hunting. Use feeds we've discovered and validated on Recruitee 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
/api/offers feed URLs.Step 2
offers array and normalize locations, slugs, and careers URLs.Step 3
API reference
URL patterns, example requests, and response shapes for vendor endpoints
https://{account}.recruitee.com/api/offerscurl "https://{account}.recruitee.com/api/offers"{
"offers": [
{
"id": 9001,
"title": "Customer Success Manager",
"locations": [
{
"id": 171529,
"name": "Amsterdam",
"city": "Amsterdam",
"country": "Netherlands",
"country_code": "NL"
}
],
"department": "Customer Success",
"slug": "customer-success-manager",
"careers_url": "https://example-co.recruitee.com/o/customer-success-manager",
"careers_apply_url": "https://example-co.recruitee.com/o/customer-success-manager/c/new",
"published_at": "2026-03-01T09:00:00.000Z"
}
]
}Recruitee feed API documentation
locations array (not a single location string) with city, country, and codes per site.careers_url and careers_apply_url differ from the raw API path — map both for listings and applications./o/{slug} on the career site; API slug field drives that path.offers array for the career site.locations (array), department, slug, careers_url, careers_apply_url, and published_at.{account}.recruitee.com/o/{slug}.Catalog access
Get access to 3,042 validated job feeds with 43,408 jobs on Recruitee and other ATS platforms in our catalog via API or CSV export.