# OpenWeb Ninja — Glassdoor Company Interviews (Realtime)

> OpenWeb Ninja — Glassdoor Company Interviews (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-13).

Fetches real-time interview experience data for a specified company from Glassdoor, including question types, difficulty ratings, and candidate outcomes.

## Facts

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

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-interviews-realtime-e7190b3c
```

Example prompt: Can you pull the latest Glassdoor interview experiences for Stripe — I want to see what kinds of questions candidates are being asked and how difficult people rate the process?

## When to prefer this

Use this endpoint when you need real-time, fresh interview experience data sourced directly from Glassdoor without managing a Glassdoor API key or account. It is ideal for job seekers researching interview processes, recruiters benchmarking candidate experience, or HR tools that need structured interview intelligence at $0.003 per call with no subscription. Prefer over manual web scraping or Glassdoor's own restricted API when cost-per-call billing fits the use case.

## Known failure modes

- Company not found on Glassdoor — returns empty result or error
- Invalid or ambiguous company identifier — may return wrong company data
- Glassdoor rate limiting or anti-scraping response — upstream failure
- Insufficient or no interview data available for a lesser-known company
- Payment failure via x402 — request rejected before data is fetched

## 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 response containing real-time Glassdoor interview data for the requested company, including interview questions reported by candidates, overall difficulty ratings, candidate experience sentiment (positive/negative/neutral), interview outcome (offer/no offer/declined), interview source (in-person, phone, online), and individual interview review texts.

## 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-interviews-realtime-e7190b3c/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)
