# RagRadar Grid — Job Search Filters

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

Retrieves available search filters for job market queries, enabling structured job intelligence lookups.

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/jobs/search-filters
- Price: $0.25/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-filters-54414b2a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g2Z8nv2KWtf4jwvYZLcpw

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-filters-54414b2a
```

Example prompt: What job search filters are available on RagRadar Grid for software engineering roles? I want to see what filter options exist before running a detailed job market search.

## When to prefer this

Use this endpoint when you need to discover what filter dimensions are available before executing a targeted job search, or when building a dynamic job search interface that needs to present filter options to a user. Prefer this over a direct job search endpoint when the goal is metadata/filter discovery rather than job listings themselves.

## Known failure modes

- Missing or invalid query parameter returns empty or generic filter set
- Payment not sent or insufficient USDC triggers 402 Payment Required
- Service unavailable returns 5xx error with no filter data
- Malformed request returns 400 error

## 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

A JSON object containing available job search filters and filter categories relevant to the given query, sourced from RagRadar Grid's job market intelligence layer.

## 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-filters-54414b2a/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)
