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

# Companies using Intercom

> Safeway, Axis Communications, Northwestern Medicine and Goodwill of Colorado and more. Companies hiring for Intercom right now, and the share of Intercom postings by industry, country and company size, measured from live job postings.

**Canonical URL:** https://jobspipe.dev/companies-using/intercom
**Category:** Customer messaging
**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 Intercom:** <0.5%

Intercom is the customer messaging platform for in-app chat, onboarding and support, common at software companies. Postings name it in customer support, customer success, product marketing and lifecycle marketing roles.

Intercom's messenger is visible to a website scan; postings reveal the teams using it and the size of the support operation. The combination separates a company that installed the widget from one that runs its customer relationship through it.

## Companies hiring for Intercom right now

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

| Company | Domain | Website stack scan |
|---|---|---|
| Safeway | [safeway.com](https://safeway.com) | https://jobspipe.dev/stack/safeway.com |
| Axis Communications | [axis.com](https://axis.com) | https://jobspipe.dev/stack/axis.com |
| Northwestern Medicine | [jobs.nm.org](https://jobs.nm.org) | https://jobspipe.dev/stack/jobs.nm.org |
| Goodwill of Colorado | [goodwillcolorado.org](https://goodwillcolorado.org) | https://jobspipe.dev/stack/goodwillcolorado.org |
| Northwell Health | [northwellcareers.com](https://northwellcareers.com) | https://jobspipe.dev/stack/northwellcareers.com |
| Intercom | [intercom.io](https://intercom.io) | https://jobspipe.dev/stack/intercom.io |
| SupportYourApp | [supportyourapp.com](https://supportyourapp.com) | https://jobspipe.dev/stack/supportyourapp.com |
| Everon | [everonsolutions.com](https://everonsolutions.com) | https://jobspipe.dev/stack/everonsolutions.com |
| UMass Memorial Health | [ummhealth.org](https://ummhealth.org) | https://jobspipe.dev/stack/ummhealth.org |
| Albertsons | [albertsonscompanies.com](https://albertsonscompanies.com) | https://jobspipe.dev/stack/albertsonscompanies.com |
| VSC Fire & Security, Inc. | [vscfs.com](https://vscfs.com) | https://jobspipe.dev/stack/vscfs.com |
| Lee's MarketPlace | [leesmarketplace.com](https://leesmarketplace.com) | https://jobspipe.dev/stack/leesmarketplace.com |
| Savers/Value Village | [savers.com](https://savers.com) | https://jobspipe.dev/stack/savers.com |
| Homeland Stores | [homelandstores.com](https://homelandstores.com) | https://jobspipe.dev/stack/homelandstores.com |
| Hy-Vee, Inc. | [hy-vee.com](https://hy-vee.com) | https://jobspipe.dev/stack/hy-vee.com |

## Where Intercom shows up

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

- Software and IT services: 11.9%
- Healthcare: 9.4%
- Retail trade: 6.0%
- Telecommunications: 3.0%
- Financial services: 2.5%
- Education: 2.3%
- Employment and staffing: 2.2%
- Security services: 2.0%

### By country (job location)

- United States: 50.4%
- United Kingdom: 6.5%
- Canada: 4.7%
- India: 4.4%
- Netherlands: 2.9%
- Australia: 2.8%

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

- 1000+ employees: 17.7%
- 201-1000 employees: 8.0%
- 51-200 employees: 4.2%
- 1-50 employees: 3.9%

## How JobsPipe detects Intercom

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 Intercom carries the slug `intercom`. 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": ["intercom"], "status": "active", "limit": 24}'
```

This is a hiring signal, not a purchase record: a company can name Intercom 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 Intercom right now?

Safeway, Axis Communications, Northwestern Medicine, Goodwill of Colorado, Northwell Health and Intercom are among the companies with the most active postings naming Intercom 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 ["intercom"], grouped by company.

### Which industries use Intercom the most?

Among active postings that name Intercom, Software and IT services accounts for 11.9%, followed by Healthcare at 9.4% and Retail trade at 6.0%. Industry is the ISIC Rev.4 division assigned to the employer of each posting.

### What size of company hires for Intercom?

The largest band is 1000+ employees, at 17.7% of active postings naming Intercom 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 Intercom?

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 Intercom. 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. Intercom is one of the technologies a website scan can also see when it ships on the public site, so the scan and the hiring record confirm each other.

## 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/intercom.

---
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