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

# Companies using Salesforce

> Salesforce, Thermo Fisher Scientific, Accenture and Capgemini and more. Companies hiring for Salesforce right now, and the share of Salesforce postings by industry, country and company size, measured from live job postings.

**Canonical URL:** https://jobspipe.dev/companies-using/salesforce
**Category:** CRM
**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 Salesforce:** 1.9%

Salesforce is the enterprise CRM, and its ecosystem of admins, developers and consultants is a job category in its own right. Postings name it in sales operations, Salesforce administrator and developer roles, and in a large share of enterprise account executive listings.

Because Salesforce runs behind login, a website scan rarely sees it. Job postings are the public evidence: a company hiring Salesforce admins or Apex developers is running its revenue on the platform and investing in it further.

## Companies hiring for Salesforce right now

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

| Company | Domain | Website stack scan |
|---|---|---|
| Salesforce | [salesforce.com](https://salesforce.com) | https://jobspipe.dev/stack/salesforce.com |
| Thermo Fisher Scientific | [thermofisher.com](https://thermofisher.com) | https://jobspipe.dev/stack/thermofisher.com |
| Accenture | [accenture.com](https://accenture.com) | https://jobspipe.dev/stack/accenture.com |
| Capgemini | [capgemini.com](https://capgemini.com) | https://jobspipe.dev/stack/capgemini.com |
| Airwallex | [airwallex.com](https://airwallex.com) | https://jobspipe.dev/stack/airwallex.com |
| Amazon.com | [amazon.jobs](https://amazon.jobs) | https://jobspipe.dev/stack/amazon.jobs |
| Amazon Web Services | [aws.amazon.com](https://aws.amazon.com) | https://jobspipe.dev/stack/aws.amazon.com |
| ABB | [global.abb](https://global.abb) | https://jobspipe.dev/stack/global.abb |
| Deloitte | [deloitte.com](https://deloitte.com) | https://jobspipe.dev/stack/deloitte.com |
| EPAM Systems | [epam.com](https://epam.com) | https://jobspipe.dev/stack/epam.com |
| Johnson Controls | [jobs.johnsoncontrols.com](https://jobs.johnsoncontrols.com) | https://jobspipe.dev/stack/jobs.johnsoncontrols.com |
| Siemens | [siemens.com](https://siemens.com) | https://jobspipe.dev/stack/siemens.com |
| Flosum | [flosum.com](https://flosum.com) | https://jobspipe.dev/stack/flosum.com |
| Hilton | [jobs.hilton.com](https://jobs.hilton.com) | https://jobspipe.dev/stack/jobs.hilton.com |
| US Foods | [usfoods.com](https://usfoods.com) | https://jobspipe.dev/stack/usfoods.com |

## Where Salesforce shows up

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

- Software and IT services: 17.9%
- Financial services: 5.1%
- Employment and staffing: 3.9%
- Healthcare: 2.0%
- Electronics manufacturing: 2.0%
- Machinery: 1.8%
- Pharmaceuticals: 1.6%
- Education: 1.4%

### By country (job location)

- United States: 49.5%
- India: 7.9%
- United Kingdom: 5.7%
- Canada: 5.0%
- Germany: 2.8%
- Australia: 2.6%

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

- 1000+ employees: 25.2%
- 201-1000 employees: 7.3%
- 51-200 employees: 3.6%
- 1-50 employees: 3.1%

## How JobsPipe detects Salesforce

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

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

Salesforce, Thermo Fisher Scientific, Accenture, Capgemini, Airwallex and Amazon.com are among the companies with the most active postings naming Salesforce 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 ["salesforce"], grouped by company.

### Which industries use Salesforce the most?

Among active postings that name Salesforce, Software and IT services accounts for 17.9%, followed by Financial services at 5.1% and Employment and staffing at 3.9%. Industry is the ISIC Rev.4 division assigned to the employer of each posting.

### What size of company hires for Salesforce?

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

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 Salesforce. 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. Salesforce 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/salesforce.

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