# OpenWeb Ninja jsearch Search V2

> OpenWeb Ninja jsearch Search V2 is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Performs a job/web search query via the jsearch API, returning structured search results payable per-call over x402 with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/jsearch/search-v2
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-jsearch-search-v2-5498e886
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3QcHyj9WcZCutq3AsSE4d

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 openweb-ninja-jsearch-search-v2-5498e886
```

Example prompt: Search for remote senior Python developer jobs on JSearch and give me the latest listings with titles, companies, and apply links.

## When to prefer this

Choose this endpoint when you need structured job search results on a pay-per-call basis without requiring account creation or API key management. It is ideal for agents making occasional or variable-volume job queries, or when integrating job data into workflows that use x402 micropayment rails on Base, Polygon, or Arbitrum.

## Known failure modes

- Missing or malformed query parameter returns an error or empty results
- Payment not completed via x402 results in a 402 Payment Required response
- Network timeout if upstream job search data source is slow
- Invalid parameter types cause a 400-level error
- No results found if query is too niche or restrictive

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns a JSON object containing structured job search results, including job titles, company names, locations, descriptions, apply URLs, and related metadata for matching listings.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-jsearch-search-v2-5498e886/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
