# KiteEndpoints.ai - JSearch Jobs API

> KiteEndpoints.ai - JSearch Jobs API is a paid API for AI agents from kite-endpoints.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, returning real-time job postings from across the web

## Facts

- Endpoint: POST https://kite-endpoints.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-api-c540e6db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dm9rjA3Xqmehx2QbTRZmA

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-api-c540e6db -d '<json body>'
```

Example prompt: Can you search for remote senior React developer jobs posted in the last 3 days and show me the top results including company names, locations, and links to apply?

## When to prefer this

Choose this endpoint when you need real-time job search results aggregated from multiple job boards (LinkedIn, Indeed, Glassdoor, etc.) without maintaining your own scraper. It is especially useful for AI agents that need to surface current job listings based on user-defined keywords, location, and filters. Prefer this over static datasets or career-site-specific scrapers when breadth of coverage and freshness matter.

## Known failure modes

- Empty results if the query is too narrow or no matching jobs exist
- API timeout if the JSearch upstream service is slow or unavailable
- Invalid input parameters may return an error or empty data object
- Rate limiting or quota exhaustion on the upstream JSearch/RapidAPI service
- Stale results if job postings have been removed from the source since indexing

## 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 list of job postings matching the search query, typically including job title, employer/company name, job description snippet, location, employment type, salary range (when available), date posted, and a direct URL to apply or view the full listing.

## 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-api-c540e6db/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)
