# RagRadar Grid — Job Search Intelligence

> RagRadar Grid — Job Search 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).

Searches job listings across multiple sources using a keyword query, returning job market intelligence data via pay-per-call micropayment.

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/jobs/search
- 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-search-intelligence-e3a324d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ivNqA3bORAXLB_X_dZc_Z

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-search-intelligence-e3a324d2
```

Example prompt: Search RagRadar Grid for current job listings related to 'data engineer' and show me what's available.

## When to prefer this

Use this endpoint when you need programmatic, pay-per-call access to job market search data without a subscription, and want to integrate job listing queries into an automated workflow using x402 micropayments on Base.

## Known failure modes

- Missing required 'q' query parameter returns empty or error response
- Payment failure (402) if USDC micropayment is not completed
- No results found for obscure or highly specific job queries
- Rate limiting or quota errors if too many calls are made
- Stale or incomplete job data if underlying sources are not refreshed

## 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 a 'data' field containing job listings or job market intelligence results matching the query, and a 'source' field identifying 'RagRadar Grid'.

## 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-search-intelligence-e3a324d2/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)
