# OpenWeb Ninja — Google Jobs Search (x402)

> OpenWeb Ninja — Google Jobs Search (x402) 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).

Search Google Jobs listings in real-time, returning job postings matching a given query, payable per-call via x402 USDC with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-jobs-data/google-jobs/search
- 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-google-jobs-search-x402-4e8232da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mHieztlhnICTJUPWxEevE

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-google-jobs-search-x402-4e8232da
```

Example prompt: Search Google Jobs for senior backend engineer roles in Austin, Texas posted in the last week and show me the top results including company, title, and apply link.

## When to prefer this

Choose this endpoint when you need real-time Google Jobs search results without setting up an API key or account, and when you want pay-per-call USDC micro-payments via x402. Ideal for agents that run occasional job searches rather than high-volume ingestion, and for scenarios where avoiding subscription lock-in matters. Prefer over traditional job board APIs when Google Jobs breadth (aggregated cross-site listings) is needed.

## Known failure modes

- No results found for a very niche or misspelled query — returns empty results array
- x402 payment failure if USDC balance is insufficient or wallet not configured — returns 402 status
- Rate limiting or upstream Google scraping block — returns 5xx or empty response
- Malformed query parameters — returns 400 error
- Stale or cached data if upstream SERP changes between requests

## 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

A JSON array of real-time Google Jobs listings matching the search query, each entry typically containing job title, company name, location, date posted, a description snippet, and a URL to the job application or listing page.

## 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-google-jobs-search-x402-4e8232da/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)
