# Job Posting Feed API

> Job Posting Feed API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.149458/call, status unknown (last checked 2026-09-15).

Retrieves a feed of job postings, likely aggregated from job boards or employer listings

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/job-posting-feed-api
- Price: $0.149458/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/job-posting-feed-api-e251b784
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uBpCaH1GOSJC2mTGPJ0rw

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 job-posting-feed-api-e251b784 -d '<json body>'
```

Example prompt: Pull me a fresh feed of software engineering job postings so I can see what's currently open in the market.

## When to prefer this

Use this endpoint when you need a programmatic feed of job postings for aggregation, analysis, or display purposes, especially if you are already using the x402/Base chain payment flow from the Komo.ai marketplace. Prefer this over manual scraping or free-tier APIs when you need reliable pay-per-call access with consistent structured output.

## Known failure modes

- Invalid or missing input parameters returns an error response
- Payment failure via x402 protocol prevents API access
- No matching job postings found returns empty result set
- Service unavailability or upstream job board timeout
- Malformed request body returns 400-level error

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

A structured response containing a collection of job postings with details such as job titles, employer information, descriptions, and posting metadata aggregated from job board sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/job-posting-feed-api-e251b784/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
