# RagRadar Grid — Job Details Lookup

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

Retrieves detailed information about a specific job listing by job ID from the RagRadar Grid job market intelligence platform.

## Facts

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

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

Example prompt: Pull the full job listing details for job ID job_8472913 from RagRadar Grid — I need the description, requirements, and any salary info available.

## When to prefer this

Use this endpoint when you have a specific job ID and need to retrieve its full structured details from the RagRadar Grid job market intelligence platform. Prefer this over generic job search endpoints when you already know the job identifier and need comprehensive structured data about that specific listing.

## Known failure modes

- Invalid or non-existent jobId returns empty data or 404-style error
- Malformed jobId path parameter causes request failure
- Payment not completed via x402 micropayment results in 402 Payment Required
- Network or upstream scraping failure returns incomplete data
- Rate limiting or quota exhaustion returns error response

## 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 the job listing details (description, requirements, salary, location, employer, etc.) and a 'source' field indicating 'RagRadar Grid'. The exact fields depend on the job listing's available data.

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