Other ATS platforms

Platform detail

Recruitee job feeds

Live Recruitee catalog coverage, verified feed URLs, and reference patterns for public job board endpoints.

Get catalog access

Company job feeds

3,042

Jobs

43,408

New feeds (30 days)

+86

Why a catalog

Why use a catalog for Recruitee feeds?

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.

  • Discovery: Discovering Recruitee job board URLs is hard. Recruitee doesn't publish a list of its customers, so each {account}.recruitee.com subdomain has to be found another way.
  • Monitoring: Feeds go stale or return empty when companies deprecate career sites or move off Recruitee. Avoid failed requests by using our daily refreshed catalog.
  • Pricing: Typical job posting APIs charge premium prices for enriched data. We only charge for job board discovery and health monitoring, at a low price.
  • Data cap: Typical job posting APIs limit how many jobs you can fetch per plan. We give you access to every Recruitee board we've discovered, including all of their job postings.

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

Typical Recruitee integration

Use the feed URLs from our catalog, fetch job postings of each feed, keep feeds in sync.

Step 1

Collect subdomains

Use the catalog for Recruitee account slugs and /api/offers feed URLs.

Step 2

Fetch offers JSON

Request each subdomain's offers array and normalize locations, slugs, and careers URLs.

Step 3

Stay in sync

Refresh when new Recruitee career sites appear or feeds retire from the directory.

API reference

How public Recruitee feeds work

URL patterns, example requests, and response shapes for vendor endpoints

Feed URL pattern

https://{account}.recruitee.com/api/offers
Example request
curl "https://{account}.recruitee.com/api/offers"
Example JSON feed response
{
  "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

Operational notes

  • Offers use a 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.
  • Public listings use /o/{slug} on the career site; API slug field drives that path.
  • One offers endpoint per subdomain — multi-company ingestion fans out across many hosts.

Parsing notes

  • Offers API returns JSON with an offers array for the career site.
  • Each offer includes title, locations (array), department, slug, careers_url, careers_apply_url, and published_at.
  • Public listings appear under {account}.recruitee.com/o/{slug}.

Catalog access

Get the full Recruitee feed catalog

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.

Other ATS platforms