# OpenWeb Ninja JSearch Job Details

> OpenWeb Ninja JSearch Job Details is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Fetches detailed information about a specific job listing by job ID from JSearch/Google Jobs data.

## Facts

- Endpoint: GET https://x402.openwebninja.com/jsearch/job-details
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-jsearch-job-details-653a6f77
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h37CEZtDips8vpuj76Moz

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 openweb-ninja-jsearch-job-details-653a6f77
```

Example prompt: Can you pull up the full details for that job listing — description, salary, requirements, and the apply link — using the JSearch job ID I found earlier?

## When to prefer this

Use this endpoint when you already have a specific job ID (e.g. from a prior JSearch jobs search result) and need the complete, structured details of that single listing — salary, full description, requirements, apply link, and employer info. Prefer this over a general job search endpoint when you need depth on one posting rather than breadth across many.

## Known failure modes

- Invalid or expired job ID returns empty result or error
- Job listing has been removed from source and returns 404-style empty response
- Malformed job ID parameter causes request failure
- Rate or payment failure if x402 USDC payment is not properly submitted

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns a JSON object with comprehensive job listing details including job title, employer name, full job description, required qualifications, salary/pay range, employment type (full-time, part-time, contract), location, remote/on-site status, application URL, and posting date.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-jsearch-job-details-653a6f77/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
