# RagRadar Grid — Job Salary Intelligence

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

Retrieves salary data and compensation intelligence for a given job title from multi-source job market data.

## Facts

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

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-35c26273
```

Example prompt: What is the salary range for a data scientist? Use RagRadar Grid to pull current compensation intelligence for that job title.

## When to prefer this

Use this endpoint when you need salary or compensation benchmarking data for a specific job title, especially in an automated agent workflow that can handle x402 micropayments. Prefer this over manual research when you need structured, machine-readable salary data on demand.

## Known failure modes

- Missing or empty job_title parameter returns an error or empty data object
- Unknown or ambiguous job titles may return sparse or empty salary data
- API returns 402 Payment Required if USDC micropayment via x402 is not successfully processed
- Rate limiting or service unavailability may result in 5xx errors
- Response data object may be empty if no market data exists for the given title

## 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/compensation data for the queried job title, sourced from RagRadar Grid's multi-source job market intelligence aggregation.

## 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-35c26273/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scrapis.ragradar.space](https://www.zero.xyz/host/scrapis.ragradar.space/llms.txt)
