# OpenWeb Ninja — Glassdoor Salary Estimation API

> OpenWeb Ninja — Glassdoor Salary Estimation 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).

Returns estimated salary ranges for a given job title and location by scraping Glassdoor's salary data, payable per call via x402 (USDC).

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-jobs-data/glassdoor/salary-estimation
- 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-salary-estimation-api-af4df497
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KsRQYMpSHgAO19bwtQC6N

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-salary-estimation-api-af4df497
```

Example prompt: What's the Glassdoor salary estimate for a senior software engineer in San Francisco — I want to know the full range including low, median, and high pay.

## When to prefer this

Choose this endpoint when you need real-time, Glassdoor-sourced salary estimates without setting up an account or API key, especially for quick one-off lookups in an agent workflow. Prefer this over manual Glassdoor browsing or other salary APIs when you need pay-per-call pricing with no subscription commitment and USDC micropayment support via x402.

## Known failure modes

- Missing or invalid job title parameter returns an error or empty result
- Location not recognized by Glassdoor returns no salary data
- Glassdoor data unavailable for niche or highly regional job titles
- Payment failure via x402 (insufficient USDC balance or unsupported chain) blocks the request
- Rate limiting or upstream Glassdoor scraping blocks may cause intermittent failures

## 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 a structured JSON object containing salary estimation data sourced from Glassdoor, typically including estimated salary range (low, median, high), currency, job title, and location context. The exact fields depend on Glassdoor's availability for the queried role and geography.

## 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-salary-estimation-api-af4df497/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)
