# KiteEndpoints.ai - JSearch Jobs

> KiteEndpoints.ai - JSearch Jobs is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Search for job listings using the JSearch API via KiteEndpoints.ai, returning structured job data by query parameters

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/jsearch-jobs
- Price: $0.06/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-jsearch-jobs-8c6c5d9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__M7_EkbW4JSFZzcUCzb2i

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-jsearch-jobs-8c6c5d9d -d '<json body>'
```

Example prompt: Can you search for remote full-time software engineer jobs in Austin, Texas posted in the last 7 days?

## When to prefer this

Use this endpoint when you need to programmatically search for job listings across multiple sources in real-time, especially when integrating job search into an AI agent workflow that pays per request via USDC on Base chain. Prefer this over scraping job boards directly or building a custom integration with JSearch.

## Known failure modes

- Invalid or missing query parameters return an empty result set
- Upstream JSearch API timeout results in a 503 or error response
- Payment failure (insufficient USDC) results in a 402 Payment Required response
- Rate limiting from the underlying JSearch provider may return 429 errors
- Malformed request body returns a 400 Bad Request

## 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 list of job postings matching the query, including job title, company, location, salary range, description, and application URL sourced through the JSearch engine.

## 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-jsearch-jobs-8c6c5d9d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
