# RagRadar Grid — Job Search Filters

> RagRadar Grid — Job Search Filters is a paid API for AI agents from scrpapi.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, such as job categories, locations, and other filter options used to refine job searches.

## Facts

- Endpoint: GET https://scrpapi.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-b2a0986e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yWYc0GCItSCfv5uWPNIFC

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

Example prompt: What job search filters are available on RagRadar Grid — like job categories, locations, or employment types I can use to narrow down a job search for 'software engineer'?

## When to prefer this

Use this endpoint when you need to discover what filter dimensions and values are available before constructing a refined job search query. It is particularly useful for building dynamic search UIs or agent workflows that need to enumerate valid filter options prior to querying job listings.

## Known failure modes

- Missing or invalid query parameter returns an empty or error response
- Upstream job data source unavailable causes 5xx error
- Payment not received or x402 micropayment fails causes 402 Payment Required response
- Rate limiting or quota exceeded returns 429 Too Many Requests

## 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 search filter options for job market queries, such as job categories, location types, employment types, or other facets that can be used to refine subsequent job searches. The response includes a data object 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-filters-b2a0986e/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)
