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

javascript dev.to

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

Source: dev.to

arrow_back Back to Tutorials