seekiee
Portals

Recruitee

Recruitee is a popular ATS for European SMBs and scale-ups. seekiee hits each tenant's public offers API directly — zero tokens, zero scraping.

What it does

The recruitee provider in providers/recruitee.mjs makes HTTPS requests to https://{slug}.recruitee.com/api/offers/ and parses the JSON response. The slug is the company's Recruitee subdomain (e.g. 'acme' for acme.recruitee.com).

When to use it

Use Recruitee scanning for European startups and SMBs — it is especially common in the Netherlands, Germany, and Poland. If a company's careers page lives at <company>.recruitee.com, this provider picks it up automatically.

Example

In your portals.yml: `- careers_url: https://acme.recruitee.com` — scan auto-detects the Recruitee tenant and pulls active roles from its offers API.

Gotchas

Auto-detection keys off the <slug>.recruitee.com hostname. If the company serves its careers page from a branded custom domain, set provider: recruitee explicitly with the underlying tenant URL. Only HTTPS tenant URLs are accepted.

On this page