# KiteEndpoints.ai - Job Posting Feed API

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

Fetches a feed of job postings from various sources, returning structured job listing data

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/job-posting-feed-api
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-job-posting-feed-api-6a4fa389
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-iinKggihQVyKjHZt3-dQ

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 kiteendpoints-ai-job-posting-feed-api-6a4fa389 -d '<json body>'
```

Example prompt: Pull a feed of recent software engineering job postings, preferably remote positions in the US, so I can see what companies are hiring right now.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-request job posting feed without committing to a subscription-based job data provider. It is suitable for agents that need on-demand job listings aggregated from multiple sources, especially when usage is infrequent or unpredictable. Prefer alternatives like dedicated job APIs (e.g., Indeed API, LinkedIn Jobs API) for high-volume, real-time, or deeply filtered enterprise use cases.

## Known failure modes

- Empty result set if no jobs match the provided filters
- API returns generic example response if input parameters are malformed or missing
- Payment failure if USDC balance is insufficient on Base chain
- Stale or cached data if the underlying job source has not refreshed
- Rate limiting or timeout if too many requests are made in quick succession

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured feed of job postings including fields such as job title, company name, location, job type, description, posting date, and application URL, wrapped in a result object.

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