DEV Community

Timothy Kelvin
Timothy Kelvin

Posted on

"Pull a company's open roles straight from their own job board API"

Most "company hiring signal" tools scrape LinkedIn. company-hiring-tracker does something simpler: most companies that use Greenhouse or Lever for hiring expose their open roles through a public, unauthenticated API on their own job board. No login, no proxy, no headless browser, just a fetch.

Give it a company's ATS (Greenhouse or Lever) and board slug, and it returns each open role: title, location, department, and posting date, as clean JSON.

{ "title": "Senior Backend Engineer", "location": "Remote", "department": "Engineering", "postedAt": "2026-09-10" }
Enter fullscreen mode Exit fullscreen mode

Priced per board queried, not per job returned, so checking a company with 40 open roles costs the same as checking one with 2.

https://apify.com/m_ctim/company-hiring-tracker

Top comments (0)