# PredictLeads Job Opening by ID

> PredictLeads Job Opening by ID is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-15).

Retrieves full details for a single job opening record from the PredictLeads dataset using its unique identifier

## Facts

- Endpoint: GET https://x402.orthogonal.com/predictleads/v3/job_openings/:id
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/predictleads-job-opening-by-id-5784dd9f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ol68oG4ikVPNbaoEO5cYg

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 predictleads-job-opening-by-id-5784dd9f
```

Example prompt: Can you pull up the full details for PredictLeads job opening ID 482910 so I can see the title, company, location, and requirements?

## When to prefer this

Use this endpoint when you already have a specific PredictLeads job opening ID and need the full record for that posting. It is faster and cheaper than a search query when the ID is known. Prefer this over search endpoints when enriching a known job record, following up on a flagged posting, or hydrating a database entry with full job details.

## Known failure modes

- Job opening ID not found — returns 404 or empty result
- Invalid or malformed ID format — returns validation error
- Job opening has been removed or expired from the dataset
- Rate limiting or payment failure via x402 protocol
- Network timeout on the upstream PredictLeads data source

## How this service works

Get a single job opening by ID

## Output

A structured record for the requested job opening, including details such as job title, company name, location, job description, requirements, seniority level, and posting date as provided by PredictLeads.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/predictleads-job-opening-by-id-5784dd9f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
