# RagRadar Grid — Job Search Intelligence

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

Searches job market listings and returns structured job intelligence data via a pay-per-call REST endpoint.

## Facts

- Endpoint: GET https://scrapis.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-e6519550
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gd3JHd3svSISL-UJke8R1

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-e6519550
```

Example prompt: Search the RagRadar Grid job market for software engineer positions — query with 'software engineer' and show me what openings come back.

## When to prefer this

Use this endpoint when you need programmatic access to job market listings via a pay-per-call REST API using USDC micropayments on Base. It is part of a broader multi-source intelligence platform (RagRadar Grid) that also covers Facebook and Amazon data. Prefer this over dedicated job boards when you need to integrate job search into an automated agent workflow with x402 payment support.

## Known failure modes

- Missing or empty 'q' query parameter returns no results or an error
- Payment not provided or insufficient USDC (x402 micropayment required) results in 402 Payment Required
- Invalid query format may return empty data object
- Rate limiting or upstream scraping failures may return partial or empty results
- Network timeout if upstream job data source is unavailable

## 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 search results and a 'source' field indicating 'RagRadar Grid'. The specific job listing fields (title, company, location, etc.) depend on the underlying data, but the response is structured JSON.

## 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-e6519550/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)
