# OpenWeb Ninja — Glassdoor Company Salaries v2

> OpenWeb Ninja — Glassdoor Company Salaries v2 is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Retrieves real-time salary data for a company from Glassdoor, including role-level compensation breakdowns.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-jobs-data/glassdoor/company-salaries-v2
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-glassdoor-company-salaries-v2-7cbb9669
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PEFEPSaBs75OUFmtR2yGJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability openweb-ninja-glassdoor-company-salaries-v2-7cbb9669
```

Example prompt: Can you pull the Glassdoor salary data for Stripe — I want to see what roles like software engineer and product manager are paying there?

## When to prefer this

Choose this endpoint when you need real-time, employee-reported salary data for a specific company from Glassdoor without requiring a Glassdoor account or API key. Ideal for compensation benchmarking, recruiting research, or market analysis where Glassdoor is the preferred source. Prefer over generic job-board salary APIs when Glassdoor's crowdsourced data specifically is needed.

## Known failure modes

- Company not found on Glassdoor returns empty or error response
- Ambiguous company name may resolve to wrong entity
- Glassdoor blocks scrape and returns 403 or empty data
- Stale data if Glassdoor has not been recently crawled
- Payment failure over x402 protocol results in 402 response before data is returned

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns structured salary data sourced from Glassdoor for a given company, including job titles, reported salary ranges (base, total compensation), and potentially headcounts of responses, enabling compensation benchmarking by role.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-glassdoor-company-salaries-v2-7cbb9669/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
