# OpenWeb Ninja — Realtime Glassdoor Company Jobs

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

Fetches real-time job listings for a specific company from Glassdoor, payable per call via x402 (USDC).

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-glassdoor-data/company-jobs
- 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-realtime-glassdoor-company-jobs-8d505395
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_licLDxKVZhyLtf4an_btM

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-realtime-glassdoor-company-jobs-8d505395
```

Example prompt: Can you pull up all the current job openings listed on Glassdoor for Stripe right now?

## When to prefer this

Use this endpoint when you need real-time, per-call access to Glassdoor job listings without maintaining an API key or subscription. Ideal for agents that need ad-hoc job market intelligence for specific companies. Prefer over manual scraping or subscription-based HR APIs when cost-per-call economics ($0.003) fit the use case and no persistent account is desired.

## Known failure modes

- Company not found on Glassdoor — returns empty results or 404-style response
- Invalid or ambiguous company identifier — may return results for wrong company
- Glassdoor blocking or rate-limiting the scrape — may return partial or no data
- Payment failure over x402 — request not processed if USDC balance insufficient

## 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 current job listings for the specified company from Glassdoor, including job titles, locations, departments, posting dates, and links to full job descriptions.

## 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-realtime-glassdoor-company-jobs-8d505395/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)
