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

# Companies using Go

> Amazon.com, Google, Capital One and Amazon Web Services and more. Companies hiring for Go right now, and the share of Go postings by industry, country and company size, measured from live job postings.

**Canonical URL:** https://jobspipe.dev/companies-using/golang
**Category:** Programming language
**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 Go:** <0.5%

Go is the language of cloud infrastructure: Kubernetes, Docker and much of the modern platform ecosystem are written in it. Postings name it in backend, platform and infrastructure roles, frequently alongside Kubernetes and gRPC.

Go in a posting marks a company building services rather than a monolith, and usually one operating its own platform. The hiring record is the only public evidence, since a compiled Go service is invisible from the outside.

## Companies hiring for Go right now

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

| Company | Domain | Website stack scan |
|---|---|---|
| Amazon.com | [amazon.jobs](https://amazon.jobs) | https://jobspipe.dev/stack/amazon.jobs |
| Google | [goo.gle](https://goo.gle) | https://jobspipe.dev/stack/goo.gle |
| Capital One | [capitalonecareers.com](https://capitalonecareers.com) | https://jobspipe.dev/stack/capitalonecareers.com |
| Amazon Web Services | [aws.amazon.com](https://aws.amazon.com) | https://jobspipe.dev/stack/aws.amazon.com |
| Apple | [apple.com](https://apple.com) | https://jobspipe.dev/stack/apple.com |
| JPMorganChase | [jpmorganchase.com](https://jpmorganchase.com) | https://jobspipe.dev/stack/jpmorganchase.com |
| EPAM Systems | [epam.com](https://epam.com) | https://jobspipe.dev/stack/epam.com |
| Hostaway | [hostaway.com](https://hostaway.com) | https://jobspipe.dev/stack/hostaway.com |
| ByteDance | [bytedance.com](https://bytedance.com) | https://jobspipe.dev/stack/bytedance.com |
| NinjaOne | [ninjaone.com](https://ninjaone.com) | https://jobspipe.dev/stack/ninjaone.com |
| Tesla | [tesla.com](https://tesla.com) | https://jobspipe.dev/stack/tesla.com |
| Cisco | [cisco.com](https://cisco.com) | https://jobspipe.dev/stack/cisco.com |
| Hewlett Packard Enterprise \| HPE | [careers.hpe.com](https://careers.hpe.com) | https://jobspipe.dev/stack/careers.hpe.com |
| CrowdStrike | [crowdstrike.com](https://crowdstrike.com) | https://jobspipe.dev/stack/crowdstrike.com |
| ServiceNow | [servicenow.com](https://servicenow.com) | https://jobspipe.dev/stack/servicenow.com |

## Where Go shows up

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

- Software and IT services: 23.4%
- Financial services: 7.0%
- Employment and staffing: 3.9%
- Retail trade: 3.2%
- Electronics manufacturing: 2.7%
- Telecommunications: 2.2%
- Information services: 1.4%
- Broadcasting: 1.1%

### By country (job location)

- United States: 37.9%
- India: 15.0%
- United Kingdom: 5.4%
- Canada: 4.2%
- Singapore: 3.8%
- Germany: 3.4%

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

- 1000+ employees: 29.8%
- 201-1000 employees: 8.1%
- 1-50 employees: 4.0%
- 51-200 employees: 3.5%

## How JobsPipe detects Go

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

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

Amazon.com, Google, Capital One, Amazon Web Services, Apple and JPMorganChase are among the companies with the most active postings naming Go 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 ["golang"], grouped by company.

### Which industries use Go the most?

Among active postings that name Go, Software and IT services accounts for 23.4%, followed by Financial services at 7.0% 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 Go?

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

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 Go. 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. Go 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/golang.

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