# Company Job Salary Data Lookup

> Company Job Salary Data Lookup 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-14).

Returns salary ranges, median, and additional pay breakdowns for a specific job title at a given company, with optional location and experience filters

## Facts

- Endpoint: GET https://x402.openwebninja.com/job-salary-data/company-job-salary
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/company-job-salary-data-lookup-80748a78
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5L0DBK7TtjTbZN0s4ekGX

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 company-job-salary-data-lookup-80748a78
```

Example prompt: What is the salary range for a Senior Software Engineer at Google in California, for someone with 4 to 6 years of experience?

## When to prefer this

Use this endpoint when you need structured salary benchmarking data for a specific company and job title combination, especially when you want to filter by geographic location or years of experience; it is preferable over generic job board scrapers when you need confidence scores and multi-point salary distributions

## Known failure modes

- Missing required parameters company or job_title returns a 4xx validation error
- Unknown company name or job title with no data returns an empty data array
- Invalid enum value for location_type or years_of_experience causes a schema validation error
- Insufficient payment or expired payment header results in a 402 Payment Required response
- Network timeout or upstream data source unavailability causes a 5xx error

## 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 an array of salary records each containing min, max, and median salary figures, base salary range, additional pay range, salary currency, salary period, confidence level, number of data points, job title, company, and location details

## 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/company-job-salary-data-lookup-80748a78/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)
