# OpenWeb Ninja — Company Job Salary Search

> OpenWeb Ninja — Company Job Salary Search 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 salary data for jobs at a specific company by scraping and aggregating job listing salary information

## Facts

- Endpoint: GET https://x402.openwebninja.com/jsearch/company-job-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-company-job-salary-search-aee95bfc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Oqbl-w-SIHQU09dN0uoY8

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-company-job-salary-search-aee95bfc
```

Example prompt: What salary range does Google typically offer for senior software engineers? I want to know the compensation data from their job listings.

## When to prefer this

Choose this endpoint when you need salary data tied to a specific company's job postings, particularly for pre-interview research, compensation benchmarking, or HR planning. It is especially useful when you want real-world posted salaries rather than self-reported survey data. Prefer this over general salary APIs when the company name is the primary filter. It requires no API key and charges only $0.003 USDC per call via x402, making it ideal for lightweight, pay-per-use agent workflows.

## Known failure modes

- Company not found or no salary data available — empty result set returned
- Malformed or missing required query parameters — HTTP 400 or empty response
- Payment failure via x402 protocol — HTTP 402 if USDC payment is not processed
- Rate limiting or temporary service unavailability — HTTP 429 or 503
- Company name ambiguity leading to incorrect or mixed 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 salary information extracted from job listings for the specified company, including salary ranges, job titles, and compensation figures as posted in job ads or aggregated from job search data.

## 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-company-job-salary-search-aee95bfc/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)
