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

# Companies using Google Cloud

> Google, EPAM Systems, Deloitte and HCLTech and more. Companies hiring for Google Cloud right now, and the share of Google Cloud postings by industry, country and company size, measured from live job postings.

**Canonical URL:** https://jobspipe.dev/companies-using/gcp
**Category:** Cloud platform
**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 Google Cloud:** 1.7%

Google Cloud Platform is the third major cloud, strong with data-heavy companies that build on BigQuery and with startups that started on it. Postings name it in data engineering, machine learning and platform roles more than in generic backend listings.

As with the other clouds, GCP is invisible to a website scan unless a company happens to serve from it. Job postings show which teams depend on it and which Google services, from BigQuery to GKE, they are hiring for.

## Companies hiring for Google Cloud right now

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

| Company | Domain | Website stack scan |
|---|---|---|
| Google | [goo.gle](https://goo.gle) | https://jobspipe.dev/stack/goo.gle |
| EPAM Systems | [epam.com](https://epam.com) | https://jobspipe.dev/stack/epam.com |
| 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 |
| Accenture | [accenture.com](https://accenture.com) | https://jobspipe.dev/stack/accenture.com |
| JPMorganChase | [jpmorganchase.com](https://jpmorganchase.com) | https://jobspipe.dev/stack/jpmorganchase.com |
| NTT DATA | [careers.services.global.ntt](https://careers.services.global.ntt) | https://jobspipe.dev/stack/careers.services.global.ntt |
| Thermo Fisher Scientific | [thermofisher.com](https://thermofisher.com) | https://jobspipe.dev/stack/thermofisher.com |
| NetApp | [netapp.com](https://netapp.com) | https://jobspipe.dev/stack/netapp.com |
| Capital One | [capitalonecareers.com](https://capitalonecareers.com) | https://jobspipe.dev/stack/capitalonecareers.com |
| Wells Fargo | [wellsfargojobs.com](https://wellsfargojobs.com) | https://jobspipe.dev/stack/wellsfargojobs.com |
| Cognizant | [cognizant.com](https://cognizant.com) | https://jobspipe.dev/stack/cognizant.com |
| Groupe Talents Handicap | [groupe-talentshandicap.com](https://groupe-talentshandicap.com) | https://jobspipe.dev/stack/groupe-talentshandicap.com |
| Ford Motor Company | [corporate.ford.com](https://corporate.ford.com) | https://jobspipe.dev/stack/corporate.ford.com |

## Where Google Cloud shows up

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

- Software and IT services: 22.6%
- Financial services: 5.5%
- Employment and staffing: 4.8%
- Scientific R&D: 3.7%
- Pharmaceuticals: 3.0%
- Healthcare: 2.3%
- Legal and accounting: 1.7%
- Electronics manufacturing: 1.5%

### By country (job location)

- United States: 37.4%
- India: 15.0%
- United Kingdom: 5.4%
- Canada: 4.3%
- Brazil: 3.4%
- France: 3.4%

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

- 1000+ employees: 26.2%
- 201-1000 employees: 6.0%
- 51-200 employees: 4.1%
- 1-50 employees: 3.6%

## How JobsPipe detects Google Cloud

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

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

Google, EPAM Systems, Deloitte, HCLTech, Capgemini and Accenture are among the companies with the most active postings naming Google Cloud 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 ["gcp"], grouped by company.

### Which industries use Google Cloud the most?

Among active postings that name Google Cloud, Software and IT services accounts for 22.6%, followed by Financial services at 5.5% and Employment and staffing at 4.8%. Industry is the ISIC Rev.4 division assigned to the employer of each posting.

### What size of company hires for Google Cloud?

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

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 Google Cloud. 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. Google Cloud 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/gcp.

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