---
title: "Companies using dbt"
description: "**Canonical URL:** https://jobspipe.dev/companies-using/dbt"
canonical: https://jobspipe.dev/companies-using/dbt
last_updated: 2026-09-10
---

# Companies using dbt

> Intellect, Fivetran, EPAM Systems and UK Government - Department for Business and Trade and more. Companies hiring for dbt right now, and the share of dbt postings by industry, country and company size, measured from live job postings.

**Canonical URL:** https://jobspipe.dev/companies-using/dbt
**Category:** Data transformation
**Measured:** 2026-09-09, from active postings on the ten collected boards whose text names the technology (deduplicated by posting id). Shares only, no counts.
**Share of active postings naming dbt:** <0.5%

dbt is the transformation layer of the modern data stack, turning SQL into versioned, tested models in the warehouse. Postings name it in analytics engineer and data engineer roles, nearly always alongside Snowflake, BigQuery or Redshift.

A dbt mention is a precise signal: the company has an analytics engineering function and a warehouse-centred stack. That makes the list of companies hiring for dbt a ready-made prospect list for data quality, observability and catalog vendors.

## Companies hiring for dbt right now

_Companies with the most active postings naming dbt on the ten boards JobsPipe collects, as of 2026-09-09. Ordered by posting volume; counts are not published._

| Company | Domain | Website stack scan |
|---|---|---|
| Intellect | [intellect.co](https://intellect.co) | https://jobspipe.dev/stack/intellect.co |
| Fivetran | [fivetran.com](https://fivetran.com) | https://jobspipe.dev/stack/fivetran.com |
| EPAM Systems | [epam.com](https://epam.com) | https://jobspipe.dev/stack/epam.com |
| UK Government - Department for Business and Trade | [gov.uk](https://gov.uk) | https://jobspipe.dev/stack/gov.uk |
| Deloitte | [deloitte.com](https://deloitte.com) | https://jobspipe.dev/stack/deloitte.com |
| HCLTech | [hcltech.com](https://hcltech.com) | https://jobspipe.dev/stack/hcltech.com |
| Capgemini | [capgemini.com](https://capgemini.com) | https://jobspipe.dev/stack/capgemini.com |
| Snowflake | [careers.snowflake.com](https://careers.snowflake.com) | https://jobspipe.dev/stack/careers.snowflake.com |
| Barclays | [home.barclays](https://home.barclays) | https://jobspipe.dev/stack/home.barclays |
| NTT DATA | [careers.services.global.ntt](https://careers.services.global.ntt) | https://jobspipe.dev/stack/careers.services.global.ntt |
| EXL Service | [exlservice.com](https://exlservice.com) | https://jobspipe.dev/stack/exlservice.com |
| Cognizant | [cognizant.com](https://cognizant.com) | https://jobspipe.dev/stack/cognizant.com |
| St. Joseph's Healthcare Hamilton | [joinstjoes.ca](https://joinstjoes.ca) | https://jobspipe.dev/stack/joinstjoes.ca |
| Midwest Center for Youth and Families | [midwest-center.com](https://midwest-center.com) | https://jobspipe.dev/stack/midwest-center.com |
| Optum | [optum.com](https://optum.com) | https://jobspipe.dev/stack/optum.com |

## Where dbt shows up

### By industry (ISIC Rev.4 division of the employer)

- Software and IT services: 16.5%
- Healthcare: 7.8%
- Financial services: 6.3%
- Employment and staffing: 5.2%
- Information services: 1.8%
- Retail trade: 1.3%
- Public administration: 1.2%
- Head offices and consulting: 1.2%

### By country (job location)

- United States: 41.4%
- India: 9.0%
- United Kingdom: 7.3%
- Canada: 4.9%
- France: 4.0%
- Germany: 3.4%

### By company size (employer headcount band, unknown excluded)

- 1000+ employees: 22.3%
- 201-1000 employees: 10.3%
- 51-200 employees: 4.8%
- 1-50 employees: 4.0%

## How JobsPipe detects dbt

Every posting is parsed for technology mentions: the title and description are matched against a curated lexicon and the matches are stored on the job as `technology_slugs`. A posting that names dbt carries the slug `dbt`. The `skills_or` filter on `POST /v1/jobs/search` returns every such posting with its company, location, seniority and salary where stated.

```bash
curl -X POST https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer $JOBSPIPE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"skills_or": ["dbt"], "status": "active", "limit": 24}'
```

This is a hiring signal, not a purchase record: a company can name dbt because it runs it, because it is migrating to or away from it, or because candidates are expected to know it.

## FAQ

### Which companies are hiring for dbt right now?

Intellect, Fivetran, EPAM Systems, UK Government - Department for Business and Trade, Deloitte and HCLTech are among the companies with the most active postings naming dbt across the ten job boards JobsPipe collects, as of 2026-09-09. The list on this page is a snapshot; the live version is one API query with skills_or set to ["dbt"], grouped by company.

### Which industries use dbt the most?

Among active postings that name dbt, Software and IT services accounts for 16.5%, followed by Healthcare at 7.8% and Financial services at 6.3%. Industry is the ISIC Rev.4 division assigned to the employer of each posting.

### What size of company hires for dbt?

The largest band is 1000+ employees, at 22.3% of active postings naming dbt where the employer's headcount is known. Company size comes from the employer record attached to each posting and is unknown for a share of postings, which are excluded from the size split.

### How does JobsPipe know a company uses dbt?

JobsPipe extracts technology mentions from each posting's title and description against a curated lexicon and stores them on the job as technology_slugs. A company appears on this page when its active postings name dbt. It is a hiring signal, not proof of a purchase: a posting can name a technology a team is migrating away from or only wants experience with. dbt runs behind login or inside the company's own infrastructure, so a website scan almost never sees it and job postings are the only public evidence of adoption.

## Related

- **All company lists:** https://jobspipe.dev/companies-using
- **Technographics guide:** https://jobspipe.dev/technographics
- **Free tech-stack scan:** https://jobspipe.dev/stack
- **Jobs API:** https://jobspipe.dev/jobs-api
- **Sign up (free tier):** https://jobspipe.dev/signup

---
Generated from structured data. View the rendered page at https://jobspipe.dev/companies-using/dbt.

---
Building this integration yourself? The steps above work. The alternative is one API over this source and 30+ others, already normalized and deduplicated. Try it right now - no key, no signup:

```bash
curl -X POST https://api.jobspipe.dev/v1/sandbox/jobs/search \
  -H "Content-Type: application/json" \
  -d '{"job_title_or":["software engineer"],"limit":5}'
```

Sample data, exact live schema. For live data get a free key (1,000 jobs/month) at https://jobspipe.dev/signup, then swap /v1/sandbox/jobs/search for /v1/jobs/search with an Authorization: Bearer header. Full agent index: https://jobspipe.dev/llms.txt?src=md-twin