# RagRadar Grid — Job Details Lookup

> RagRadar Grid — Job Details Lookup 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-11).

Retrieves detailed information for a specific job listing by its job ID from the RagRadar Grid job market intelligence service.

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/jobs/details/%7BjobId%7D
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-11
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-job-details-lookup-1818a936
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QQGCcsJYwqAfTAF7zeQ75

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-details-lookup-1818a936
```

Example prompt: Can you pull the full details for job ID 'jb_8472930' from RagRadar Grid's job market intelligence — I need the description, requirements, and any other structured data it returns?

## When to prefer this

Use this endpoint when you have a specific job ID and need full structured details for that listing from RagRadar Grid's job market intelligence layer. Prefer this over search endpoints when the job identifier is already known and you need to hydrate a specific record.

## Known failure modes

- Invalid or unknown jobId returns empty data object or error response
- Missing jobId path parameter causes 400 or routing error
- x402 payment failure or insufficient USDC balance blocks the request
- Rate limiting or quota exceeded returns 429
- Job listing may have expired or been removed, returning empty data

## 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 with a 'data' field containing structured job listing details (description, requirements, salary, location, employer, etc. depending on availability) and a 'source' field confirming 'RagRadar Grid'. Costs $0.50 USDC per call via x402 micropayment on Base.

## 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-details-lookup-1818a936/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)
