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

# Companies using Cloudflare

> Cloudflare, Deepgram, Lovable and turing and more. Companies hiring for Cloudflare right now, and the share of Cloudflare postings by industry, country and company size, measured from live job postings.

**Canonical URL:** https://jobspipe.dev/companies-using/cloudflare
**Category:** CDN and security
**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 Cloudflare:** <0.5%

Cloudflare is the CDN, DNS and security layer in front of a large share of the web, and increasingly a developer platform with Workers. Postings name it in DevOps, platform, security and web engineering roles.

Cloudflare is the easiest technology for a scan to detect, because its headers are on every response. Postings add the teams that operate it and whether they are using the edge platform, not just the proxy.

## Companies hiring for Cloudflare right now

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

| Company | Domain | Website stack scan |
|---|---|---|
| Cloudflare | [cloudflare.com](https://cloudflare.com) | https://jobspipe.dev/stack/cloudflare.com |
| Deepgram | [deepgram.com](https://deepgram.com) | https://jobspipe.dev/stack/deepgram.com |
| Lovable | [lovable.dev](https://lovable.dev) | https://jobspipe.dev/stack/lovable.dev |
| turing | [turing.com](https://turing.com) | https://jobspipe.dev/stack/turing.com |
| HERCULES | [herc.com](https://herc.com) | https://jobspipe.dev/stack/herc.com |
| Focus Group | [focusgroup.co.uk](https://focusgroup.co.uk) | https://jobspipe.dev/stack/focusgroup.co.uk |
| Rippling | [rippling.com](https://rippling.com) | https://jobspipe.dev/stack/rippling.com |
| Wordware | [wordware.ai](https://wordware.ai) | https://jobspipe.dev/stack/wordware.ai |
| Method Financial | [methodfi.com](https://methodfi.com) | https://jobspipe.dev/stack/methodfi.com |
| Genki | [genki.world](https://genki.world) | https://jobspipe.dev/stack/genki.world |
| Entangl | [entangl.com](https://entangl.com) | https://jobspipe.dev/stack/entangl.com |
| CADDi | [us.caddi.com](https://us.caddi.com) | https://jobspipe.dev/stack/us.caddi.com |
| Beyond Finance | [beyondfinance.com](https://beyondfinance.com) | https://jobspipe.dev/stack/beyondfinance.com |
| JPMorganChase | [jpmorganchase.com](https://jpmorganchase.com) | https://jobspipe.dev/stack/jpmorganchase.com |
| EY | [ey.com](https://ey.com) | https://jobspipe.dev/stack/ey.com |

## Where Cloudflare shows up

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

- Software and IT services: 24.0%
- Employment and staffing: 5.8%
- Financial services: 4.0%

### By country (job location)

- United States: 37.7%
- India: 10.8%
- United Kingdom: 6.7%
- Canada: 3.5%
- Singapore: 3.1%
- Australia: 2.9%

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

- 1000+ employees: 30.2%
- 201-1000 employees: 13.0%
- 1-50 employees: 4.7%
- 51-200 employees: 3.8%

## How JobsPipe detects Cloudflare

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

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

Cloudflare, Deepgram, Lovable, turing, HERCULES and Focus Group are among the companies with the most active postings naming Cloudflare 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 ["cloudflare"], grouped by company.

### Which industries use Cloudflare the most?

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

### What size of company hires for Cloudflare?

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

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 Cloudflare. 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. Cloudflare 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/cloudflare.

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