seekiee
Portals

Workable

Workable is a widely used ATS for startups and SMBs worldwide. seekiee reads its public no-auth markdown feed — zero tokens, zero scraping.

What it does

The workable provider in providers/workable.mjs reads the public markdown feed at https://apply.workable.com/{slug}/jobs.md and parses the listed roles. Workable's JSON API requires an auth token; the markdown feed is the only no-auth public surface, so that is what seekiee uses.

When to use it

Use Workable scanning for startups and SMBs across Europe, India, and remote-first companies — it is one of the most common ATSes below the enterprise tier. If a company's apply flow lives at apply.workable.com/<slug>, this provider picks it up automatically.

Example

In your portals.yml: `- careers_url: https://apply.workable.com/acme` — scan auto-detects the Workable board and pulls active roles from the markdown feed.

Gotchas

The markdown feed exposes titles, locations, and links but not always the full JD — evaluation fetches the posting page itself when you process a hit. For branded custom domains, set provider: workable explicitly with the apply.workable.com URL.

On this page