# GGWP Job Salary Data

> GGWP Job Salary Data is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.19965/call, status unknown (last checked 2026-09-15).

Returns salary data and compensation benchmarks for jobs based on query parameters

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/job-salary-data
- Price: $0.19965/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-job-salary-data-ca535d38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d_64pOJt9uVNZAJ6qKLnC

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 ggwp-job-salary-data-ca535d38 -d '<json body>'
```

Example prompt: What is the average salary for a senior software engineer in Austin, Texas? I want to see the typical pay range and any available compensation benchmarks.

## When to prefer this

Use this endpoint when you need quick pay-per-call access to job salary benchmarks without a recurring subscription, especially in automated agent workflows that need compensation data on demand paid via crypto on Base chain.

## Known failure modes

- Missing or invalid query parameters may return empty or generic results
- Obscure job titles may yield no matching salary data
- Geographic location not recognized may default to national averages or return an error
- API may return a generic example response if the input schema is not properly structured

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns an object containing salary data such as median pay, salary ranges, and compensation benchmarks for the specified job role and related parameters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-job-salary-data-ca535d38/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
