# OpenWeb Ninja — Glassdoor Company Jobs (Realtime)

> OpenWeb Ninja — Glassdoor Company Jobs (Realtime) 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-14).

Fetches real-time job listings for a specific company from Glassdoor, returning current open positions and associated metadata.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-jobs-data/glassdoor/company-jobs
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-glassdoor-company-jobs-realtime-d342ce6d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FLc2RWZejX1pdXFzuy2zP

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-company-jobs-realtime-d342ce6d
```

Example prompt: Can you pull up all the current job openings listed for Google on Glassdoor right now? I want to see what roles they're actively hiring for.

## When to prefer this

Use this endpoint when you need real-time, per-call job listing data for a specific company from Glassdoor without managing API keys or subscriptions. Ideal for agents doing one-off lookups, competitive intelligence, or job market research where freshness matters and batch pre-loading is not feasible. Prefer this over LinkedIn or Indeed scrapers when Glassdoor-specific data (e.g. salary transparency, company ratings context) is desired.

## Known failure modes

- Company not found on Glassdoor — returns empty results or error
- Glassdoor rate-limiting or blocking causes incomplete data
- Payment via x402 fails or is insufficient — request rejected with 402 status
- Invalid or missing company identifier parameter causes bad request
- Glassdoor changes page structure, breaking scraping and returning malformed data

## 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 payload containing real-time job listings for the specified company as scraped from Glassdoor, including job titles, locations, posting dates, and potentially salary ranges, employment types, and direct links to individual job postings.

## 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-company-jobs-realtime-d342ce6d/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)
