Search jobs, get companies
Filter postings by title, description, AI keywords, field, seniority, employment type, work arrangement, location, and recency, then receive distinct companies, not individual jobs.
Signal-based TAM
Filter job postings like a search, get accounts back like a market map: deduplicated companies actively hiring for the roles you care about, each with a matched-jobs count.
Trusted by the best GTM teams













A static TAM goes stale. Hiring activity tells you which accounts are investing right now.
Filter postings by title, description, AI keywords, field, seniority, employment type, work arrangement, location, and recency, then receive distinct companies, not individual jobs.
Stack job-level filters with company firmographics (industry, size, headcount, HQ) so results match your ICP and are actively hiring.
Use min_per_company to keep only companies with enough matching openings: one job is noise, five is a strategy.
Exclude confirmed recruitment and staffing agencies with a single flag, so your TAM contains buyers, not intermediaries.
One endpoint, POST /v2/company/tam-by-jobs, turns hiring criteria into a deduplicated market.
Filter by job title, description keywords, AI-matched themes, seniority band, work arrangement, location, and how recently the job was posted.
Add firmographic criteria (industry, size, headcount, HQ) and exclude staffing agencies to keep only real buyers.
Floor the matched-jobs count with min_per_company so only companies hiring at meaningful volume make the list.
Walk cursor-based pages until the cursor comes back null. Each result is a full company profile with its matched_jobs count.
Search and discover companies by industry, size, location, keywords, and signals. Build markets, identify accounts, and create better prospecting workflows.
Search job postings by title, description, location, date, and company data. Use hiring activity to build TAMs, enrich accounts, and trigger GTM workflows.
Track all jobs related to a company, grouped by month. Detect hiring trends, growth and keyword signals, and company movements with hourly refreshed data.
Jobs Search returns individual postings. TAM by Jobs runs the same job filters but returns the distinct companies behind them, deduplicated, each with a matched_jobs count, so the output is an account list, not a jobs feed.
All filters combine with AND. Multiple values inside a single include list combine with OR: two titles return companies hiring for either role, and exclude lists remove matches.
Pagination is cursor-based: pass each response's cursor into the next request until it comes back null. When min_per_company filters heavily, a page can come back partial, so keep paging until the cursor is null.