A curated list of technology companies with public job boards, structured ATS slugs, and source links.
Currently tracking 1977 companies.
This repository is designed for two uses:
- Human readers can discover companies worth tracking.
- Crawlers can consume
data/companies.ymlas a clean seed list.
A company belongs here when it has:
- A public jobs or careers page.
- A stable company identity, domain, and source URL.
- At least one current opening in North America or an eligible remote opening.
- Hiring relevance for software, data, product, design, operations, or go-to-market roles.
- Enough public signal to be useful to job seekers or recruiting tools.
This is a curated list, not a dump of every company on the internet.
New companies must pass the full Inclusion Standard before being added.
Each category lives in its own file under docs/categories/.
| Category | Companies |
|---|---|
| AI and Data | 174 |
| Developer Infrastructure | 174 |
| Fintech | 175 |
| Consumer and Marketplace | 122 |
| Healthcare and Biotech | 121 |
| Industrials and Climate | 180 |
| B2B Enterprise | 72 |
| Open Source and Platform | 959 |
The machine-readable source is data/companies.yml.
Each entry includes:
name- Canonical company name.slug- Stable normalized identifier.domain- Primary domain.careers_url- Public careers or jobs URL.category- Broad grouping for discovery.ats- Known ATS board slugs, such as Greenhouse, Lever, or Ashby.tags- Useful filtering labels.sources- Public source URLs used to verify the entry.
Validate the data locally:
python -m pip install -r requirements.txt
python scripts/validate.pyRead CONTRIBUTING.md before opening a pull request.