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

# Companies using Figma

> JPMorganChase, Amazon.com, CELLA and Accenture Federal Services and more. Companies hiring for Figma right now, and the share of Figma postings by industry, country and company size, measured from live job postings.

**Canonical URL:** https://jobspipe.dev/companies-using/figma
**Category:** Design
**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 Figma:** <0.5%

Figma is the collaborative design tool that product design and UX teams work in. Postings name it in product designer, UX designer, UI designer and frontend roles, where reading and implementing Figma files is an expectation.

Figma is a working tool, not a website technology, so hiring is the only public signal of adoption. The companies naming it in postings are the companies with in-house design functions, which matters to design-tooling and frontend vendors.

## Companies hiring for Figma right now

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

| Company | Domain | Website stack scan |
|---|---|---|
| JPMorganChase | [jpmorganchase.com](https://jpmorganchase.com) | https://jobspipe.dev/stack/jpmorganchase.com |
| Amazon.com | [amazon.jobs](https://amazon.jobs) | https://jobspipe.dev/stack/amazon.jobs |
| CELLA | [cellainc.com](https://cellainc.com) | https://jobspipe.dev/stack/cellainc.com |
| Accenture Federal Services | [accenture.com](https://accenture.com) | https://jobspipe.dev/stack/accenture.com |
| NTT DATA | [careers.services.global.ntt](https://careers.services.global.ntt) | https://jobspipe.dev/stack/careers.services.global.ntt |
| Deloitte | [deloitte.com](https://deloitte.com) | https://jobspipe.dev/stack/deloitte.com |
| Hostaway | [hostaway.com](https://hostaway.com) | https://jobspipe.dev/stack/hostaway.com |
| Capgemini | [capgemini.com](https://capgemini.com) | https://jobspipe.dev/stack/capgemini.com |
| Cognizant | [cognizant.com](https://cognizant.com) | https://jobspipe.dev/stack/cognizant.com |
| Zego | [zego.com](https://zego.com) | https://jobspipe.dev/stack/zego.com |
| EPAM Systems | [epam.com](https://epam.com) | https://jobspipe.dev/stack/epam.com |
| Capital One | [capitalonecareers.com](https://capitalonecareers.com) | https://jobspipe.dev/stack/capitalonecareers.com |
| Optum | [optum.com](https://optum.com) | https://jobspipe.dev/stack/optum.com |
| Pack.com | [pack.com](https://pack.com) | https://jobspipe.dev/stack/pack.com |
| Salesforce | [salesforce.com](https://salesforce.com) | https://jobspipe.dev/stack/salesforce.com |

## Where Figma shows up

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

- Software and IT services: 15.7%
- Employment and staffing: 6.1%
- Financial services: 4.5%
- Advertising and market research: 2.9%
- Retail trade: 1.8%
- Publishing (incl. software): 1.8%
- Information services: 1.5%
- Healthcare: 1.4%

### By country (job location)

- United States: 31.5%
- India: 18.4%
- United Kingdom: 6.1%
- Canada: 4.4%
- Germany: 4.2%
- Brazil: 4.1%

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

- 1000+ employees: 14.2%
- 1-50 employees: 7.9%
- 201-1000 employees: 6.2%
- 51-200 employees: 5.5%

## How JobsPipe detects Figma

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

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

JPMorganChase, Amazon.com, CELLA, Accenture Federal Services, NTT DATA and Deloitte are among the companies with the most active postings naming Figma 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 ["figma"], grouped by company.

### Which industries use Figma the most?

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

### What size of company hires for Figma?

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

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 Figma. 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. Figma 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/figma.

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