# Hacker News Jobs Feed

> Hacker News Jobs Feed is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns the latest Hacker News job and hiring posts in reverse-chronological order as JSON, providing a real-time signal on the tech hiring market.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/hn-jobs
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hacker-news-jobs-feed-72de6e3e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A--s2Vab71SRe5nATP_Ho

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 hacker-news-jobs-feed-72de6e3e -d '<json body>'
```

Example prompt: Pull the latest job and hiring posts from Hacker News so I can see which tech companies are actively recruiting right now.

## When to prefer this

Use this endpoint when you need a no-parameter, ready-made feed of the latest Hacker News job posts sorted by recency, especially for tech hiring market intelligence, job aggregation pipelines, or monitoring startup recruitment activity. Prefer this over scraping HN directly since it abstracts the data fetch and returns clean JSON.

## Known failure modes

- Upstream HN API unavailable — returns 5xx error
- Payment not processed — returns 402 Payment Required
- Empty result set if HN jobs feed has no recent posts
- Stale data if the upstream feed has not refreshed recently

## How this service works

Latest Hacker News job / hiring posts (newest first) — tech hiring-market signal. Returns JSON.

## Output

A JSON array of the most recent Hacker News job/hiring posts, sorted newest first, each containing post metadata such as title, link, timestamp, and poster details — suitable for tracking real-time tech hiring market activity.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hacker-news-jobs-feed-72de6e3e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
