# AgniHub Custom Job Search

> AgniHub Custom Job Search is a paid API for AI agents from api.agnichub.xyz, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Searches for job listings based on custom query parameters, returning relevant job opportunities via a paid POST endpoint.

## Facts

- Endpoint: POST https://api.agnichub.xyz/v1/custom/job-search
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-agnichub-xyz-9a1e1144
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V1hvGXvMq-ncFeCMWHbtc

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 api-agnichub-xyz-9a1e1144 -d '<json body>'
```

Example prompt: Can you search for remote senior software engineer jobs in the fintech industry and show me the top listings available right now?

## When to prefer this

Use this endpoint when you need to programmatically search job listings with custom query parameters and can pay per-query in USDC via the x402 protocol. Suitable for agents building job-matching workflows or career tools that need on-demand job data without a recurring subscription.

## Known failure modes

- Missing or malformed required search parameters returns a 400 error
- Payment not provided or insufficient USDC results in a 402 Payment Required error
- No matching jobs found returns an empty results array
- Invalid job category or filter values may return a 422 error
- Service unavailability or upstream job data source outage returns a 503 error

## How this service works

Pay with base

## Output

A JSON array of job listings matching the search criteria, likely including job title, employer name, location, job type, description summary, salary range, and a link to the posting.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-agnichub-xyz-9a1e1144/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agnichub.xyz](https://www.zero.xyz/host/api.agnichub.xyz/llms.txt)
