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

# Companies using Elasticsearch

> EPAM Systems, JPMorganChase, Base-2 Solutions, LLC and Amazon Web Services and more. Companies hiring for Elasticsearch right now, and the share of Elasticsearch postings by industry, country and company size, measured from live job postings.

**Canonical URL:** https://jobspipe.dev/companies-using/elasticsearch
**Category:** Search engine
**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 Elasticsearch:** <0.5%

Elasticsearch is the search and analytics engine behind product search, log analytics and observability stacks. Postings name it in backend, search engineer, data engineer and security operations roles, often with Kibana and Logstash.

A scan may spot a search box but never the engine behind it. Postings reveal Elasticsearch deployments and their purpose: search roles point at product search, security roles at a SIEM, platform roles at logging.

## Companies hiring for Elasticsearch right now

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

| Company | Domain | Website stack scan |
|---|---|---|
| EPAM Systems | [epam.com](https://epam.com) | https://jobspipe.dev/stack/epam.com |
| JPMorganChase | [jpmorganchase.com](https://jpmorganchase.com) | https://jobspipe.dev/stack/jpmorganchase.com |
| Base-2 Solutions, LLC | [base-2solutions.com](https://base-2solutions.com) | https://jobspipe.dev/stack/base-2solutions.com |
| Amazon Web Services | [aws.amazon.com](https://aws.amazon.com) | https://jobspipe.dev/stack/aws.amazon.com |
| Sopra Steria | [soprasteria.fr](https://soprasteria.fr) | https://jobspipe.dev/stack/soprasteria.fr |
| Amazon.com | [amazon.jobs](https://amazon.jobs) | https://jobspipe.dev/stack/amazon.jobs |
| Groupe Talents Handicap | [groupe-talentshandicap.com](https://groupe-talentshandicap.com) | https://jobspipe.dev/stack/groupe-talentshandicap.com |
| HCLTech | [hcltech.com](https://hcltech.com) | https://jobspipe.dev/stack/hcltech.com |
| NTT DATA | [careers.services.global.ntt](https://careers.services.global.ntt) | https://jobspipe.dev/stack/careers.services.global.ntt |
| Booz Allen Hamilton | [boozallen.com](https://boozallen.com) | https://jobspipe.dev/stack/boozallen.com |
| Raiffeisen Bank Ukraine | [raiffeisen.ua](https://raiffeisen.ua) | https://jobspipe.dev/stack/raiffeisen.ua |
| General Dynamics Information Technology | [gdit.com](https://gdit.com) | https://jobspipe.dev/stack/gdit.com |
| Apple | [apple.com](https://apple.com) | https://jobspipe.dev/stack/apple.com |
| Deloitte | [deloitte.com](https://deloitte.com) | https://jobspipe.dev/stack/deloitte.com |
| Zensar Technologies | [zensar.com](https://zensar.com) | https://jobspipe.dev/stack/zensar.com |

## Where Elasticsearch shows up

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

- Software and IT services: 25.5%
- Financial services: 5.7%
- Employment and staffing: 4.4%
- Head offices and consulting: 2.0%
- Scientific R&D: 1.9%
- Telecommunications: 1.7%
- Electronics manufacturing: 1.5%
- Retail trade: 1.5%

### By country (job location)

- United States: 38.3%
- India: 15.4%
- France: 5.7%
- Canada: 4.9%
- United Kingdom: 4.5%
- Singapore: 3.2%

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

- 1000+ employees: 24.6%
- 201-1000 employees: 8.4%
- 51-200 employees: 4.5%
- 1-50 employees: 4.3%

## How JobsPipe detects Elasticsearch

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

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

EPAM Systems, JPMorganChase, Base-2 Solutions, LLC, Amazon Web Services, Sopra Steria and Amazon.com are among the companies with the most active postings naming Elasticsearch 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 ["elasticsearch"], grouped by company.

### Which industries use Elasticsearch the most?

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

### What size of company hires for Elasticsearch?

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

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 Elasticsearch. 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. Elasticsearch 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/elasticsearch.

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