# OpenWeb Ninja — Glassdoor Real-Time Job Search

> OpenWeb Ninja — Glassdoor Real-Time Job Search is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status healthy (last checked 2026-09-15, last successful call 2026-09-09).

Searches Glassdoor for real-time job listings based on query parameters, returning structured job posting data without requiring an account or API key.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-jobs-data/glassdoor/job-search
- Price: $0.003/call
- Payment: x402
- Status: healthy
- Last checked: 2026-09-15
- Last successful call: 2026-09-09
- Success rate: 80% of calls made through Zero
- Activations on Zero: 10
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-glassdoor-real-time-job-search-b50e2c54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Om5dsaLdOGtqxYQp1XkM5

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-glassdoor-real-time-job-search-b50e2c54
```

Example prompt: Search Glassdoor for real-time software engineer job listings in San Francisco — I want to see current openings with salary info and company names.

## When to prefer this

Choose this endpoint when you need real-time, structured Glassdoor job listing data without managing API keys or subscriptions. It is ideal for agents performing job market research, career coaching workflows, or automated recruitment pipelines that need fresh Glassdoor data on demand for $0.003 per call via x402 crypto micropayment.

## Known failure modes

- Missing or invalid query parameters return empty results or an error
- Glassdoor scraping rate limits may cause intermittent failures or stale data
- Payment failure (insufficient USDC balance) results in a 402 response and no data returned
- Overly broad searches may return truncated or paginated results with limited detail
- Location or title typos may yield zero results

## 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 structured JSON containing real-time Glassdoor job listings, typically including job title, company name, location, salary estimate, job description snippet, posting date, and a link to the full listing on Glassdoor.

## 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-glassdoor-real-time-job-search-b50e2c54/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)
