# OpenWeb Ninja — Glassdoor Company Salaries API (v2)

> OpenWeb Ninja — Glassdoor Company Salaries API (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).

Returns real-time salary data for a specific company sourced from Glassdoor, payable per call via x402 USDC micropayment.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-glassdoor-data/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-api-v2-0f6a7ee5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tKD0e_O2IHALWyuYuvtEb

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-api-v2-0f6a7ee5
```

Example prompt: Pull the latest Glassdoor salary data for Stripe — I want to see what employees there are actually reporting as their compensation.

## When to prefer this

Choose this endpoint when you need real-time, crowd-sourced salary data from Glassdoor for a specific company without requiring a Glassdoor account or API key. Ideal for agents performing compensation benchmarking, job offer analysis, or HR research where pay-per-call micropayment via x402 is acceptable and no subscription is desired.

## Known failure modes

- Company not found or unrecognized identifier returns empty or error response
- Payment failure if USDC balance is insufficient or x402 transaction is rejected
- Rate limiting or temporary unavailability of underlying Glassdoor data source
- Sparse data for smaller or less-known companies resulting in limited salary records
- Malformed or missing required query parameters causing a 400-level error

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

A JSON object containing real-time salary data for the requested company as reported on Glassdoor, including job titles, reported pay ranges, median salaries, and compensation breakdowns 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-api-v2-0f6a7ee5/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)
