# OpenWeb Ninja JSearch Estimated Salary

> OpenWeb Ninja JSearch Estimated Salary 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, location, and other parameters via SERP-based job data lookup.

## Facts

- Endpoint: GET https://x402.openwebninja.com/jsearch/estimated-salary
- 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-jsearch-estimated-salary-1170b7df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hf--393_-XCBMMOQsgrhf

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-jsearch-estimated-salary-1170b7df
```

Example prompt: What's the estimated salary range for a senior software engineer with 5 years of experience in Austin, Texas?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call salary estimates without signing up for an account or API key, especially in agentic workflows that use x402 micropayments. It is ideal for one-off compensation lookups for specific job titles and locations without a subscription commitment. Prefer it over full HR platforms when you need lightweight salary data integrated into an automated pipeline at $0.003 per call.

## Known failure modes

- Missing or invalid job title parameter returns an error or empty result
- Unsupported or misspelled location may return no data
- Payment failure via x402 (insufficient USDC balance) results in 402 response and no data
- Rate limiting or upstream SERP data unavailability may return empty or partial 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

A JSON object containing estimated salary data for the queried job title and location, typically including minimum, maximum, and median salary figures along with currency, location, and job title context.

## 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-jsearch-estimated-salary-1170b7df/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)
