[NewSearch millions of jobs from your AI agent with MCP→](/blog/jobspipe-mcp-server)

[All posts](/blog)

Guide·Mar 12, 2026·5 min read

# Companies that use Greenhouse: a notable customers list (2026)

Greenhouse powers the careers pages for thousands of modern startups and scaleups. Here's a curated list of companies that use Greenhouse - and how to query all of their public jobs from one endpoint.

![Dvir Atias](/authors/dvir-atias.jpg)

Dvir Atias

Founder, JobsPipe

Greenhouse is the dominant ATS for modern, growth-stage tech companies. If you want a list of **companies that use Greenhouse** for hiring - to source candidates, benchmark compensation, study hiring patterns, or build a competitive product - here’s the practical answer.

## How to spot a Greenhouse-hosted careers page

Every Greenhouse customer with a public careers page exposes it at one of two URL patterns:

```
# Greenhouse boards (most common)
https://boards.greenhouse.io/{board_token}

# Or as a hosted subdomain
https://{company}.greenhouse.io/
```

The `{board_token}` is a public per-company slug - Anthropic’s is `anthropic`, Stripe’s is `stripe`, Linear’s is `linear`. The Greenhouse Job Board API at `boards-api.greenhouse.io/v1/boards/{board_token}/jobs` is free, public, no auth required.

## Notable companies that use Greenhouse (sample)

A non-exhaustive sample of well-known Greenhouse customers, skewing toward AI labs, fintech, and modern SaaS:

-   Anthropic
-   Stripe
-   Notion
-   Linear
-   Vercel
-   Figma
-   Airbnb
-   Pinterest
-   Instacart
-   DoorDash
-   Asana
-   Brex
-   Ramp
-   Plaid
-   Robinhood
-   Coinbase
-   Webflow
-   Loom
-   Retool
-   Modern Treasury
-   Rippling
-   Gusto
-   Mercury
-   Replit
-   Cursor
-   Perplexity
-   ElevenLabs
-   Hugging Face
-   OpenAI
-   Anysphere

JobsPipe tracks **12,000+ Greenhouse-hosted boards** today and refreshes the list weekly.

## Querying every Greenhouse company at once

The official Greenhouse API requires knowing the board\_token per company. If you need to query _every_ Greenhouse-hosted company at once - or you want consistent fields across Greenhouse and Workday and Indeed and Lever - JobsPipe gives you a single endpoint:

```
curl https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer jp_live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{ "source_or": ["greenhouse"], "job_title_or": ["engineer"], "posted_at_max_age_days": 7 }'
```

## Why this matters for sales and ICP research

Knowing “company X uses Greenhouse” is a strong ICP signal. Greenhouse customers tend to be:

-   Series B and later (entry pricing is non-trivial)
-   ~50–5000 employees (the sweet spot Greenhouse targets)
-   Tech-forward (Greenhouse is API-first, attracts engineering-led companies)
-   Actively hiring (you don’t buy an ATS unless you’re recruiting at scale)

For sales-prospecting tools, recruiting agencies, or comp benchmarks, the Greenhouse customer base is one of the highest-value cohorts in tech.

## Related

-   [Greenhouse API: pulling job postings from any Greenhouse-hosted career page](/blog/greenhouse-api-jobs)
-   [ATS API: one integration for 30+ applicant tracking systems](/blog/ats-api-integration)

Query Greenhouse + 30 other ATSs through one endpoint - free tier.

[

← Previous

Workday API: public job postings from every tenant in 2026

](/blog/workday-api-guide)[

Next →

Greenhouse API: pull job postings from any Greenhouse board

](/blog/greenhouse-api-jobs)

---
Canonical URL: https://jobspipe.dev/blog/companies-using-greenhouse
Title: Companies that use Greenhouse: a notable customers list (2026)
Description: Greenhouse powers the careers pages for thousands of modern startups and scaleups. Here's a curated list of companies that use Greenhouse - and how to query all of their public jobs from one endpoint.