# Roster Job Market API

> Roster Job Market API is a paid API for AI agents from roster-phi-puce.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns job listings and hiring data for a given market query, paid per-request in USDC via x402 protocol

## Facts

- Endpoint: POST https://roster-phi-puce.vercel.app/api/market
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/roster-job-market-api-10bff1b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LeVRL4lIYiWul1ugHoU9t

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 roster-job-market-api-10bff1b7 -d '<json body>'
```

Example prompt: Can you search the Roster job market for current software engineer openings that are remote-friendly and require Python skills?

## When to prefer this

Choose this endpoint when you need on-demand job listing and hiring market data without committing to a subscription, especially in agentic workflows where you pay only for what you use via USDC microtransactions through the x402 protocol. Ideal for agents that need to query job data infrequently or on a per-task basis.

## Known failure modes

- Payment not completed or insufficient USDC balance — payment required error
- Invalid or missing POST body parameters — 400 bad request
- No matching job listings found for the given query — empty results set
- Service unavailable or cold-start latency on Vercel — 503 or timeout
- Malformed request body — parse error response

## How this service works

Job listings and hiring data for AI agents. No auth, no subscriptions. Pay per request in USDC via x402.

## Output

A list of job listings and hiring data matching the query, including relevant job details such as role titles, companies, requirements, and market information returned as structured data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/roster-job-market-api-10bff1b7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from roster-phi-puce.vercel.app](https://www.zero.xyz/host/roster-phi-puce.vercel.app/llms.txt)
