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

# Companies using Marketo

> Amazon Web Services, Amazon.com, EY and Flosum and more. Companies hiring for Marketo right now, and the share of Marketo postings by industry, country and company size, measured from live job postings.

**Canonical URL:** https://jobspipe.dev/companies-using/marketo
**Category:** Marketing automation
**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 Marketo:** <0.5%

Marketo, now Adobe Marketo Engage, is the marketing automation platform of enterprise B2B marketing teams. Postings name it in marketing operations, demand generation and Marketo administrator roles, usually beside Salesforce.

A scan can see the Marketo tracking script on a site; postings show the marketing operations team running it. The pairing of Marketo and Salesforce in a posting is a reliable marker of an enterprise B2B go-to-market stack.

## Companies hiring for Marketo right now

_Companies with the most active postings naming Marketo 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 Web Services | [aws.amazon.com](https://aws.amazon.com) | https://jobspipe.dev/stack/aws.amazon.com |
| Amazon.com | [amazon.jobs](https://amazon.jobs) | https://jobspipe.dev/stack/amazon.jobs |
| EY | [ey.com](https://ey.com) | https://jobspipe.dev/stack/ey.com |
| Flosum | [flosum.com](https://flosum.com) | https://jobspipe.dev/stack/flosum.com |
| AlphaSense | [alpha-sense.com](https://alpha-sense.com) | https://jobspipe.dev/stack/alpha-sense.com |
| CharacterQuilt | [characterquilt.com](https://characterquilt.com) | https://jobspipe.dev/stack/characterquilt.com |
| Deloitte | [deloitte.com](https://deloitte.com) | https://jobspipe.dev/stack/deloitte.com |
| Accenture | [accenture.com](https://accenture.com) | https://jobspipe.dev/stack/accenture.com |
| Avalara | [avalara.com](https://avalara.com) | https://jobspipe.dev/stack/avalara.com |
| Extreme Networks | [extremenetworks.com](https://extremenetworks.com) | https://jobspipe.dev/stack/extremenetworks.com |
| Okta | [okta.com](https://okta.com) | https://jobspipe.dev/stack/okta.com |
| freshworks | [freshworks.com](https://freshworks.com) | https://jobspipe.dev/stack/freshworks.com |
| Global Payments | [globalpayments.com](https://globalpayments.com) | https://jobspipe.dev/stack/globalpayments.com |
| Airwallex | [airwallex.com](https://airwallex.com) | https://jobspipe.dev/stack/airwallex.com |
| Manulife | [manulife.com](https://manulife.com) | https://jobspipe.dev/stack/manulife.com |

## Where Marketo shows up

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

- Software and IT services: 23.2%
- Financial services: 5.3%
- Employment and staffing: 4.2%
- Electronics manufacturing: 2.8%
- Advertising and market research: 2.2%
- Publishing (incl. software): 1.7%
- Information services: 1.7%
- Telecommunications: 1.6%

### By country (job location)

- United States: 51.1%
- India: 10.4%
- United Kingdom: 5.6%
- Canada: 5.1%
- Australia: 1.8%
- Germany: 1.8%

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

- 1000+ employees: 29.9%
- 201-1000 employees: 8.8%
- 51-200 employees: 4.5%
- 1-50 employees: 3.0%

## How JobsPipe detects Marketo

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

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

Amazon Web Services, Amazon.com, EY, Flosum, AlphaSense and CharacterQuilt are among the companies with the most active postings naming Marketo 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 ["marketo"], grouped by company.

### Which industries use Marketo the most?

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

### What size of company hires for Marketo?

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

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 Marketo. 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. Marketo 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/marketo.

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