# RagRadar Grid — Job Salary Intelligence

> RagRadar Grid — Job Salary Intelligence is a paid API for AI agents from scrpapi.ragradar.space, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Retrieves salary data and compensation intelligence for a given job title from the job market

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/jobs/salary
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-job-salary-intelligence-15c661ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ix-FG2Z_Dc_rcQemy_d4t

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 ragradar-grid-job-salary-intelligence-15c661ef
```

Example prompt: What's the typical salary for a data scientist? Look it up via RagRadar Grid's job salary endpoint and give me the compensation breakdown.

## When to prefer this

Use this endpoint when you need quick, pay-per-call salary intelligence for a specific job title without committing to a subscription, especially within a workflow that already uses x402 micropayments on Base/USDC. Ideal for HR tools, compensation benchmarking, career guidance agents, or recruiting platforms needing on-demand salary lookups.

## Known failure modes

- Missing job_title query parameter returns error or empty data
- Unknown or unsupported job title may return empty data object
- Network timeout or service unavailability returns 5xx error
- Payment failure (insufficient USDC) blocks the request via x402 protocol
- Rate limiting may occur if quota is exceeded

## How this service works

37 paid REST endpoints: Facebook social & ads intelligence, Amazon e-commerce data, job market intelligence. Pay per call via x402 micropayments (USDC on Base).

## Output

Returns a JSON object with salary and compensation data sourced from RagRadar Grid for the requested job title, including pay ranges and related market intelligence.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "source": "RagRadar Grid"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-grid-job-salary-intelligence-15c661ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scrpapi.ragradar.space](https://www.zero.xyz/host/scrpapi.ragradar.space/llms.txt)
