# Magnum.ai Job Posting Feed API

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

Fetches a feed of job postings via a pay-per-call API endpoint on Base chain using x402 micropayments.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/job-posting-feed-api
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-job-posting-feed-api-d42706a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lLiWMdWUFXVxHCJm_icqN

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

Example prompt: Can you pull the latest job posting feed for software engineering roles so I can see what positions are currently available?

## When to prefer this

Use this endpoint when you need programmatic access to a job posting feed and are already operating in an x402/Base-chain micropayment context. It is well-suited for agents building job aggregators, career tools, or recruitment dashboards that need fresh job listing data at low per-call cost.

## Known failure modes

- Payment failure if USDC balance is insufficient on Base chain
- Empty or minimal results if no matching postings exist
- Generic error response if input parameters are malformed
- Timeout if upstream job data source is unavailable
- 402 Payment Required if x402 payment header is missing or invalid

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing job posting feed data, including listings with job titles, employers, descriptions, and other relevant job metadata aggregated from available sources.

## 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/magnum-ai-job-posting-feed-api-d42706a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
