All posts
Guide·Mar 12, 2026·5 min read

Companies that use Greenhouse: list of notable Greenhouse-hosted careers pages

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.

EN

Eng team

Engineering

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 \
  -H "Authorization: Bearer $JOBSPIPE_KEY" \
  -G \
  -d "source=greenhouse" \
  -d "department=engineering" \
  -d "posted_after=7d"

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

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

Get a free API key