# Coresignal Job Listing Detail by ID

> Coresignal Job Listing Detail by ID is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.042/call, status unknown (last checked 2026-09-13).

Retrieves a full job listing record from Coresignal's database using a numeric job ID, returning title, description, company, location, employment type, posting date, and application URL.

## Facts

- Endpoint: GET https://x402.orthogonal.com/coresignal/v2/job_base/collect/342678447
- Price: $0.042/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coresignal-job-listing-detail-by-id-dba92e50
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j79QhD1lySY59QRz1hvSD

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 coresignal-job-listing-detail-by-id-dba92e50
```

Example prompt: Pull up the full job listing details for Coresignal job ID 342678447 — I need the job title, full description, company name, location, employment type, posting date, and the application URL.

## When to prefer this

Use this endpoint when you already have a Coresignal numeric job ID from a prior search or preview call and need the full record — including the complete job description and application URL. It is the right choice when you need structured, complete job data from Coresignal's database and want to avoid re-running a search. Prefer this over scraping job board URLs directly when Coresignal data freshness and structured output are priorities.

## Known failure modes

- Job ID not found (invalid or deleted listing) — returns 404 or empty result
- Numeric ID from a different data source not recognized by Coresignal — returns error
- Rate limiting or payment failure — request blocked before reaching Coresignal
- Stale listing — job may have been removed from the source site but ID still resolves

## How this service works

Get a full job listing by its Coresignal numeric ID. Use IDs returned by the 'Base Jobs Search (Filter)' or Preview endpoints. Returns job title, full description, company name, location, employment type, posting date, and application URL.

## Output

A structured job listing record including: job title, full job description text, company name, job location, employment type (e.g. full-time, contract), original posting date, and a direct application URL.

## 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"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coresignal-job-listing-detail-by-id-dba92e50/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)
