# Stable Jobs Job Search Preview

> Stable Jobs Job Search Preview is a paid API for AI agents from stable-jobs-git-fix-stablejobs-pricing-sch-7bfb9c-merit-systems.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Previews job listings matching filter criteria (step 1 of 2), returning lightweight summaries before fetching full records via job-collect.

## Facts

- Endpoint: POST https://stable-jobs-git-fix-stablejobs-pricing-sch-7bfb9c-merit-systems.vercel.app/api/coresignal/job-search
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stable-jobs-job-search-preview-6dbb6a8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rkRY8Ygsf9StwUCbXRHBF

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 stable-jobs-job-search-preview-6dbb6a8f -d '<json body>'
```

Example prompt: Search for software engineer jobs in Austin, Texas and give me a preview of the first page of results — I want to see titles, companies, and locations before I pull the full details.

## When to prefer this

Use this endpoint as the first step in a two-step job search workflow when you need to efficiently discover and filter job listings before committing to fetching full records. Prefer this over job-collect when you want to preview result sets, paginate through candidates, or gather job IDs for selective full-record retrieval. Ideal when bandwidth or cost efficiency matters, since full records cost more and this preview costs $0.10/page.

## Known failure modes

- Invalid or unsupported filter parameters return an error or empty results
- Requesting page numbers beyond 5 returns no results or an error
- Missing required filter fields may return an error response
- Payment failure (insufficient USDC balance) blocks the call at $0.10/page
- Rate limiting or quota exhaustion may result in 429 errors

## How this service works

Preview jobs by filters (step 1). Call before job-collect. Page 1–5, 20/page, $0.10/page. Returns id, title, location, company_name, created, _score; pagination; next.collect when results exist. No description, salary, or URLs — use job-collect for full records.

## Output

Returns up to 20 lightweight job records per page (pages 1–5) including job ID, title, location, company name, creation date, and relevance score, plus pagination metadata and a next.collect reference for fetching full records. Does not include job descriptions, salary, or URLs.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "$schema": "https://json-schema.org/draft/2020-12/schema"
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stable-jobs-job-search-preview-6dbb6a8f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-jobs-git-fix-stablejobs-pricing-sch-7bfb9c-merit-systems.vercel.app](https://www.zero.xyz/host/stable-jobs-git-fix-stablejobs-pricing-sch-7bfb9c-merit-systems.vercel.app/llms.txt)
