# OpenWeb Ninja — Glassdoor Company Salaries API

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

Fetches real-time salary data for a given company from Glassdoor, including role-level compensation details.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-glassdoor-data/company-salaries
- 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-8bb182d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aQTN9QGxcnLCmpNku_xdw

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-8bb182d9
```

Example prompt: Can you pull the current salary data for employees at Salesforce from Glassdoor — I want to see what different roles are paying there?

## When to prefer this

Choose this endpoint when you need real-time Glassdoor salary data without setting up an account or API key, and you want pay-per-call pricing via USDC on Base, Polygon, or Arbitrum. It is ideal for one-off or low-volume lookups of company compensation data for benchmarking, negotiation research, or HR analytics.

## Known failure modes

- Company not found on Glassdoor — returns empty or error result
- Payment failure via x402 — 402 response if USDC payment is not completed
- Rate limiting or upstream Glassdoor blocking — may return stale or no data
- Malformed company identifier input — may return unexpected results
- Glassdoor data unavailable for small or private companies

## 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 JSON containing salary information for the specified company as sourced from Glassdoor, including job titles, salary ranges (base and/or total compensation), and potentially seniority-level breakdowns.

## 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-8bb182d9/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)
