seekiee
Portals

SmartRecruiters

SmartRecruiters is an enterprise ATS used by large global employers. seekiee hits its public postings API directly — zero tokens, zero scraping.

What it does

The smartrecruiters provider in providers/smartrecruiters.mjs makes HTTPS requests to api.smartrecruiters.com for the company's public postings and parses the paginated JSON response (100 postings per page, up to 50 pages). The slug comes from the careers URL, e.g. 'Visa' for careers.smartrecruiters.com/Visa.

When to use it

Use SmartRecruiters scanning for large enterprises and global employers — Visa, Bosch, IKEA, Adyen, and many Fortune-500-scale companies post through it. If a careers page lives at careers.smartrecruiters.com/<slug> or jobs.smartrecruiters.com/<slug>, this provider picks it up automatically.

Example

In your portals.yml: `- careers_url: https://careers.smartrecruiters.com/Visa` — scan auto-detects the SmartRecruiters board and pulls active roles.

Gotchas

Many SmartRecruiters customers serve careers pages from branded custom domains (e.g. careers.adyen.com). Auto-detection cannot see through those — set provider: smartrecruiters explicitly on the entry to bypass detection. The provider paginates with a safety cap of 5,000 postings per company.

On this page