# OpenWeb Ninja — Glassdoor Realtime Salary Estimation

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

Returns real-time salary estimates for a given job title and location by scraping Glassdoor data, payable per-call via x402 (USDC).

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-glassdoor-data/salary-estimation
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-glassdoor-realtime-salary-estimation-2d76472b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qlNzOWrHfBms5C7K-nFZ9

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-realtime-salary-estimation-2d76472b
```

Example prompt: What does Glassdoor estimate for a senior data scientist's salary in Austin, Texas? I want the full range including low, median, and high figures.

## When to prefer this

Choose this endpoint when you need real-time Glassdoor salary data without creating an account or obtaining an API key, and you want pay-per-call pricing ($0.003 USDC) via x402. Ideal for agents that need on-demand compensation benchmarks for job seekers, HR teams, or recruiting workflows without committing to a subscription.

## Known failure modes

- Missing required parameters (job title or location) returns a 400 or empty result
- Glassdoor rate-limiting or scraping blocks may return stale or no data
- Very niche or rare job titles may return no salary estimate
- Payment failure over x402 (insufficient USDC balance) results in 402 response
- Unsupported geographies or locales may yield empty results

## 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 JSON object with salary estimation data sourced from Glassdoor, typically including estimated median salary, salary range (low to high), currency, job title, and location context for the queried 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-realtime-salary-estimation-2d76472b/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)
